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

10660 Commits

Author SHA1 Message Date
VIFEX
2d6d913fd6
feat(vg_lite_tvg): add vg_lite_set_scissor function support (#6959)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-10-09 13:49:11 +02:00
Gabor Kiss-Vamosi
5d9064c17e fix(sdl): make it work with canvas rendering too
SDL won't take non-display refresh ralted tasks.
2024-10-09 10:47:01 +02:00
Gabor Kiss-Vamosi
780807029f fix(sdl): add static_text flag to to lv_draw_label_dsc_t
... and cache only static texts in the SDL renderer. Otherwise the cached draw_dsc can contain wild pointers if teh texts are reallocated/freed.

Fixes #6972
2024-10-09 10:47:01 +02:00
Gabor Kiss-Vamosi
d5b02fe131 fix(refr): if tile_cnt == 1 don't create new layers.
Required to fix SDL renderer
2024-10-09 10:47:01 +02:00
Gabor Kiss-Vamosi
0176f174e8
fix(benchmark): improve responsiveness and use the LVGL logo instead of the cogwheel (#6980) 2024-10-08 16:54:07 +02:00
Cosmin-Daniel Radu
b8b581a83d
feat(nxp): Release/nxp patches for LVGL master (#6978)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-10-08 16:30:36 +02:00
Victor Wheeler
8d47460580
docs: update macro LV_TA_CURSOR_LAST => LV_TEXTAREA_CURSOR_LAST (#6995) 2024-10-07 18:04:59 +02:00
dependabot[bot]
a853a1289a
chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 (#6984)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 21:26:25 +08:00
Liam
53d86775e2
fix(drivers): calculate stride align correctly (#6976)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-10-02 19:50:36 +08:00
hydevcode
b2f2b9e148
fix(rt-thread): fix compile error (#6938) 2024-10-02 11:55:48 +02:00
Carlos Diaz
bc7abe9dd8
fix(grid): fix naming conflicts (#6963) 2024-10-02 11:29:12 +02:00
VIFEX
0ff875423a
fix(thorvg): fix clipped clippers (#6956)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-10-01 15:42:32 +02:00
Gabor Kiss-Vamosi
14a5fabe00
docs(display): mention how to manipulate the invalidated area (#6836) 2024-10-01 10:21:34 +02:00
Victor Wheeler
df6c4a0a4c
fix(docs): restore missing on-line examples (#6927) 2024-10-01 10:09:47 +02:00
Gabor Kiss-Vamosi
bdba77287c
chore: use the new labels in GitHub actions and docs (#6940) 2024-09-30 17:38:49 +02:00
Gleb Mazovetskiy
e4849fecdd
chore(lv_conf_internal): avoid LV_CONF_SKIP redefinition warning (#6960) 2024-09-30 16:43:39 +02:00
Neo Xu
2601a26c7f
chore: fix compile warnings (#6817)
Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2024-09-30 14:58:57 +02:00
Victor Wheeler
0458acd998
fix(docs): fix most sphinx warnings (#6916)
Co-authored-by: Kevin Schlosser <kdschlosser@users.noreply.github.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-30 14:57:22 +02:00
Liam
a298c245ac
fix(layout): calculate content width using x alignment (#6948) 2024-09-30 18:44:25 +08:00
Gabor Kiss-Vamosi
2acd6ff7e3
fix(style): remove transitions when a local style property is set (#6941) 2024-09-29 17:07:58 +02:00
Gabor Kiss-Vamosi
0daebca18b
feat(render): basic of tiled rendering (#6761) 2024-09-27 11:50:27 +02:00
Victor Wheeler
911c7e8e72
fix(docs): eliminate 2 types of sphinx warnings: (#6928)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-26 16:51:06 +02:00
Victor Wheeler
0d96816722
fix: eliminate misc sphinx warnings... (#6929) 2024-09-26 12:09:04 +02:00
Gabor Kiss-Vamosi
99b2061d5b
docs(event): minor naming fixes (#6939) 2024-09-26 11:16:48 +02:00
Liu Yi
40577fe685
fix(calendar): fix lv_calendar_gregorian_to_chinese compile error (#6894)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-26 10:26:20 +02:00
Liu Yi
4415f6e6de
chore(widgets): add comments to the tileview and win (#6856)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-26 10:19:19 +02:00
Gabor Kiss-Vamosi
2c2a293f57
fix(fs): add lv_fs_dir_t to lv_fs.h (#6925) 2024-09-26 10:11:01 +02:00
Niklas Fiekas
535b8aa708
fix(indev): fix hovering disabled obj resets indev (#6855) 2024-09-26 10:10:28 +02:00
Alpeev
610224e3b9
fix(gif): added bounds check in gif decoder (#6863)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-26 10:10:17 +02:00
Gabor Kiss-Vamosi
48cbe7bd76
perf(benchmark): use XRGB8888 image withn 32bit color depth (#6914) 2024-09-25 17:39:51 +08:00
VIFEX
f4d95f5253
chore(vg_lite): remove unnecessary buffer checks (#6921)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-25 17:22:38 +08:00
Cosmin-Daniel Radu
9db0ee3d02
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-09-24 13:35:39 +02:00
Gabor Kiss-Vamosi
55faa53bcc
fix(freertos): use xSemaphoreTakeRecursive (#6803) 2024-09-24 13:27:30 +08:00
Gabor Kiss-Vamosi
a9011a0a43
feat(sdl): speed up rotation (#6835) 2024-09-24 13:26:23 +08:00
Gabor Kiss-Vamosi
0f5aaf0670
fix(dropdown): automatically center dropdown content (#6881) 2024-09-24 13:25:09 +08:00
Liu Yi
7d2e5e1ecf
fix(draw): fix sw compile error when disable LV_DRAW_SW_COMPLEX (#6895)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-09-24 13:24:50 +08:00
Gabor Kiss-Vamosi
cc2138a647
fix(textarea): fix placeholder text cannot be centered (#6879) (#6917)
Co-authored-by: anheiqq <anheiqq@163.com>
2024-09-24 13:23:52 +08:00
terry.rong
32f36e7095
feat(nuttx): move static var index to gloabl for gdb diagnostic (#6890)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2024-09-24 10:18:38 +08:00
Ryan Stachura
0227f7dec5
feat(style): add a "set all" function for margin (#6904) 2024-09-23 16:00:58 +02:00
Lorenzo Arena
fe0f5e8607
feat(gif): add loop count control (#6839) 2024-09-23 15:59:17 +02:00
xaowang
046d10bf7e
feat(snapshot): add argb8565 support (#6899)
Signed-off-by: wxd <xaowang96@gmail.com>
2024-09-23 10:18:29 +08:00
Liam
5baa9bf3f2
fix(libinput): private headers (#6869)
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
2024-09-22 12:41:16 +08:00
Benign X
7e026a7bfe
feat(array): add an empty element when element is NULL (#6893) 2024-09-21 10:34:07 +08:00
VIFEX
cee1a01743
fix(color): add missing ARGB8565 alpha check (#6891)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-20 11:11:34 +02:00
yushuailong
34c425dd1c
feat(vg_lite): add A8 and L8 dest buffer support (#6884)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: yushuailong1 <yushuailong1@xiaomi.com>
Co-authored-by: FASTSHIFT <vifextech@foxmail.com>
2024-09-20 11:11:16 +02:00
Lorenzo Arena
ff3ffb8eeb
feat(animimg): add getter function for underlying animation (#6838) 2024-09-20 10:50:17 +02:00
Neo Xu
8dea3225ff
chore(Kconfig): add version info to Kconfig file to check mismatch (#6789)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-09-20 10:42:16 +02:00
Fabian Blatz
57b799f4fc
fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN (#6851) 2024-09-20 11:59:09 +08:00
Narukara
9ad396bab4
docs: fix typo in introduction (#6871) 2024-09-20 10:46:16 +08:00
yimoxiao
87f239e131
feat(vg_lite): add yuy2 color format support (#6882)
Signed-off-by: mengqingtao1 <mengqingtao1@xiaomi.com>
Co-authored-by: mengqingtao1 <mengqingtao1@xiaomi.com>
2024-09-20 10:46:03 +08:00