Commit Graph

10778 Commits

Author SHA1 Message Date
bjsylvia
664d41748d chore: fix typos in drivers (#7517)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:05:07 +08:00
bjsylvia
9af3fc058e chore: fix typos in some header files (#7518)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:43 +08:00
bjsylvia
741d3d59fc chore: fix typos in nema_gfx (#7519)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:24 +08:00
bjsylvia
a356915267 chore: fix typos in core (#7510)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:05 +08:00
VIFEX
f378299370 perf(vg_lite): improve path append data performance (#7504)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-24 18:48:36 +08:00
lizhaoming
bd39f984b8 fix(roller): Adjust the position of the lv_roller_set_str function in lv_roller. c and lv_roller. h (#7506) 2024-12-23 17:53:21 -03:00
Benign X
517b307ae3 perf(bin_decoder): improve the decoding performance of a8 (#7494) 2024-12-23 17:50:26 -03:00
bjsylvia
0223869773 chore(tests): assert array size with LV_ARRAY_DEFAULT_CAPACITY (#7497) 2024-12-23 17:48:28 -03:00
Liu Yi
cdaaeb81dc docs(label): add documentation and example for text recolor (#7460)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
Co-authored-by: Victor Wheeler <vwheeler63@users.noreply.github.com>
2024-12-22 20:26:10 +01:00
Liam
36a6d173fc feat(demos): add high resolution demo (#7308)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-22 11:57:46 +01:00
Neo Xu
f5b00f5ad8 feat(animimage): add property support
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
4eacf15f59 feat(slider): add property interface
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
133b6fc3f8 feat(property): support second value in property
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
2d8ff35bfb chore(anim): define anim on/off as true/false
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Allen
17b76773a3 fix(font): fix get glyph id bug. (#7404)
Co-authored-by: azh <anzhaohui@gurobot.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-22 11:20:05 +01:00
RomanLuchyshyn
27ebfc20ad feat(draw/sw): added support for 3 bpp font rendering (#7350)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-20 07:50:01 -05:00
Kevin Schlosser
3146313e44 feat(gen_json): adds option to gen_json to build without docstrings (#7471) 2024-12-20 07:31:53 -05:00
Benign X
251c1b02f3 fix(ap): fix ap unicode 0622+0644 (#7482) 2024-12-20 14:40:14 +08:00
bjsylvia
0756895382 docs(intro): fix typos (#7485)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:06:56 +08:00
bjsylvia
a903fc3d75 docs(details): fix typos (#7484)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:06:28 +08:00
bjsylvia
019bfa4415 chore(demos): fix spelling error in demos (#7479)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:05:57 +08:00
bjsylvia
83ebd439fa fix(sysmon): fix crash when enable LV_USE_PERF_MONITOR and nuttx backend (#7483)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:04:59 +08:00
Victor Wheeler
abb60a4ec6 feat(docs): make docs development practical (#7414) 2024-12-19 13:47:46 -05:00
VIFEX
d607ce5f6a fix(event): remove preprocess flag when get name (#7468) 2024-12-18 18:52:53 -03:00
VIFEX
2d62571c66 perf(vg_lite): improve path data conversion performance (#7470) 2024-12-18 18:51:55 -03:00
Carlos Diaz
fcbcdf823d fix(table): mark clicks as 'Invalid' when clicking on empty spaces (#7153) 2024-12-18 11:31:38 +01:00
M1NG
bdb4d944de feat(osal): add SDL2 based threading and OS support (#7457)
Co-authored-by: ming <sungod@cheemer.org>
2024-12-18 11:04:18 +01:00
Liam
bb54fc50c2 fix(examples): fix infinite scroll crash (#7459) 2024-12-18 09:28:18 +01:00
Victor Wheeler
64e01e5248 feat(anim): clarify reverse play in animation API (#7338) 2024-12-18 07:43:00 +01:00
Paul Vogel
e1f2b2e451 fix(draw_sw_img): avoid divide by zero (#7447) 2024-12-17 22:08:23 -03:00
Benign X
cd9c7e5b6b fix(vg_lite): fix path memory reallocation error (#7466) 2024-12-17 19:58:01 +08:00
VIFEX
6decbb7f77 chore(indev_gesture): add missing config and fix warning (#7461)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-16 20:03:17 +08:00
Fabian Blatz
33fc3175a0 fix(dma2d): Add return value to DMA2d conversion functions (#7456) 2024-12-16 13:01:22 +01:00
Attila Kiss
a7adce9d1a feat(draw): add layer memory allocation config support (#7038)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-12-16 08:51:01 +01:00
Paul Vogel
c022f0896a fix(draw_sw_arc): add ASSERT_MALLOC check (#7448) 2024-12-12 12:27:52 +01:00
Paul Vogel
915f9b88dc fix(draw_rect): refactor to insure header is initialized (#7446) 2024-12-12 12:10:24 +01:00
Paul Vogel
f284920b93 fix(draw_sw_triangle): add null check (#7449) 2024-12-12 12:03:21 +01:00
VIFEX
fdeb63fa2e fix(vg_lite): remove unnecessary grad image checks (#7443)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-11 12:00:09 -03:00
VIFEX
85402e806f fix(vg_lite): fix corner case of bar drawing (#7441)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-11 20:27:55 +08:00
Liam
d79fc5896c fix(osal/pthread): add missing pthread_attr_destroy call (#7434) 2024-12-10 16:42:15 -03:00
Ioannis Markopoulos
e53ada9605 feat(NemaGFX): add freetype vector font support (#7346) 2024-12-10 15:23:06 +01:00
VIFEX
2209e3a270 docs(profiler): remove tick unit (#7433)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-10 10:54:17 +01:00
VIFEX
99a785cdc6 feat(refr): improve performance measurement (#7430)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-10 16:29:22 +08:00
Fabian Blatz
c1b32017d4 feat(display): add draw buffer size getter (#7332) 2024-12-10 11:42:55 +08:00
Victor Wheeler
c9d35e1038 feat(docs): proofread/edit batch 9 (#7324)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-09 09:43:20 +01:00
Victor Wheeler
7ecf7c2e52 feat(docs): widget proofread wrap-up (#7405)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-12-08 23:13:21 +01:00
VIFEX
39c3e23e06 perf(os): optimize OS API calls without OS mode (#7420)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-08 23:12:23 +01:00
VIFEX
4f2fd4b549 fix(vg_lite): fix stroke crash when update failed (#7399)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-07 00:04:30 +08:00
Victor Wheeler
65a52f2f2d feat(docs): update threading details in answer to #7313 (#7342) 2024-12-06 11:43:44 +01:00
VIFEX
58990cdb5b feat(profiler_builtin): support nanosecond accuracy (#7415)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-06 09:41:15 +08:00