1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

10411 Commits

Author SHA1 Message Date
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 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
Gabor Kiss-Vamosi
51f06c097d
feat(sdl_render): support all draw task types (#6437) 2024-08-26 10:46:40 +02:00
yushuailong
d028a970a0
fix(indev): fix LV_EVENT_SCROLL_THROW_BEGIN not send to scroll_obj (#6693)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
2024-08-26 09:54:54 +02:00
Visa Harvey
016b397642
fix(tiny_ttf): Fix formatting specifier macro in lv_tiny_ttf_set_size (#6731) 2024-08-26 09:54:00 +02:00
Neo Xu
5a004a4db3
fix(nuttx): fix build break (#6732)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-26 10:13:40 +08:00
Neo Xu
03c3d552f0
chore(api): add api map for v9.1 (#6733)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-26 10:13:05 +08:00
Carlos Diaz
d59938d7f7
feat(scale): add custom labels example (#6699)
Co-authored-by: Liu Yi <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-25 07:48:13 +02:00
VIFEX
4349dfc593
fix(chart): fix memory leak (#6727)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-24 11:23:42 +02:00
Gabor Kiss-Vamosi
e28caac406
docs(arm): add overview docs for Arm (#6712) 2024-08-24 08:45:38 +02:00
Tobias Jakobi
a3e9208a88
fix(draw/neon): fix build break (#6682)
Co-authored-by: Tobias Jakobi <tobias.jakobi@compleo-cs.com>
2024-08-23 22:58:48 +02:00
Martin Vladić
14e6949a1e
fix(spinbox): add missing update value (#6719) 2024-08-23 16:12:04 -04:00
Liam
7560fcb193
fix(roller): do not move when there is only one option (#6717)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-23 22:05:39 +02:00
Erik Tagirov
e186b4c8b6
feat(driver): import Wayland driver from v8 (#6549) 2024-08-23 22:03:55 +02:00
becseya
aebb4d3ad3
feat(scripts): add default config generator (#6522)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-23 21:38:25 +02:00
Gabor Kiss-Vamosi
ccb7bf29cc
feat(draw_sw): extend lv_draw_sw_rotate with L8 support (#6520) 2024-08-23 09:47:04 +02:00
zipeartnes
f2303758bf
feat(anim_timeline): add repeat and more (#6127)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-23 09:15:42 +02:00
Victor Wheeler
69e91cc560
fix(docbuild): Fix @file commands and guard macros. (#6689) 2024-08-23 08:45:45 +02:00
VIFEX
ed4cb19926
perf(draw): skip empty draw tasks (#6720)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-08-23 08:28:47 +02:00
Mike Trzaska
8d8b279638
feat(indev): add scroll_time and scroll_throw setter (#6723) 2024-08-23 14:25:43 +08:00
Liam
69d440335f
fix(fs): remove Arduino SD initialization (#6725) 2024-08-23 08:16:52 +02:00
Gabor Kiss-Vamosi
f874ab3e9a
fix(benchmark): use assets only from its own folder (#6666) 2024-08-23 06:19:04 +02:00
Gabor Kiss-Vamosi
a7853fbe56
docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
Victor Wheeler
77892ee0ad
fix(Kconfig): remove leading spaces on line 1692 (#6695) 2024-08-23 08:43:13 +08:00