Commit Graph

10242 Commits

Author SHA1 Message Date
Liu Yi
d2658ab723 chore(tests): add missing test images (#6452)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-07-05 00:14:59 +02:00
Gabor Kiss-Vamosi
c3d4510f84 feat(nuttx): add lv_nuttx_run (#6371)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-04 06:09:43 +02:00
Gabor Kiss-Vamosi
e1cc1cb2d7 fix(scroll): fix jumping on scroll end (#6393) 2024-07-04 10:12:11 +08:00
di-jtrumpower
aea90766a4 fix(gridnav): send focus/defocus event from gridnav key handler (#6385) 2024-07-04 10:03:31 +08:00
cristian-stoica
cd7eccc25e fix(nxp): fix rounded corner image in NXP vglite (#6436)
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
2024-07-04 09:59:57 +08:00
Benign X
0e10a7e97a chore(examples): remove extra spaces (#6435)
Co-authored-by: apple <apple@appledeMacBook-Air.local>
2024-07-04 09:58:59 +08:00
jianglianfang
1c165380aa feat(nuttx): update the joined invalid area instead of the last one (#6397)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-07-04 09:55:23 +08:00
VIFEX
1e2b1988aa feat(refr): add details on rendering_in_progress ASSERT cause (#6450)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-07-01 15:23:22 +02:00
Neo Xu
7f7a748a10 chore(scale): fix compile warning (#6445)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-07-01 15:17:56 +02:00
Gabor Kiss-Vamosi
27692a3ca1 fix(codespace): enable builtin OBJID feature (#6417) 2024-07-01 14:24:52 +02:00
cristian-stoica
38b01956e3 fix(conf): make comment requirement explicit (#6248)
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-06-30 18:34:03 +08:00
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