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

10231 Commits

Author SHA1 Message Date
Josh Soref
df0d36f02a
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Benign X
94d48feb22
feat(nuttx_image_cache): add tid for cache name (#6434)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-27 20:22:02 +02:00
Benign X
376cc77f9e
fix(ap): fix ap map table (#6430)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-27 13:15:38 +02:00
Akos Becsey
20bbe4a8ac refactor(display_rotate_area): use a copy instead of const casting 2024-06-26 23:08:32 +02:00
Akos Becsey
fd79a4f427 feat(glcdc): screen rotation support 2024-06-26 23:08:32 +02:00
becseya
df73e12464
docs(renesas): update board videos, fix typos (#6429) 2024-06-26 22:02:39 +02:00
Neo Xu
75eef0d209 fix(bin_decoder): check buffer size before write data
The decompressed data could be larger than draw buffer size. Check and report error for this case.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-26 12:00:04 +02:00
Neo Xu
dd70291e4c fix(script): update RLE compressed image raw len without padding
On device, the decompress could ignore the padding bytes, thus we should store only the raw image data length as decompressed data length in image file.

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-26 12:00:04 +02:00
Benign X
3109c09339
fix(draw_buf): fix user defined draw_buf alloc/destroy not paired (#6426)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-06-26 16:55:19 +08:00
Gabor Kiss-Vamosi
56b6137096
fix(x11): use normal malloc for frame buffer allocation (#6384) 2024-06-26 11:15:56 +08:00
VIFEX
d009420eb0
chore(lvgl_private): remove unnecessary private header file includes (#6418)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-26 11:11:35 +08:00
VIFEX
cbea72dc01
fix(vg_lite): fix scissor setting error (#6420)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-25 17:23:23 +08:00
TridentTD
fd9e901625
feat(bar): add bar orientation (#6212)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-24 17:43:17 +02:00
Daniel Mangum
1601ab9eb4
fix(examples): correct typo in widgets example doc (#6412)
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2024-06-24 17:07:07 +02:00
Gabor Kiss-Vamosi
21a6a8bb87
fix(demo): make the music player correctly work with v9 (#6302) 2024-06-23 18:54:53 +08:00
Niklas Fiekas
eff59f7bba
fix(indev): fix use after free of last hovered object (#6405) 2024-06-23 18:54:21 +08:00
Gabor Kiss-Vamosi
2d7a9ac232
docs(README): fix broken images (#6404) 2024-06-23 18:53:07 +08:00
Gabor Kiss-Vamosi
e4258be5a5
docs(build): fix build error (#6403) 2024-06-21 23:06:02 +08:00
VIFEX
a2883e30f0
fix(vg_lite): fix incorrect alpha handling (#6402)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-21 18:16:22 +08:00
Gabor Kiss-Vamosi
cbb4797a56
fix(theme): set a default length for scale (#6359) 2024-06-21 16:43:35 +08:00
Liam
407d8b6ddf
fix(spangroup): handle style_text_letter_space better (#6364) 2024-06-21 16:43:09 +08:00
Gabor Kiss-Vamosi
b56faf842f
docs(README): fix links (#6383) 2024-06-21 16:41:03 +08:00
VIFEX
b5fc162d66
chore(draw_vector): complete printing information (#6399)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-21 09:52:34 +02:00
Carlos Diaz
acfe1ba0cd
feat(scale): set tick drawing order (#6185)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-20 22:07:39 +02:00
Kevin Schlosser
ec80fe49fa
feat: add API JSON generator (#5677)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-06-20 22:02:25 +02:00
VIFEX
25e993a137
fix(sdl): fix draw buffer misalignment (#6386)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-20 13:18:31 +02:00
Niklas Fiekas
063a09de92
docs(tileview): fix tileview column/row argument order (#6388) 2024-06-20 13:10:21 +02:00
VIFEX
e1547a126f
refact(draw_vector): standardized draw gradient API (#6344)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-20 18:31:21 +08:00
Neo Xu
37e4e4b4d0
fix(nuttx): fix build warning using nuttx (#6379)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 19:52:45 +02:00
Neo Xu
438e943937
feat(property): add property name (#6329)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 18:06:16 +02:00
Neo Xu
147ac8ec72
fix(test): fix compile error on macos (#6377)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 16:36:01 +02:00
Paul Hamshere
af6702858c
docs: add evdev documentation (#6376)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-18 10:07:38 +08:00
Rocky
877f42db68
fix(fs_littlefs): fix maybe-uninitialized warning (#6380) 2024-06-18 10:07:03 +08:00
VIFEX
abd0945496
feat(nuttx): add stack size check (#6381)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-18 10:06:38 +08:00
VIFEX
c4c66386f4
chore(test): fix render test typo (#6370)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-15 01:50:00 +08:00
VIFEX
25db891e3d
fix(thorvg): fix sw_engine crash (#6372)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-14 14:08:36 +02:00
lhdjply
269dd90211
chore(widgets): fix typo (#6369)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-06-14 11:06:50 +08:00
Neo Xu
9fbe007190
chore(decoder): use trace level of log (#6361)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-06-13 21:50:29 +02:00
VIFEX
5c8f0e78d7
perf(lottie): remove lottie canvas quadratic premultiplication. (#6358)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-13 21:50:00 +02:00
lhdjply
78022010a2
fix(scale): fix the issue of needle sliding in scale (#6343)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-06-13 21:47:42 +02:00
VIFEX
f16a92ae9c
feat(vg_lite): add image clip corner support (#6121)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-13 19:21:08 +02:00
GoT
c129d97c49
feat(fsdrv): implement directory open and close for littlefs driver (#6301) 2024-06-13 11:41:29 +08:00
Gabor Kiss-Vamosi
723f411076
fix(cmake): install headers correctly (#6332) 2024-06-13 11:40:30 +08:00
Liam
0c912bdc2b
chore(test): add missing vg-lite ref images (#6363) 2024-06-13 11:39:47 +08:00
阴天
2f62207e6f
fix(animimage): add NULL pointer check (#6206)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-13 10:14:11 +08:00
Neo Xu
cab55d8e5a
feat(obj): add API to set/get object ID. (#6278)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-12 17:39:59 -04:00
Faruq Zhao
864b54b851
fix(docs): fix Lottie document cannot view examples (#6338) (#6342) 2024-06-12 20:02:54 +08:00
VIFEX
62796a64ba
perf(vg_lite): invert the vector font Y axis coordinate in advance (#6353)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-06-11 18:03:51 +08:00
Neo Xu
ef697694d2
fix(obj): fix memory leak in error handling (#6330)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-11 11:45:14 +02:00
KaruroChori
6927a10d7e
fix(env): fix meson build break (#5745)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-11 08:27:13 +02:00