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

8578 Commits

Author SHA1 Message Date
Neo Xu
977192b736
fix(mem): memory access out of range in lv_strncpy_builtin (#3956)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-02-01 10:57:04 +01:00
Gabor Kiss-Vamosi
53a6d04504 docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time)
fixes #3954
2023-02-01 10:43:00 +01:00
Mirco Pizzichini
1bfd3cad8f
fix(disp): fix the use of a null pointer in lv_scr_load_anim (#3951) 2023-02-01 10:19:27 +01:00
Joachim Krech
837f503592
fix(cmsis-pack): fix LVGL.pidx (#3947) 2023-01-29 01:04:58 +01:00
Gabor Kiss-Vamosi
8cbd718ef3 fix(roller): consider the recolor setting of the label
fixes #3950
2023-01-28 23:56:35 +01:00
nicusorcitu
7c7e99604f
feat(gpu): improve NXP's PXP and VGLite accelerators (#3948)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Wenbin Yuan <wenbin.yuan@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Wenbin Yuan <wenbin.yuan@nxp.com>
2023-01-28 23:14:40 +01:00
Bora Özgen
a21241d00c
fix(themes): show chart indicator in monochrome theme (#3946) 2023-01-26 21:10:58 +01:00
Gabor Kiss-Vamosi
347d16b421 fix(timer): referenced timer might be deleed when logging 2023-01-25 11:35:38 +01:00
Gabor Kiss-Vamosi
37bed3221e fix(timer): fix working with nested lv_async_calls
fixes: #3940
2023-01-25 10:54:31 +01:00
Gabor Kiss-Vamosi
2b3fbdfaa5 test: fix lvgl.h include path in assets 2023-01-23 09:35:55 +01:00
W-Mai
8ed8542681
feat(margin): add margin style property (#3807)
Signed-off-by: W-Mai <1341398182@qq.com>
Signed-off-by: xinbingnan<xinbingnan@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-01-18 09:52:30 +01:00
Gabor Kiss-Vamosi
ad8eed9eb5 ci: avoide having files with the same name
Related to https://github.com/lvgl/lvgl/issues/3930#issuecomment-1385681008
2023-01-18 09:26:51 +01:00
_VIFEXTech
ee9588dbc6
chore: Use LV_PRIu32 to print uint32_t type variables (#3937)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-01-18 09:18:35 +01:00
Gabor Kiss-Vamosi
4365a8d0dc
docs: update the Version support table 2023-01-17 15:57:08 +01:00
Gabriel Wang
4e3f341b88
feat(cmsis-pack): monthly update for January (#3931) 2023-01-17 08:09:27 +01:00
_VIFEXTech
2a429d0513
chore: fix warnings (#3932)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-16 09:43:36 +01:00
Karim
abdaa4c6af
chore(lvgl): add the new lv_layouts.h header file (#3927) 2023-01-16 09:28:44 +01:00
Karim
9fe6ce9bae
fix(hal): remove extra include of "../draw/sdl/lv_draw_sdl.h" (#3924) 2023-01-16 09:28:17 +01:00
Karim
cbcd38efc8
fix(scripts): in lv_conf_internal preserve newline value for updated … (#3923) 2023-01-16 09:27:46 +01:00
Armin Brauns
300c863cb3
feat(line): allow LV_PCT for point coordinates (#3911) 2023-01-16 09:23:32 +01:00
Gabor Kiss-Vamosi
13c96e1504
Update layer.md 2023-01-13 09:28:23 +01:00
_VIFEXTech
bc868d33d4
feat(png): reallocate memory to reduce memory usage (#3922)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-13 09:13:49 +01:00
W-Mai
bc0d469a51
fix(barcode): fixed barcode test case didn't work (#3914)
Signed-off-by: W-Mai <1341398182@qq.com>
2023-01-10 21:21:06 +01:00
W-Mai
bbbbb3ab9d
fix(barcode): type conversion warning (#3913) 2023-01-10 21:20:00 +01:00
Armin Brauns
5a0176fc9b
fix(grid): correctly account for side padding with disabled borders (#3910) 2023-01-10 10:30:10 +01:00
some00
162e451396
ci(spinner): add unit test for spinner (#3901) 2023-01-06 21:02:13 +01:00
Mr.9You
699eca1542
fix(Kconfig): Fix wrong type of LV_FS_STDIO_CACHE_SIZE (#3898) 2023-01-05 21:11:15 +01:00
Man, Jianting (Meco)
26767e7f64
docs(readme): add LVGL Chinese flyer (#3886) 2023-01-04 06:22:15 +01:00
Gabor Kiss-Vamosi
a9730c5ac0 chore: code formattiing 2023-01-03 08:33:43 +01:00
yuqingli05
7fe3c48315
fix(gif): fix the memory release error and optimize the number of cycles (#3884) 2023-01-03 08:31:21 +01:00
_VIFEXTech
83c384f6f7
fix(slider): improved drag direction prediction (#3874)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-03 08:19:18 +01:00
Gabor Kiss-Vamosi
53dd646770 docs(event): add API section 2023-01-03 07:46:57 +01:00
_VIFEXTech
96c4279929
feat(malloc_builtin): add extended memory pool monitoring (#3882)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-02 20:20:49 +01:00
W-Mai
a26da025a4
feat(timer): add lv_timer_get_user_data (#3888)
Signed-off-by: W-Mai <1341398182@qq.com>
2023-01-02 20:14:01 +01:00
Narukara
3111494d98
docs: fix typo in quick-overview.md (#3881) 2023-01-02 20:10:12 +01:00
Gabriel Wang
7d0de1aabe
feat(cmsis-pack): last update for 2022 (#3895) 2023-01-01 13:32:01 +01:00
h13
c4ea9db787
chore: fix missing include. (#3837) 2022-12-21 22:17:57 +01:00
Gabor Kiss-Vamosi
dcbd3cc142 fix(test): lower demo stress test loop count
hopefully it will solve the timeout issue on Arm CI tests
2022-12-21 08:34:31 +01:00
some00
d33e56e951
test(cmake): exclude test targets from build only configurations (#3821) 2022-12-21 08:31:23 +01:00
Gabor Kiss-Vamosi
cc1d6c46bc fix(msg): notify objects even if they were subscribed durind an other notification 2022-12-20 14:03:16 +01:00
Gabriel Wang
76318ba2e2
chore(cmsis-pack): monthly update for december (#3872) 2022-12-20 08:10:13 +01:00
Forairaaaaa
ecafa88d2c
chore: add an option to "LV_TICK_CUSTOM" (#3870) 2022-12-19 16:24:54 +01:00
Gabor Kiss-Vamosi
740eaa128f
docs(CHANGELOG): add v8.3.4 2022-12-18 17:28:26 +01:00
_VIFEXTech
8ef2700d51
fix(img_buf): add missing brackets for LV_IMG_BUF_SIZE_XXX (#3867)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-18 16:50:49 +01:00
_VIFEXTech
a4217c7f59
fix(docs): add missing barcode toctree (#3868)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-15 14:04:19 +01:00
_VIFEXTech
0ef4e6f48b
feat(demo): add flex_layout demo (#3755)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: W-Mai <1341398182@qq.com>
Co-authored-by: Uli Raich <uli.raich@gmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2022-12-15 13:34:13 +01:00
Amir Gonnen
bcffe08b36
fix(ci): set Ubuntu version for MicroPython test (#3865) 2022-12-13 17:31:37 +01:00
mumuge1
c525414105
perf(imgbtn): add img header cache to reduces file access (#3810)
Co-authored-by: FASTSHIFT <vifextech@foxmail.com>
2022-12-13 16:42:06 +01:00
Gabor Kiss-Vamosi
3916fdff10
Update ROADMAP.md 2022-12-13 13:24:48 +01:00
Gabor Kiss-Vamosi
31489239b0 fix(indev): fix scrolling on transformed obejcts
related to #3819
2022-12-13 11:46:52 +01:00