1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

6260 Commits

Author SHA1 Message Date
Felipe Neves
5563787cac
feat(dma2d): add support for ARGB1555 color on top of RGB565 format (#7555)
Signed-off-by: Felipe Neves <felipe@lvgl.io>
2025-01-09 21:41:02 -05:00
Chishin
4e52b15508
fix(sysmon): fix heap memory overflow (#7576) 2025-01-09 21:27:59 -05:00
Gabor Kiss-Vamosi
51a3d93852
fix(scroll): handle scroll chain with snapping too (#7491) 2025-01-09 20:08:51 -05:00
Michael Simon
20bfb4855b
feat(drivers): add UEFI driver (#7069) 2025-01-09 15:31:30 -03:00
bjsylvia
137a2a647c
chore: fix typos in libs (#7516)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2025-01-09 11:29:35 +01:00
DDcrow
692830d27c
fix(widgets): fix an incorrect text replacement (#7548) 2025-01-09 11:07:35 +01:00
Niklas Fiekas
d47865afa1
fix(label): limit self size by max_height style (#7542) 2025-01-08 15:58:27 -03:00
Paul Vogel
7b3320baf4
fix(widget_chart): add assignment to uninitialized variable (#7561) 2025-01-08 15:57:47 -03:00
Gabor Kiss-Vamosi
ce1baa6aa2
fix(label): fix updating scrolling label text (#7533)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2025-01-08 15:57:17 -03:00
Thomas Devoogdt
53b4c6a2c2
fix(style): fix conditional jump or move depends on uninitialised value (#7571)
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
2025-01-08 15:56:05 -03:00
Thomas Devoogdt
bccf82efa1
fix(wayland): delete the allocated display and buffers (#7572)
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
2025-01-08 15:55:07 -03:00
Gabor Kiss-Vamosi
6a1ecfcf34
feat(xml): add support for more properties and add more examples (#7417) 2025-01-08 11:25:06 -05:00
Thomas Devoogdt
31bd7b61ba
feat(libinput): map LV_KEY_{ESC} (#7544)
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
2025-01-07 23:07:46 -05:00
Victor Wheeler
1f9f5f475f
fix(lv_canvas.c): fix use of uninitialized variable (#7556) 2025-01-06 22:45:58 -03:00
André Costa
25232d92e7
feat(dropdown): add lv_anim_enable_t parameter to lv_dropddown_set_selected (#7310) 2025-01-06 09:40:23 -05:00
xaowang
f27c65bf4a
fix(draw_buf): flush D-Cache after clear buffer (#7550)
Signed-off-by: wxd <xaowang96@gmail.com>
2025-01-06 09:27:01 -03:00
Yang Gang
2b4d7b0e1c
fix(circle_buff): replace a none ASCII character (#7538) 2025-01-06 02:08:16 +08:00
VIFEX
ee05029cb0
perf(vg_lite): optimize matrix and rectangle conversion (#7537) 2025-01-04 10:18:36 -03:00
VIFEX
c9872e5283
perf(refr): reduce matrix conversion (#7536) 2025-01-04 10:18:27 -03:00
Victor Wheeler
f393629c2a
fix(lv_freetype): clean up includes (#7524) 2025-01-03 22:36:42 +01:00
Paul Vogel
e4aac4c67a
fix(tree): add NULL check (#7526) 2025-01-03 16:17:16 +01:00
Gabor Kiss-Vamosi
29df86bef3
fix(anim): remove the redefinition of lv_anim_set_time (#7500) 2025-01-02 18:35:05 -03:00
bjsylvia
6b8a288437
chore: fix typos in lv_draw_label.h (#7511) 2024-12-27 12:06:48 +08:00
bjsylvia
4ecca36cef
chore: fix typos in lv_display.h (#7512) 2024-12-27 12:06:34 +08:00
bjsylvia
3da5eec875
chore: fix typos in lv_text.c (#7513) 2024-12-27 12:06:19 +08:00
bjsylvia
4c5fbefeb7
chore: fix typos in others (#7514)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:06:05 +08:00
bjsylvia
664d41748d
chore: fix typos in drivers (#7517)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:05:07 +08:00
bjsylvia
9af3fc058e
chore: fix typos in some header files (#7518)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:43 +08:00
bjsylvia
741d3d59fc
chore: fix typos in nema_gfx (#7519)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:24 +08:00
bjsylvia
a356915267
chore: fix typos in core (#7510)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-27 12:04:05 +08:00
VIFEX
f378299370
perf(vg_lite): improve path append data performance (#7504)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-24 18:48:36 +08:00
lizhaoming
bd39f984b8
fix(roller): Adjust the position of the lv_roller_set_str function in lv_roller. c and lv_roller. h (#7506) 2024-12-23 17:53:21 -03:00
Benign X
517b307ae3
perf(bin_decoder): improve the decoding performance of a8 (#7494) 2024-12-23 17:50:26 -03:00
Liam
36a6d173fc
feat(demos): add high resolution demo (#7308)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-22 11:57:46 +01:00
Neo Xu
f5b00f5ad8 feat(animimage): add property support
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
4eacf15f59 feat(slider): add property interface
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
133b6fc3f8 feat(property): support second value in property
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu
2d8ff35bfb chore(anim): define anim on/off as true/false
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Allen
17b76773a3
fix(font): fix get glyph id bug. (#7404)
Co-authored-by: azh <anzhaohui@gurobot.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-22 11:20:05 +01:00
RomanLuchyshyn
27ebfc20ad
feat(draw/sw): added support for 3 bpp font rendering (#7350)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-12-20 07:50:01 -05:00
Benign X
251c1b02f3
fix(ap): fix ap unicode 0622+0644 (#7482) 2024-12-20 14:40:14 +08:00
bjsylvia
83ebd439fa
fix(sysmon): fix crash when enable LV_USE_PERF_MONITOR and nuttx backend (#7483)
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:04:59 +08:00
VIFEX
d607ce5f6a
fix(event): remove preprocess flag when get name (#7468) 2024-12-18 18:52:53 -03:00
VIFEX
2d62571c66
perf(vg_lite): improve path data conversion performance (#7470) 2024-12-18 18:51:55 -03:00
Carlos Diaz
fcbcdf823d
fix(table): mark clicks as 'Invalid' when clicking on empty spaces (#7153) 2024-12-18 11:31:38 +01:00
M1NG
bdb4d944de
feat(osal): add SDL2 based threading and OS support (#7457)
Co-authored-by: ming <sungod@cheemer.org>
2024-12-18 11:04:18 +01:00
Victor Wheeler
64e01e5248
feat(anim): clarify reverse play in animation API (#7338) 2024-12-18 07:43:00 +01:00
Paul Vogel
e1f2b2e451
fix(draw_sw_img): avoid divide by zero (#7447) 2024-12-17 22:08:23 -03:00
Benign X
cd9c7e5b6b
fix(vg_lite): fix path memory reallocation error (#7466) 2024-12-17 19:58:01 +08:00
VIFEX
6decbb7f77
chore(indev_gesture): add missing config and fix warning (#7461)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-12-16 20:03:17 +08:00