Commit Graph

10533 Commits

Author SHA1 Message Date
Liam
4b5742c60d
fix(micropython): missing bidi private header feature guard (#6801)
Co-authored-by: xlla <xllacyx@hotmail.com>
2024-09-05 19:06:56 +08:00
Gabor Kiss-Vamosi
75461353ea
fix(draw): fix artifact when rotating ARGB8888 images (#6794) 2024-09-05 14:05:02 +08:00
Toni Neubert
91d64b1042
fix(sdl): check against NULL before using the driver data of a display (#6799) 2024-09-05 10:51:59 +08:00
VIFEX
caa09a1564
feat(vg_lite): add draw border side support (#6796)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-05 10:39:28 +08:00
Liam
7c020e06fb
fix(assets): add missing strides (#6790) 2024-09-04 12:59:36 +02:00
Moritz Schneider
f4d52cd9ae
feat(freetype): add colored glyphs support (#6686)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-04 12:15:49 +02:00
Luca Vanesche
e4e1b26d1d
fix(arc): ignore hits that are outside drawn background arc (#6753) 2024-09-03 11:55:55 +02:00
VIFEX
837b560231
fix(vg_lite): fixed clip_radius image cropping error (#6780)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-03 14:07:16 +08:00
Benign X
d057c5c405
feat(event): event supports delayed deletion ability (#6655) 2024-09-03 14:06:18 +08:00
VIFEX
582cf8b6b9
fix(vg_lite/vector): convert gradient matrix to global matrix (#6577)
Signed-off-by: pengxiaolei <pengxiaolei@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengxiaolei <pengxiaolei@xiaomi.com>
2024-09-03 13:04:13 +08:00
Benign X
189102de67 docs(iter): add docstrings for lv_iter_t 2024-09-02 23:27:14 +08:00
Benign X
30f0d6c10a feat(image_cache): add dump info ability for image_cache 2024-09-02 23:27:14 +08:00
Benign X
4d7f577c7c feat(iter): add lv_iter_t module 2024-09-02 23:27:14 +08:00
Benign X
183bcfd016
chore(font_manager): update to v9.1 API (#6776) 2024-09-02 13:53:35 +02:00
dependabot[bot]
b3949b42d6
chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.9.0 to 1.9.1 (#6779)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 13:52:26 +02:00
Benign X
cd56cd8428
fix(spangroup): fix height calculation error (#6775) 2024-09-02 12:52:17 +08:00
Benign X
ca44056f0e
chore(tests): fix build break on macOS (#6773) 2024-09-02 12:50:40 +08:00
Liam
b90117062e
fix(buttonmatrix): use const arrays (#6765)
Co-authored-by: Julian Foad <julian@foad.me.uk>
2024-09-02 11:49:23 +08:00
Liu Yi
2d4517cd63
fix(ime): fix ime crash when input_char is too long (#6767)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-02 11:48:07 +08:00
Gabor Kiss-Vamosi
5809f0a870
docs(arm): add to index and update Arm2D docs (#6768) 2024-09-02 11:46:54 +08:00
Gabor Kiss-Vamosi
bc87ae9f6d
fix(script): follow lv_conf_template.h changes in generate_lv_conf.py (#6769) 2024-09-02 11:46:36 +08:00
VIFEX
dbb5905260
feat(libs): add freetype font manager (#6482)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-08-30 13:55:53 +02:00
VIFEX
3db31e44e5
fix(vg_lite): select blend mode based on premultiplication (#6766)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-30 10:48:24 +02:00
Victor Wheeler
5bfbf0c10d
fix(docbuild): reformat comments for Doxygen in lv_conf_template.h (#6673) 2024-08-29 22:10:34 +02:00
Gabor Kiss-Vamosi
ba3ef34600
chore: bump version to v9.3.0-dev (#6764) 2024-08-29 20:47:19 +02:00
VIFEX
2c021b69dc
Revert "perf(draw): skip empty draw tasks (#6720)" (#6758)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-29 14:48:22 +02:00
Zhang Ji Peng
d0f74979f2
feat(stdlib): add lv_calloc function (#6743)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Signed-off-by: Zhang Ji Peng <onecoolx@gmail.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-08-29 14:47:09 +02:00
Gabor Kiss-Vamosi
a285435aed
fix(draw): cast color_format in LV_DRAW_BUF_INIT_STATIC (#6729) 2024-08-29 18:26:21 +08:00
Joseph Chen
838d7f17aa
fix(sdl): nested comment is not allowed (#6748) 2024-08-29 09:48:39 +02:00
squirrel
beb3c52f1a
fix(ime_pinyin): fix letter count wrong when using some dictionary (#6752) 2024-08-29 09:47:54 +02:00
Joseph Chen
4114661eb1
fix(anim): use correct variable repeat_cnt (#6757) 2024-08-29 09:20:50 +02:00
Gabor Kiss-Vamosi
72dfc1d751 docs(CHANGELOG): fix formatting 2024-08-27 00:08:10 +02:00
Gabriel Wang
aa7446344c chore(cmsis-pack): create cmsis-pack for v9.2.0 2024-08-27 00:01:11 +02:00
Gabriel Wang
d4d46793fa feat(arm-2d): treat XRGB888 as ARGB8888 which alpha is always 0xFF 2024-08-27 00:01:11 +02:00
Gabriel Wang
03871ad18d feat(arm-2d): upgrade to v1.1.6 and slightly improve the performance 2024-08-27 00:01:11 +02:00
Gabriel Wang
f292ddde34 chore(cmsis-pack): update pdsc 2024-08-27 00:01:11 +02:00
Gabriel Wang
d01c6a4892 fix(porting): add buffer alignment attribute 2024-08-27 00:01:11 +02:00
Gabor Kiss-Vamosi
d39fc17595 chore: increase the version numbers to v9.2 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
963f88d898 chore: minor docs and other updates 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
45c485ecae docs(hover): remove 'not supported yet' notes 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
9d781406c6 docs: add CHANGELOG for v9.2 2024-08-26 21:39:11 +02:00
nicusorcitu
2b33f8b0a7
perf(nxp): v9.1.0 upstream vglite optimization (#6646)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-08-26 20:11:26 +02:00
Liam
0bd8cbcc9e
fix(freertos): notifiy-based sync can be initialized from any task (#6692) 2024-08-26 16:17:12 +02:00
Victor Wheeler
c46f6b0a41
Fix/Doxygen warning stragglers caused by recent merges (#6736) 2024-08-26 13:38:37 +02:00
Gabor Kiss-Vamosi
f4ea1ec82c
chore: add LV_USE_PRIVATE_API (#6737) 2024-08-26 13:29:26 +02:00
NicGrimpe
8b659fc9a2
fix(env_support/cmake): If LV_CONF_PATH is set, install the indicated config instead of the default one. (#6675) 2024-08-26 12:31:12 +02:00
Gabor Kiss-Vamosi
3147fc2f52
fix(i1): fix compiler and runtime issues with I1 rendering (#6714)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-26 12:30:40 +02:00
VIFEX
6b8d420170
fix(vg_lite): fix rounded rectangle path error (#6726)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-26 17:43:56 +08:00
VIFEX
9c4d4ba595
fix(vg_lite): fix rendering aliasing caused by global matrix transformation (#6730)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-08-26 17:43:46 +08:00
Victor Wheeler
fe2331489b
docs(label): fix unintentional definition list in parts and styles section (#6735) 2024-08-26 16:54:24 +08:00