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

5494 Commits

Author SHA1 Message Date
Neo Xu
135ad49dce
refactor(snapshot): use draw buffer interface (#5487)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-30 09:18:54 +01:00
_VIFEXTech
396d7ae82b
chore(vg_lite): fix typo (#5525)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-30 15:33:42 +08:00
Gabor Kiss-Vamosi
0b7bf00876
fix(sysmon): support starting LVGL without having a display (#5518) 2024-01-29 13:59:01 +01:00
Benign X
f4267177e6
feat(cache): refactor cache framework and add new APIs (#5501) 2024-01-29 20:44:56 +08:00
Gabor Kiss-Vamosi
4f9c16f177
fix(chart): set the series id correctly (#5482) 2024-01-29 13:27:21 +01:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver (#5486) 2024-01-29 13:14:37 +01:00
Neo Xu
da3ff11bd5
feat(draw_buf): misc update (#5498)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-29 10:18:24 +01:00
Johannes Marbach
152dc0b2be
feat(draw): add convenience methods for safely getting correct draw descriptor (#5505) 2024-01-29 08:19:58 +01:00
_VIFEXTech
019aa8d561
fix(vg_lite): fix clip corner image display error (#5517)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-29 15:04:34 +08:00
_VIFEXTech
265ae0f56a
feat(profiler): add multithreading support and testcase (#5490)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-29 14:09:33 +08:00
Carlos Diaz
26e29c13f5
chore(indev): Cleanup before working in double and triple click support (#5512) 2024-01-29 12:30:36 +08:00
lhdjply
6cf637f2d9
chore(demos): Remove unused definitions (#5506)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-27 17:46:47 +08:00
Ramesh
4ee9d3d295
fix(fb): set DPI to correctly (#5508) 2024-01-27 17:25:30 +08:00
Ramesh
9d71404e5c
fix(layer): Update calculation for overlay used memory (#5504) 2024-01-27 17:20:32 +08:00
Benign X
6e13a07caa
fix(bin_decoder): fix potential free garbage address (#5509) 2024-01-27 16:25:12 +08:00
_VIFEXTech
678d0841f4
chore(obj_draw): remove duplicate invalidate (#5503)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-27 02:01:17 +08:00
Neo Xu
590363f742
fix(decoder): treat ALLOCATED c-array image as draw buffer (#5483)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-26 11:18:15 +01:00
_VIFEXTech
e2763e9a46
fix(vg_lite_tvg): fix use after free when change target canvas (#5497)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-26 10:34:54 +01:00
Benign X
56cd592527
chore(widgets): add parentheses to MY_CLASS definition (#5485) 2024-01-26 10:32:02 +01:00
Gabriel Wang
0b5c1a1642
chore(draw-sw-transform): remove duplicated code (#5488) 2024-01-26 10:27:30 +01:00
Gabor Kiss-Vamosi
5e161fe1f1
fix(keyboard): in the example set Arabic font if enabled (#5457) 2024-01-26 01:34:37 +08:00
jimbom
65af3d79d6
fix(textarea): fix accepted chars issue on big endian systems (#5479)
Co-authored-by: Jim Boström <jim.bostrom@indra.no>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-25 14:05:53 +01:00
lhdjply
e05e1f3c7a
fix(draw_line): fix the issue where dash_dap equals 1 and cannot display properly when the line is a horizontal line (#5473)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-01-25 11:15:13 +01:00
_VIFEXTech
cd930f7c8a
chore(vg_lite): remove 64-bytes alignment requirement (#5477)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-25 09:58:54 +01:00
Benign X
27ad83afdd
feat(image_cache): add image header cache drop (#5472)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-25 09:46:32 +01:00
_VIFEXTech
b81fa5a354
perf(draw): use the simpler layer clear method (#5470)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-25 09:42:50 +01:00
Karl Andersson
e3b747f044
fix: removed LV_ATTRIBUTE_FAST_MEM function attribute from prototypes (#5467) 2024-01-25 09:40:40 +01:00
Gabriel Wang
b255eeabf0
fix(arm2d): apply a temporary patch to arm-2d acceleration (#5466) 2024-01-25 09:30:00 +01:00
Benign X
461c7190b6
fix(snapshot): update the layout of the component before the screenshot (#5475) 2024-01-25 14:12:31 +08:00
Benign X
372f23c708
chore(refr): fix typo (#5474) 2024-01-25 13:55:14 +08:00
_VIFEXTech
5675db01ac
fix(vg_lite): add missing 24bit color support check (#5469)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-25 13:12:32 +08:00
Davide Faletti
598be8bcfa
fix(observer): fixed lv_subject_remove_all_obj (#5464) 2024-01-24 14:41:11 +01:00
Johannes Marbach
03cf1d1a0c
feat(fbdev): add docs and allow forcing refresh (#5444) 2024-01-24 14:38:18 +01:00
Neo Xu
6fa79e945f
chore(array): use array_front and use it like an array (#5448)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 13:55:04 +01:00
_VIFEXTech
326afb3f76
fix(image_decoder): fix decoder not close (#5437)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-24 13:02:27 +01:00
_VIFEXTech
7cacfa378f
fix(nuttx): fix build break (#5440)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-24 12:46:22 +01:00
Neo Xu
cfb49e9d05
chore(cache): only cache header info for file type of image (#5455)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 12:40:20 +01:00
Benign X
17fd06000c
refactor(indev_scroll): refactor code (#5456) 2024-01-24 12:38:48 +01:00
Niklas Fiekas
0fe187e905
fix: fix warnings with -flto on GCC 11 (#5433) 2024-01-24 12:02:03 +01:00
Neo Xu
12cd58419f
fix(assert): add new macro to format assert message (#5453)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 17:46:34 +08:00
Neo Xu
5f84a510ab
chore(draw_buf): add header magic to draw buff (#5449)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 17:42:13 +08:00
Neo Xu
f24d09b78a
fix(decoder): if draw unit supports indexed image, don't add to cache (#5438)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 10:40:08 +08:00
_VIFEXTech
5c9a0cc017
feat(vg_lite): add profiler instrumentation (#5434)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:17:31 +01:00
Gabor Kiss-Vamosi
1a182a70ed
fix(bar): mask the brackground to fix it on value adjustment (#5426) 2024-01-23 12:13:12 +01:00
_VIFEXTech
bf44514ad3
chore(libpng): fix warning (#5431)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 08:12:38 +01:00
Zhang Ji Peng
377a99947f
fix(vector) : add path bounding and matrix transform functions. (#5389)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-23 08:11:01 +01:00
_VIFEXTech
b125d1baad
perf(vg_lite): add asynchronous rendering support (#5398)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:06:35 +08:00
Gabor Kiss-Vamosi
1771cf0b38
feat(sysmon): add option to use custom idle function (#5421) 2024-01-22 16:57:46 +01:00
_VIFEXTech
2e90e65383
feat(nuttx): add builtin profiler adaptation (#5415)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-22 14:31:22 +01:00
Benign X
7b68aef4ab
feat(image_decoder): add image decoder header cache (#5420) 2024-01-22 14:28:58 +01:00