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

5578 Commits

Author SHA1 Message Date
Kenji Mouri (Qi Lu)
10f9d98419
fix(stdlib): fix issues when using LVGL TLSF memory pool to manage more than 4 GiB of memory (#5720) 2024-02-24 21:06:31 +08:00
_VIFEXTech
f5ca15b321
fix(vg_lite): remove redundant MOVE_TO operations (#5713)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 21:02:03 +08:00
Neo Xu
b34d3f07ce
fix(nuttx): fix compile warning (#5701)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 13:33:51 +01:00
_VIFEXTech
4a5f88bf52
fix(draw_vector): remove redundant MOVE_TO operations (#5715)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 13:07:15 +01:00
Neo Xu
ff2f509318
fix(draw_buf): use height as loop condition instead of checking data pointers (#5687)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-24 13:06:47 +01:00
_VIFEXTech
8f2d6d9a7f
fix(vg_lite): fix the loss of display accuracy of rounded rectangles (#5714)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-24 12:57:42 +01:00
Gabor Kiss-Vamosi
3a60689b8a
fix(imagebutton): fix the example (#5719) 2024-02-22 21:09:33 +08:00
Johannes Marbach
1ea51ad616
fix(drm): eliminate use of non-existent lv_api_map.h and enable smoke tests (#5694)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-22 12:19:23 +01:00
Benign X
33dd1350f8
chore(font): remove unused defines (#5716) 2024-02-22 17:25:13 +08:00
Neo Xu
1a9f10645f
fix(test): enable -Wpedantic (#5676)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-22 17:24:26 +08:00
Hatim-Pierre FAZILEABASSE
cde82c193c
fix(pxp): fix issues in pxp cache management callback (#5685)
Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
2024-02-22 10:19:33 +01:00
Thomas Devoogdt
7d77a509a5
feat(x11): add LV_KEYs (#5704)
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
2024-02-22 16:32:29 +08:00
Kenji Mouri (Qi Lu)
467d5bd77f
fix(windows): improve graphic performance via using high resolution tick count and timer delay implementation (#5711) 2024-02-22 15:02:14 +08:00
Gabor Kiss-Vamosi
616d52a01b
fix(draw): fix compiler error when LV_DRAW_SW_COMPLEX is disabled (#5695) 2024-02-20 10:26:39 +08:00
Thomas Devoogdt
bfb76fe596
fix(sdl): fix buf memleak on lv_display_delete (#5692)
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
2024-02-20 09:35:49 +08:00
_VIFEXTech
b7b8d8f95b
feat(display): add save screenshot to file support (#5481)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:35:14 +08:00
Neo Xu
b1fa814ddf
fix(decoder): decoded image should always have same w,h as original image (#5689)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:34:56 +08:00
Neo Xu
c81184db45
feat(decoder): do not even try cache if 'no_cache' is set (#5688)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-20 09:34:46 +08:00
Neo Xu
f5f19ca7f0
feat(event): return event dsc for later to remove (#5630)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-19 21:43:57 +01:00
Michael Simon
f8f69215a5
fix(cache): fix warnings (#5671) 2024-02-19 21:27:30 +01:00
Gabor Kiss-Vamosi
cb61ba6ed1
fix(dave2d): follow lvgl changes (#5659) 2024-02-19 20:54:32 +01:00
Thomas Devoogdt
2eef56857b
feat(keyboard) add Home and End keys mapping (#5675)
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
2024-02-19 22:33:38 +08:00
Neo Xu
08516e11b2
fix(vg_lite): fix typo in decoder_close (#5683)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-19 16:14:59 +08:00
Neo Xu
907a17c97f
fix(vg_lite): use float instead of int to avoid type conversion (#5682)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-19 12:26:48 +08:00
Neo Xu
bd119043a1
feat(draw_buf): distinguish between lv_image_dsc_t and lv_draw_buf_t (#5496)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-18 10:52:50 +08:00
Gabor Kiss-Vamosi
fa9142ef36
feat(indev): remove the PRESSED state on scroll (#5660) 2024-02-16 16:47:01 +01:00
Gabor Kiss-Vamosi
84f72db6d9
feat(sysmon): show max memory usage (#5661) 2024-02-16 16:46:49 +01:00
_VIFEXTech
09ff66b3a4
fix(freetype): fix build break when disable LV_USE_FS_MEMFS (#5651)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-02-15 23:21:51 +01:00
_VIFEXTech
baf7fedc82
feat(image_decoder): add stride warning (#5471)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-15 17:14:31 +08:00
Neo Xu
1238b21cb8
fix(array): use memmove instead of memcopy (#5656)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-15 15:38:45 +08:00
eggfly
ee915f9cba
fix(image): fix wrong log level statement (#5655) 2024-02-15 12:00:49 +08:00
Felix-devel
bb7e9270c2
fix(FreeRTOS): Stacksize calculation (#5647) 2024-02-14 14:59:09 +08:00
Gabor Kiss-Vamosi
961a90cb0a
fix(benchmark): fix FPS calculation (#5646) 2024-02-14 07:04:27 +01:00
Gabor Kiss-Vamosi
f622750cfe
fix(label): consider max-width (#5644) 2024-02-13 16:27:41 +01:00
PGNetHun
3f3066ee2c
fix(calendar): fix crash when no default is set (#5621) 2024-02-12 19:14:43 +01:00
Hatim-Pierre FAZILEABASSE
06812c74a7
fix(freetype): fix using memfs to create a FT font (#5627)
Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
2024-02-12 22:48:50 +08:00
Stephan Wirth
6c6085aeb4
fix(indev): fix variable name in preprocessor warning (#5637) 2024-02-12 22:46:50 +08:00
Neo Xu
73f2f547cb
fix(rle): avoid buffer overflow when compressed data is not in pixel unit (#5619)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-11 11:18:34 +08:00
Neo Xu
7f669001a3
chore(draw_buf): remove unnecessary info logs (#5634)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-11 11:05:32 +08:00
Gabor Kiss-Vamosi
10978c94c2
feat(image, layer): add bitmap mask feature (#5545) 2024-02-10 20:57:46 +01:00
_VIFEXTech
d6878daa50
fix(vg_lite): fix linear image use after free (#5618)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-08 21:32:08 +08:00
Peter Bee
d2ec6c0351
feat(draw-sw): add simple Helium acceleration (#5596)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2024-02-07 22:45:14 +01:00
Neo Xu
a65634186a
feat(cache): use unified cache entry free callback (#5612)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-07 08:45:42 +01:00
Neo Xu
1341b88986
feat(draw_buf): use draw_buf as parameter of invalidate_cache API (#5602)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-07 12:26:41 +08:00
Gabor Kiss-Vamosi
2a020c4baa
perf(draw): minor optimization on rgb565 color blending (#5603) 2024-02-07 12:13:12 +08:00
Carlos Diaz
e653e26bf8
More chore work in indev files (#5604) 2024-02-07 12:11:24 +08:00
Neo Xu
ad81f1f8cc
Stride adjust in place (#5423)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 17:53:14 +08:00
Neo Xu
812e98aa8b
chore(conf): use EXTERNAL and INTERNAL macro to config libs (#5046)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 16:24:59 +08:00
Neo Xu
9778599e03
chore(vg_lite): use pointer to access matrix element (#5591)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-05 23:03:17 +08:00
Neo Xu
7f0b4d76d1
fix(refr): take stride into consideration in partial update mode (#5583)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-05 22:28:18 +08:00