Commit Graph

10448 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
f7c42c29de perf(draw): skip area independence tests with one draw unit (#6825) 2024-10-09 13:48:18 +02:00
VIFEX
ed5d38b048 fix(vg_lite): fix image transform clipping area error (#6810)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-09 13:48:18 +02:00
VIFEX
e86ec9e9fd perf(vg_lite): reduce matrix and radius calculations (#6800)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-09 13:48:18 +02:00
VIFEX
068583d7c0 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-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
0b4a188c0b chore: cleanup after adding fixed from master 2024-10-09 13:48:18 +02:00
Liam
2e0b7359ee fix(layout): calculate content width using x alignment (#6948) 2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
3d3342104f fix(style): remove transitions when a local style property is set (#6941) 2024-10-09 13:48:18 +02:00
Liu Yi
4199044aac fix(calendar): fix lv_calendar_gregorian_to_chinese compile error (#6894)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
c826f31f00 fix(fs): add lv_fs_dir_t to lv_fs.h (#6925) 2024-10-09 13:48:18 +02:00
Niklas Fiekas
2be97d6b92 fix(indev): fix hovering disabled obj resets indev (#6855) 2024-10-09 13:48:18 +02:00
Alpeev
475b538276 fix(gif): added bounds check in gif decoder (#6863)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-09 13:48:18 +02:00
VIFEX
3d351af17f chore(vg_lite): remove unnecessary buffer checks (#6921)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-09 13:48:18 +02:00
Cosmin-Daniel Radu
e633ea2931 fix(freertos): sync signal from isr fixed (#6793)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
53c846f4ac fix(freertos): use xSemaphoreTakeRecursive (#6803) 2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
e961669dd8 fix(dropdown): automatically center dropdown content (#6881) 2024-10-09 13:48:18 +02:00
Liu Yi
cd4f477497 fix(draw): fix sw compile error when disable LV_DRAW_SW_COMPLEX (#6895)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-10-09 13:48:18 +02:00
Liam
0ad8217b8d fix(libinput): private headers (#6869)
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
2024-10-09 13:48:18 +02:00
VIFEX
1ff2ea3e4a fix(color): add missing ARGB8565 alpha check (#6891)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-09 13:48:18 +02:00
Fabian Blatz
84346f3ef2 fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN (#6851) 2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
9275c52854 fix(display): remove the unused sw_rotate field (#6866) 2024-10-09 13:48:18 +02:00
FloHomi
7de50992b2 fix(bar): fix bit overflow (#6841) 2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
be7b3ee714 fix(indev): don't wait until release when a new object is found (#6831) 2024-10-09 13:48:18 +02:00
JWBverheesen
ccf518bee1 fix(glfw/opengles): fix buf_size calculation error (#6830) 2024-10-09 13:48:18 +02:00
VIFEX
ca8e23d934 fix(roller): fix stringop overflow (#6826)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-10-09 13:48:18 +02:00
Liam
0d483105e9 fix(perf): perf monitor FPS (#6798)
1. fix perf monitor FPS wrong macro judgement
2. fix arc test failing with no reason
2024-10-09 13:48:18 +02:00
Liam
6c8366a039 fix(micropython): missing bidi private header feature guard (#6801)
Co-authored-by: xlla <xllacyx@hotmail.com>
2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
e08f1b7686 fix(draw): fix artifact when rotating ARGB8888 images (#6794) 2024-10-09 13:48:18 +02:00
Toni Neubert
df1b96f5a9 fix(sdl): check against NULL before using the driver data of a display (#6799) 2024-10-09 13:48:18 +02:00
Liam
e66438fb58 fix(assets): add missing strides (#6790) 2024-10-09 13:48:18 +02:00
Luca Vanesche
3a96eaa08a fix(arc): ignore hits that are outside drawn background arc (#6753) 2024-10-09 13:48:18 +02:00
VIFEX
c11fda693c 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-10-09 13:48:18 +02:00
VIFEX
c2f969eab2 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-10-09 13:48:18 +02:00
Benign X
b4bb91803a fix(spangroup): fix height calculation error (#6775) 2024-10-09 13:48:18 +02:00
Liam
cd6e7e373f fix(buttonmatrix): use const arrays (#6765)
Co-authored-by: Julian Foad <julian@foad.me.uk>
2024-10-09 13:48:18 +02:00
Liu Yi
96cb2ae945 fix(ime): fix ime crash when input_char is too long (#6767)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-10-09 13:48:18 +02:00
Gabor Kiss-Vamosi
182d4ab188 fix(draw): cast color_format in LV_DRAW_BUF_INIT_STATIC (#6729) 2024-10-09 13:48:18 +02:00
Joseph Chen
f4ee0e6ca4 fix(sdl): nested comment is not allowed (#6748) 2024-10-09 13:48:18 +02:00
squirrel
806349698e fix(ime_pinyin): fix letter count wrong when using some dictionary (#6752) 2024-10-09 13:48:18 +02:00
Joseph Chen
d106f113f6 fix(anim): use correct variable repeat_cnt (#6757) 2024-10-09 13:48:18 +02:00
Neo Xu
af4452ef41 chore: fix compile warnings (#6975)
Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2024-10-06 11:18:57 +08:00
Lorenzo Arena
fa69216d4c fix(image): backport lv_image_set_inner_align() behaviour with LV_IMAGE_ALIGN_… (#6864) (#6946)
Co-authored-by: rdegliesposti <riccardo.degliesposti@powersoft.com>
2024-09-27 12:59:43 +02:00
Lorenzo Arena
d316710b3f fix(fs): backport add lv_fs_dir_t to lv_fs.h (#6925) (#6943)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-27 12:57:58 +02:00
Lorenzo Arena
a80da28224 feat(gif): backport add loop count control and GIF load result (#6922) 2024-09-26 10:17:29 +02:00
Lorenzo Arena
fc22ef316e feat(animimg): backport add getter function for underlying animation (#6923) 2024-09-26 10:14:19 +02:00
Neo Xu
2b7cacf2bc chore(Kconfig): add version info to Kconfig file to check mismatch (#6900) 2024-09-24 11:33:39 +08:00
anheiqq
a246604041 fix(textarea): fix placeholder text cannot be centered (#6879) 2024-09-23 22:07:12 +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