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

10792 Commits

Author SHA1 Message Date
VIFEX
a4d70c9217
fix(init): adjust the freetype initial order (#7363)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-28 00:25:27 +01:00
Gabor Kiss-Vamosi
6275520603
docs(font): add a typesetting section (#7351)
Co-authored-by: Victor Wheeler <vwheeler63@users.noreply.github.com>
2024-11-27 18:19:34 +08:00
Paul Vogel
78be963c22
fix(indev): prevent division by zero (#7354) 2024-11-27 18:17:27 +08:00
Ryan Stachura
ecfed6bc07
docs: update LV_OBJ_FLAG_OVERFLOW_VISIBLE usage (#7101)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-11-27 18:14:42 +08:00
Erik Tagirov
9c7003d9e1
feat(doc): add documentation on Torizon OS (#7280)
Co-authored-by: Gabriel Catel Torres <gabriel.catel@edgemtech.ch>
2024-11-27 09:14:19 +01:00
Gabor Kiss-Vamosi
c4275e8b8f
fix(nxp-vglite): add missing '{' (#7365) 2024-11-27 13:24:34 +08:00
Liam
1a37c3eceb
fix(file_explorer): quick access prototype outside guard (#7356) 2024-11-27 11:33:56 +08:00
Felipe Neves
05fba5f301
fix(lv_conf): get rid of the LV_CONF path building macros (#7335)
Signed-off-by: Felipe Neves <felipe@lvgl.io>
2024-11-27 11:32:06 +08:00
Victor Wheeler
8c2289f87f
feat(docs): batch 6 of proofread/edited docs (#7277) 2024-11-25 16:20:26 +01:00
cristian-stoica
804aaede39
fix(event): record rendering done moment after rendering finished (#7228)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-11-25 09:05:49 +01:00
Benign X
bd2927736a
feat(scroll): adjust scroll behavior for non-elastic objects (#7336)
Signed-off-by: Benign X <1341398182@qq.com>
2024-11-21 22:22:17 +01:00
Gabor Kiss-Vamosi
1506779074 ci: fix a reference image 2024-11-21 22:14:48 +01:00
Victor Wheeler
afccd777da
feat(code-format): minor enhancements (#7311)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-21 21:59:30 +01:00
Gabor Kiss-Vamosi
a848a0bf1d
feat(font): allow using A1,2,4 bitmaps + handle byte aligned fonts (#7234) 2024-11-21 16:00:45 +01:00
nilaygit-10721
5a609275f4
fix(draw_sw): in lv_draw_sw_rotate enable ARGB8888 functions for XRGB8888 too (#7185)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-11-21 15:59:57 +01:00
Benign X
7cfe085f46
perf(span): optimize span render performance up by 50% (#7290) 2024-11-21 22:42:16 +08:00
Paul Vogel
65d2d42124
fix(obj): use LV_ASSERT_NULL if LV_ASSERT_OBJ not enabled (#7339) 2024-11-21 12:43:58 +01:00
Ikko Eltociear Ashimine
a99f8cec56
docs: update api_json.rst (#7318) 2024-11-21 11:43:20 +01:00
Victor Wheeler
67968c7a16
fix(docs): stray space in style_api_gen.py and generated doc... (#7309) 2024-11-21 11:36:51 +01:00
Liu Yi
bc1155ec5b
fix(issue): fix the platform input box not displaying fully (#7316)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-11-21 11:34:51 +01:00
Michele Perla
4a432c4783
fix(style): missing (void*) cast in macro LV_STYLE_CONST_INIT (#7304) 2024-11-21 11:19:16 +01:00
Gabor Kiss-Vamosi
98d87021df
fix(flex): make min-width, grow, and wrap work together (#7168) 2024-11-21 11:10:36 +01:00
jeremy-baker
d5759a0926
fix(dave2d): required when using LVGL with LV_COLOR_DEPTH 32 (#7323) 2024-11-21 10:05:00 +01:00
jeremy-baker
bc5a040519
fix(dave2d): fix implicit function definitions (#7320) 2024-11-21 09:26:48 +01:00
lxydiy
4a77a05fb3
fix(ffmpeg): add native filesystem API support for FFmpeg image decoder (#7253) 2024-11-20 11:57:45 +01:00
Liu Yi
11be75e302
feat(fsdrv): set the working directory (#7272)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-11-20 11:00:10 +08:00
Fabian Zäh
e85059d822
fix(drivers/x11): fix unknown typename lv_img_dsc_t (#7294)
Co-authored-by: Fabian Zäh <Fabian.Zaeh@livetec.de>
2024-11-18 19:22:02 +08:00
Gabor Kiss-Vamosi
9eb0ed1505
fix(ebike): add guards to the ebike demo translations (#7319) 2024-11-18 19:21:17 +08:00
Fabian Zäh
2d06699aa0
feat(observer): add subject snprintf (#7250)
Co-authored-by: Fabian Zäh <Fabian.Zaeh@livetec.de>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-18 11:17:38 +01:00
Erik Tagirov
f677c25abc
feat(indev): add multi touch gestures (#7078) 2024-11-18 09:52:25 +01:00
Benign X
c81e69ec74
chore(nema): fix build warning (#7301) 2024-11-18 14:28:07 +08:00
Victor Wheeler
67051b026a
feat(docs): batch 7 of proofread/edited docs (#7281) 2024-11-18 05:51:24 +01:00
liamHowatt
7232ad74a0 chore(NemaGFX): update library 2024-11-18 10:49:33 +08:00
liamHowatt
64920961cf fix(NemaGFX): arc angles 2024-11-18 10:49:33 +08:00
VIFEX
3d06f0b7bc
fix(vg_lite): fix vector rendering missing image opa processing (#7293)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-18 10:44:39 +08:00
VIFEX
3516dae336
feat(png): add support for files without extension (#7289)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-11-17 22:52:02 +01:00
Victor Wheeler
30c9f2c450
feat(docs): scrolling doc proofread, edited and clarified... (#7170) 2024-11-17 22:22:14 +01:00
Liu Yi
f4bd79c54d
feat(issue): add platform description to bug-report (#7273)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-11-16 12:24:14 +08:00
André Costa
23f86580c1
feat(dropdown): add animations on rotary event (#7271) 2024-11-15 12:24:21 +01:00
Link
bfc47f424a
fix(script): add ending for raw loader of ThorVG (#7186)
Co-authored-by: SamNofee <sam@nofee.fun>
2024-11-15 09:22:36 +01:00
cristian-stoica
1eb2d3aee8
refactor(draw): extract function to improve readability (#7229)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-11-14 20:40:27 +01:00
Finomnis
c94216ab47
fix(draw): fix incorrect clip area computation when clearing transparent framebuffers (#7269) 2024-11-14 20:39:51 +01:00
Victor Wheeler
63a06e86b0
feat(docs): batch 5 of proofread/edited docs (#7218) 2024-11-14 10:49:43 +01:00
Gabor Kiss-Vamosi
7bccca027a
chore(api): prevent API leaks (cache and thread) (#7220) 2024-11-13 12:37:37 +01:00
Liam
81612fd153
ci(esp): add esp32s3 build workflow (#7242) 2024-11-13 12:30:50 +01:00
Liu Yi
62d9f10f61
fix(file_exploer): fix path issues when returning to open other folders after opening a certain folder (#7258)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-11-13 10:48:04 +01:00
cristian-stoica
825c4efeca
fix(demo): resolve include when repository name is not 'lvgl' (#7261) 2024-11-13 10:20:28 +01:00
Liam
d98f6cd6fb
fix(file_explorer): table cell use after free (#7239) 2024-11-13 10:00:32 +01:00
Paul Vogel
547c2ef226
fix(roller): fix typo in scaling; prevent division by zero (#7263) 2024-11-13 12:22:03 +08:00
antonio-pasini
590299a820
fix(init): remove double call to lv_draw_sw_deinit (#7266) 2024-11-13 12:14:04 +08:00