Commit Graph

10682 Commits

Author SHA1 Message Date
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
Clyde Stubbs
448a1d4756
feat(indev): add setter for long press repeat time (#7235) 2024-11-13 11:59:46 +08:00
Toni Neubert
abdcc04f09
fix(indev): don't reset all indevs if an object is set disabled (#7216) 2024-11-12 09:38:28 +01:00
Attila Kiss
31226b9b95
fix(obj): fix crash with LV_SIZE_CONTENT parent and % positioned child (#7041) 2024-11-12 13:26:04 +08:00
Ioannis Markopoulos
d3a685943c
Feature/nema updates (#7245) 2024-11-11 15:25:26 +01:00
Victor Wheeler
3513ac41da
fix(draw): fix bug introduced by PR #6638 (#7264) 2024-11-11 11:15:01 +01:00
Victor Wheeler
6c9e224df3
feat(docs): buttonmatrix proofread/edit (#7194) 2024-11-11 08:17:46 +01:00
VIFEX
43a3c65b82
feat(obj): add transform matrix attribute (#7187) 2024-11-09 15:01:22 +08:00
Paul Vogel
f89ac3677e
fix(sw_blend): add null pointer check for mask_area (#7251) 2024-11-08 08:12:34 +01:00
Takeshi Watanabe
f94b34fff1
feat(sdl): use SDL_Delay for delay callback (#7243) 2024-11-07 12:53:27 +01:00
Victor Wheeler
a875298f7a
feat(docs): batch 4 of proofread/edited docs (#7207)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-11-07 12:48:14 +01:00