Commit Graph

488 Commits

Author SHA1 Message Date
Benign X
48416d7dae
refactor(font): refactor font glyph data acquire method (#5884) 2024-03-22 11:51:08 +01: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
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
liamHowatt
4b41590cf1
fix(flex): LV_FLEX_ALIGN_SPACE_BETWEEN align single item left (#5915) 2024-03-20 23:31:53 +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
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
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
Gabor Kiss-Vamosi
715dcf0e79
fix(image): fix the image decoder if LV_BIN_DECODER_RAM_LOAD == 0 (#5892)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-18 19:25:24 +08:00
Benign X
550c31b6ef
test(conf): update conf and remove deprecated configs (#5881) 2024-03-15 18:02:43 +08:00
Benign X
0c84cc0b3b refactor(freetype): refactor freetype params 2024-03-15 18:02:07 +08:00
Benign X
d9da34aebe
tests(freetype): refactor code structure (#5871) 2024-03-15 00:03:48 +08:00
Benign X
4d8dd2f4e3
feat(tests): add freetype font stress tests (#5828) 2024-03-14 15:58:13 +08:00
Neo Xu
4cf14cc6f3
feat(test): add multiple color formats to stride adjust test (#5690)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-03-12 10:25:51 +08:00
Kevin Schlosser
b8ffeca38f
ci(micropython): catch event failure in the test (#5787) 2024-03-12 02:11:04 +08:00
Lemon
30793d712f
feat(libjpeg_turbo): add JPEG image EXIF data parsing (#5263)
Co-authored-by: liujp <liujp@xiaomi.com>
2024-03-10 14:54:20 +08:00
Gabor Kiss-Vamosi
ed38275db5
fix(layer): update the cached layer type on state change (#5801) 2024-03-10 14:48:19 +08:00
Benign X
6249b04145
feat(freetype): change the tilt of freetype fonts in italics (#5812) 2024-03-09 12:47:45 +08:00
Gabor Kiss-Vamosi
ac518088e9
fix(draw): fix the invalidation of scaled areas (#5548) 2024-03-04 10:53:00 +08:00
Neo Xu
9b09182fc7 fix(thorvg): link lvgl_thorvgl with lvgl
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
c81f654026 fix(warning): error: a function declaration without a prototype is deprecated in all versions of C
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Neo Xu
47750f1b86 fix(warning): fix shadown variable warning
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
JLJimmyH
16eb744b52
fix(draw): fix rgb565 with LV_BLEND_MODE_MULTIPLY (#5749)
Co-authored-by: Jimmy <jimmy@jeilin.com>
2024-02-29 07:41:36 +01:00
lhdjply
260333583f
feat(test_keyboard): add keyboard test (#5739)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-02-24 16:02:09 +01:00
lhdjply
9ef8d0cc92
fix(test_span): fix an issue where img has span_1.png, but it is not in the code (#5736)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-02-24 15:44:58 +01:00
Kenji Mouri (Qi Lu)
10f9d98419
fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720) 2024-02-24 21:06:31 +08:00
_VIFEXTech
4a5f88bf52
fix(draw_vector): remove redundant MOVE_TO operations (#5715)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 13:07:15 +01:00
Neo Xu
01801a9d1c
fix(test): check compiler flag should not contain '_' (#5706)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 12:57:11 +01:00
Gabor Kiss-Vamosi
81215d06fd
ci(ref_imgs): automatically genereate the missing reference image folders (#5696) 2024-02-23 16:42:19 +08:00
Johannes Marbach
1ea51ad616
fix(drm): eliminate use of non-existent lv_api_map.h and enable smoke tests (#5694)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-22 12:19:23 +01:00
Neo Xu
1a9f10645f
fix(test): enable -Wpedantic (#5676)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-22 17:24:26 +08:00
Gabor Kiss-Vamosi
616d52a01b
fix(draw): fix compiler error when LV_DRAW_SW_COMPLEX is disabled (#5695) 2024-02-20 10:26:39 +08:00
Neo Xu
8a85a49801
fix(test): allow to run test locally on mac (#5672)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-20 10:15:08 +08:00
Neo Xu
f5f19ca7f0
feat(event): return event dsc for later to remove (#5630)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-19 21:43:57 +01:00
Neo Xu
bd119043a1
feat(draw_buf): distinguish between lv_image_dsc_t and lv_draw_buf_t (#5496)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-18 10:52:50 +08:00
_VIFEXTech
aad5a325d5
chore: add stride information in the image resource file (#5653)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-02-15 11:58:18 +08:00
HakSeung Wang
bf47753ee0
fix(tests): fix test_img_emoji_F617.c error include path (#5652) 2024-02-14 21:42:57 +08:00
Gabor Kiss-Vamosi
f622750cfe
fix(label): consider max-width (#5644) 2024-02-13 16:27:41 +01:00
Gabor Kiss-Vamosi
54ea01e019
ci(assets): add LV_BUILD_TEST guard (#5616) 2024-02-12 19:36:19 +01:00
PGNetHun
3f3066ee2c
fix(calendar): fix crash when no default is set (#5621) 2024-02-12 19:14:43 +01:00
Gabor Kiss-Vamosi
10978c94c2
feat(image, layer): add bitmap mask feature (#5545) 2024-02-10 20:57:46 +01:00
Neo Xu
ad81f1f8cc
Stride adjust in place (#5423)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 17:53:14 +08:00
Neo Xu
812e98aa8b
chore(conf): use EXTERNAL and INTERNAL macro to config libs (#5046)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 16:24:59 +08:00
Gabor Kiss-Vamosi
c1cecb5692
fix(test): fix typo related to #5559 (#5594) 2024-02-05 13:00:08 +01:00
_VIFEXTech
4a4d577574
fix(sysmon): fix build break (#5585)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-04 20:53:51 +08:00
Gabor Kiss-Vamosi
8754d4d8be
refactor(image): rename align to inner_align (#5560) 2024-02-02 19:25:20 +01:00
Gabor Kiss-Vamosi
6ad2bf4deb
test(asset): add guard to test_img_emoji_F617 (#5559) 2024-02-02 10:22:21 +08:00
Neo Xu
e4de2d265a
feat(vector): add API to append arc (#5510)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-30 17:33:10 +08:00
Neo Xu
135ad49dce
refactor(snapshot): use draw buffer interface (#5487)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-30 09:18:54 +01:00