Gabor Kiss-Vamosi
|
5ea7ec4924
|
add LV_DRAW_UNIT_IDLE
|
2024-07-12 18:28:20 +02:00 |
|
Gabor Kiss-Vamosi
|
4ac8ef198c
|
add comments in sw render too
|
2024-07-10 16:58:05 +02:00 |
|
Gabor Kiss-Vamosi
|
b5cc37641f
|
fix(dave2d): fix rendering to canvas with dave2d
fixes #6374
|
2024-07-10 16:55:00 +02:00 |
|
Leo Liu
|
aa540f434f
|
fix(drivers): fix hardware rotation of generic mipi display (#6470)
|
2024-07-09 14:45:48 +02:00 |
|
Liam
|
af041657aa
|
fix(Windows): use global lock (#6425)
|
2024-07-08 11:38:47 +08:00 |
|
Gabor Kiss-Vamosi
|
f8c26ea150
|
feat(observer): add lv_obj_remove_from_subject (#6341)
|
2024-07-07 12:30:55 +08:00 |
|
ardnew
|
08c5308e08
|
fix(decoder): use unsigned format spec with uint32_t's (#6457)
|
2024-07-07 12:25:48 +08:00 |
|
VIFEX
|
edcf9deb65
|
fix(draw_buf): skip palette cleanup (#6471)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-07-06 00:26:21 +08:00 |
|
Masoud Soltanian
|
7089cb14e9
|
feat(textarea): make textarea editable (#6467)
|
2024-07-05 12:05:31 +08:00 |
|
VIFEX
|
dca6c2d67a
|
chore(vg_lite): remove YUV format processing of vg-lite decoder (#6461)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2024-07-05 10:16:13 +08:00 |
|
Liu Yi
|
c8d5294b1f
|
feat(lodepng): update lodepng to version 20230410 (#6454)
Signed-off-by: lhdjply <lhdjply@126.com>
|
2024-07-05 00:27:27 +02:00 |
|
Liu Yi
|
b6998e8aa0
|
chore(logo): update lvgl logo (#6416)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-07-05 00:19:44 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|