Ramesh
|
dee1d27e0d
|
chore(vg_lite): fix typo (#5993)
|
2024-03-29 11:04:55 +08:00 |
|
Benign X
|
650b57cd2c
|
feat(cache): add more profile notes (#5983)
|
2024-03-29 10:39:42 +08:00 |
|
Benign X
|
00c83eb2d2
|
feat(font): add lv_font_glyph_release_draw_data api to release glyph data (#5985)
|
2024-03-28 20:53:28 +01:00 |
|
VIFEX
|
4cce3b5cd9
|
perf(draw): skip border drawing when border side is none (#5959)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-28 19:37:48 +01:00 |
|
Gabor Kiss-Vamosi
|
30d1a5cf9b
|
docs(renesas): fix the links (#5977)
|
2024-03-28 18:59:56 +01:00 |
|
jiangxiaobaiyuenyxx
|
ab6ee94aee
|
fix(anim): optimize repeat_count type (#5975)
Signed-off-by: bailinjiang <915290475@qq.com>
|
2024-03-28 09:49:31 +08:00 |
|
lhdjply
|
dc0210b9c6
|
fix(rtthread): implement lv_strcat function in rt-thread due to absence of rt_strcat (#5920)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-03-27 21:17:05 +01:00 |
|
Gabor Kiss-Vamosi
|
fea8a97f5f
|
docs(renesas): add a general introduction page (#5969)
|
2024-03-27 11:11:59 +01:00 |
|
pengyiqiang
|
9b3e8eec6d
|
chore(Makefile): remove useless macro LV_USE_DEV_VERSION
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-27 16:13:42 +08:00 |
|
VIFEX
|
ed5d528de8
|
chore(vg_lite): remove duplicate parameter judgments (#5960)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-27 08:52:31 +01:00 |
|
Benign X
|
000699827f
|
feat(nuttx): add defer feature for nuttx image cache (#5967)
|
2024-03-27 14:36:29 +08:00 |
|
liamHowatt
|
03b5f583bc
|
fix(span): handle trailing newline (#5957)
|
2024-03-27 06:24:44 +01:00 |
|
lhdjply
|
45e4aa9fc3
|
fix(sdl_keyboard): fix warning of the implicit declaration of function memmove (#5962)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-03-27 10:56:45 +08:00 |
|
lhdjply
|
b426209f0c
|
chore(PR): modify the astyle version description in PR (#5963)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-03-27 10:56:22 +08:00 |
|
bailinjiang
|
6e3f6866cb
|
fix(anim): fix lv_anim_set_repeat_count configuration parameter may be truncated
Signed-off-by: bailinjiang <915290475@qq.com>
|
2024-03-27 10:55:17 +08:00 |
|
bailinjiang
|
150d1a1d37
|
fix(animimg): Optimize the structure size of animations
Signed-off-by: bailinjiang <915290475@qq.com>
|
2024-03-27 10:54:22 +08:00 |
|
cristian-stoica
|
ac576a2bf4
|
feat(vglite) add implementation for partial border (#5912)
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
|
2024-03-26 17:57:17 +08:00 |
|
Gabor Kiss-Vamosi
|
bcb8dbb736
|
feat(mask): add support for image file bitmap masks (#5911)
|
2024-03-26 17:28:09 +08:00 |
|
Gabriel Wang
|
667f401db6
|
chore(cmsis-pack): minor update (#5948)
|
2024-03-26 10:59:47 +08:00 |
|
VIFEX
|
e33bc08e54
|
fix(obj_tree): fix event loss caused by obj deletion (#5950)
Signed-off-by: HaoHangyu <haohangyu@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: HaoHangyu <haohangyu@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-26 10:59:32 +08:00 |
|
Marex
|
b339e67581
|
fix(sdl): handle both LV_IMAGE_SRC_FILE and LV_IMAGE_SRC_VARIABLE (#5852)
Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
|
2024-03-25 19:49:17 +01:00 |
|
Marcel Kalmes
|
7722f0f5ce
|
fixed compile error on line 402 when using two SDL frame buffers
|
2024-03-25 22:38:55 +08:00 |
|
Marex
|
9dec22dfaa
|
fix(demos): update README to match lv_demos.c (#5939)
Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
|
2024-03-25 14:43:27 +08:00 |
|
liamHowatt
|
ba42133458
|
feat(stdlib): add lv_strncat and refactor strcat uses (#5927)
|
2024-03-25 14:37:51 +08:00 |
|
liamHowatt
|
0cdad0299d
|
chore(observer): rename lv_button_bind_checked to lv_obj_bind_checked (#5944)
|
2024-03-25 14:13:31 +08:00 |
|
Benign X
|
48416d7dae
|
refactor(font): refactor font glyph data acquire method (#5884)
|
2024-03-22 11:51:08 +01:00 |
|
Benign X
|
213cb5971e
|
feat(cache): image cache supports dynamic setting of cache size (#5926)
|
2024-03-22 10:51:03 +08:00 |
|
Sean Wilson
|
9fe9cf6368
|
Optimize lv_color_16_16_mix() when c1 == c2 (#5929)
|
2024-03-22 10:07:00 +08:00 |
|
lion2tomato
|
21dd110e63
|
feat(draw): add draw thread stack size config option (#5910)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-03-22 10:06:27 +08:00 |
|
Peter Bee
|
f37aebf332
|
feat(draw): optimize helium asm (#5702)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
|
2024-03-21 13:41:28 +01:00 |
|
Johannes Marbach
|
1b97f0f2c0
|
feat(fbdev,sdl): support display rotation (#5703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-03-21 19:36:38 +08:00 |
|
lhdjply
|
910257fa8a
|
docs(changelog): fixed changelog displaying no line breaks (#5931)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-03-21 19:22:45 +08:00 |
|
Xu Xingliang
|
49053e9d96
|
feat(libpng): use I8 format if png is 8bit mode
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-03-21 18:26:20 +08:00 |
|
Xu Xingliang
|
3116dc469e
|
feat(libpng): let png handle stride alignment
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-03-21 18:26:20 +08:00 |
|
liamHowatt
|
4b41590cf1
|
fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915)
|
2024-03-20 23:31:53 +01:00 |
|
Gabor Kiss-Vamosi
|
905de3d7c8
|
fix(platformio): fix CI to automatically publish release (#5924)
|
2024-03-20 21:24:57 +08:00 |
|
GoT
|
f4226cd7de
|
feat(fs): add Arduino ESP LittleFS driver (#5905)
|
2024-03-20 13:51:20 +01:00 |
|
Benign X
|
8691574c5b
|
chore(cache): adjust includes (#5921)
|
2024-03-20 12:04:28 +01:00 |
|
VIFEXT
|
4d4bb340c0
|
feat(vg_lite): add radial gradient support (#5836)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-20 12:03:45 +01:00 |
|
Gabor Kiss-Vamosi
|
3c2a1935c8
|
docs: update changelog (#5923)
|
2024-03-20 10:43:01 +01:00 |
|
Michael Simon
|
352420cd54
|
refacter(conf): use defines for standard includes (#5767)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-03-20 12:10:33 +08:00 |
|
Benign X
|
393c24c6e9
|
refactor(image_decoder): refactor image decoder and image cache (#5890)
|
2024-03-20 10:20:32 +08:00 |
|
Gabriel Wang
|
e1c0b21b27
|
chore(cmsis-pack): prepare for v9.1.0 (#5917)
v9.1.0
|
2024-03-20 10:13:36 +08:00 |
|
VIFEXT
|
ee26f1df29
|
fix(obj_tree): fix unintended click triggers on object deletion (#5907)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-20 10:11:59 +08:00 |
|
Gabor Kiss-Vamosi
|
3c8ef96213
|
fix(monkey): add missing include (#5903)
|
2024-03-19 10:41:58 +08:00 |
|
Gabor Kiss-Vamosi
|
54f9003722
|
feat(indev) Add crown support to pointer input device (#5057)
|
2024-03-19 10:10:28 +08:00 |
|
100ask
|
1cb3e219a9
|
docs: update README (#5841)
Co-authored-by: YobeZhou <smilezyb@163.com>
|
2024-03-18 17:54:45 +01:00 |
|
Neo Xu
|
7ca3bdab14
|
feat(test): test bin image loaded to RAM or not (#5895)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-03-19 00:14:52 +08:00 |
|
Benign X
|
6e76854009
|
feat(script): change trace_filter default trace log file to log_file.systrace (#5900)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
|
2024-03-18 22:33:55 +08:00 |
|
VIFEXT
|
899d157d4c
|
fix(demo/vector_graphic): add missing buffer clear (#5898)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-03-18 22:33:39 +08:00 |
|