Nicușor Cîțu
c3ec922708
fix(vglite) Small cleanup.
2024-10-09 21:45:09 +02:00
Nicușor Cîțu
29c977042e
fix(pxp) Small cleanup.
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com >
2024-10-09 21:45:09 +02:00
Cristian Stoica
c3690544d5
fix(vglite): Set buffer stride as required by hardware
...
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com >
2024-10-09 21:45:09 +02:00
Cristian Stoica
99974d46b7
feat(display): add support for frame buffer initialization with custom stride
...
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com >
2024-10-09 21:45:09 +02:00
Cristian Stoica
0f9f322733
fix(pxp): Initialize all required handlers
...
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com >
2024-10-09 21:45:09 +02:00
Cosmin-Daniel Radu
892d97ccc1
feat(pxp) Add option to use PXP only for rotation without creating PXP draw unit.
...
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com >
2024-10-09 21:45:09 +02:00
Cosmin-Daniel Radu
a109608806
fix(vglite) draw when multiple draw units are available
...
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com >
2024-10-09 21:45:09 +02:00
Cristian Stoica
64beb5f811
fix(vglite) set cache invalidation callback for all handlers
...
This is necessary after the changes in c37ad55160
feat(draw_buf): make draw buf API more OOP style
which indirectly changes the font drawing handlers from default_handlers to
font_draw_buf_handlers
Because the cache invalidation in vglite was enabled only for
default handlers this resulted in broken font rendering when vglite draw
unit was used.
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com >
2024-10-09 21:45:09 +02:00
Nicușor Cîțu
7275e1fff6
fix(pxp) Fixed include header.
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com >
2024-10-09 21:45:09 +02:00
Gabor Kiss-Vamosi
7c3b20d9f2
chore: update the version number to v9.2.1
2024-10-09 13:48:18 +02:00
VIFEX
68d04bd353
Revert "perf(draw): skip empty draw tasks ( #6720 )" ( #6758 )
...
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com >
2024-10-09 13:48:18 +02:00
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