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

8420 Commits

Author SHA1 Message Date
glory-man
be27e3ca6f
fix(png): free png_data on error (#3853) 2022-12-05 10:58:35 +01:00
qingliyu
51046911e4
fix(gif): stop the timer on looping end to avoid high CPU usage (#3841)
fixes  #3812
2022-12-01 11:33:37 +01:00
Gabriel Wang
f433ed6224
chore(cmsis-pack): Monthly update for Nov (#3840) 2022-11-29 08:29:13 +01:00
Man, Jianting (Meco)
ea15573988
fix(rt-thread): fix compiler cannot find the lvgl/lvgl.h file with SquareLine (#3814) 2022-11-28 20:58:24 +01:00
liuyanhb
9f3bf8656d
fix(theme): clear the warning when TRANSITION_TIME = 0. (#3833) 2022-11-25 12:22:14 +01:00
Gabor Kiss-Vamosi
b0418dd42f fix(theme): add missing include to mono theme
fixes #3832
2022-11-25 12:11:50 +01:00
Gabor Kiss-Vamosi
077cd2e15d ci: use headers for text config instead of CMake 2022-11-25 11:32:14 +01:00
_VIFEXTech
1c2dc983b4
feat(log): add log level parameters to custom_print_cb (#3826)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 13:54:15 +01:00
_VIFEXTech
e7da3b247e
refact(freetype): clean up global variables and infrequent functions (#3782)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 12:27:38 +01:00
Gabor Kiss-Vamosi
ac763346c8
docs(fs): remove link to the lv_fs_if repo 2022-11-24 11:47:17 +01:00
Uli Raich
01b33b4aba
example(canvas): add MicroPython draw examples (#3823) 2022-11-24 11:16:34 +01:00
Gabor Kiss-Vamosi
f08963732d
Update ROADMAP.md 2022-11-24 10:41:47 +01:00
Gabor Kiss-Vamosi
538e5c49dc
Update ROADMAP.md 2022-11-24 10:41:26 +01:00
Gabor Kiss-Vamosi
3940f53782 chore(example): fix copy/paset error in lv_example_canvas_7 2022-11-23 10:29:27 +01:00
Gabor Kiss-Vamosi
2e2fc287a4
docs(readme): add simple hello world example 2022-11-22 14:57:36 +01:00
Gabor Kiss-Vamosi
e45ba58bd8 example(get_started): add simple hello world example 2022-11-22 14:37:51 +01:00
Gabor Kiss-Vamosi
d47851ad3c examples(canvas): add canvas drawing examples 2022-11-21 23:08:32 +01:00
Gabor Kiss-Vamosi
6177692d6f chore(demo): fix lv_demo_widgets.py 2022-11-21 22:10:29 +01:00
Gabor Kiss-Vamosi
59b90d0970 chore(demo): fix lv_demo_widgets.py 2022-11-21 21:59:26 +01:00
Gabor Kiss-Vamosi
ff66e6369d chore: fix MicroPython test 2022-11-20 16:44:18 +01:00
Gabor Kiss-Vamosi
1d06c6c58d ci(exmpple): update meter MicrpPython examples 2022-11-20 15:17:57 +01:00
Gabor Kiss-Vamosi
8e21b1df7a fix(meter): fix setting part_draw_dsc.id in needle img drawing 2022-11-20 12:37:49 +01:00
Gabor Kiss-Vamosi
b092e8c6b3 fix(chart): fix very dense bar charts 2022-11-20 12:37:49 +01:00
Gabor Kiss-Vamosi
0afca09cf9
Update ROADMAP.md 2022-11-19 10:30:11 +01:00
_VIFEXTech
ef62275ffb
feat(img_cache): add support for alternate img cache algorithm (#3798)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-19 09:26:17 +01:00
Gabor Kiss-Vamosi
1e07853533 docs(meter): update according to d00dd4b10 2022-11-19 08:52:54 +01:00
Gabor Kiss-Vamosi
a218d75409 feat(meter): remove the option to add multiple scales
API BREAKING
2022-11-19 08:42:03 +01:00
Gabor Kiss-Vamosi
d00dd4b101
Update ROADMAP.md 2022-11-19 08:02:52 +01:00
Gabor Kiss-Vamosi
83328c0023
Update ROADMAP.md 2022-11-19 08:01:43 +01:00
Gabor Kiss-Vamosi
56f31fc20c
Update ROADMAP.md 2022-11-18 06:55:50 +01:00
Gabriel Wang
1191c433b9
cmsis pack monthly update for Nov (#3804) 2022-11-17 21:31:51 +01:00
Gabor Kiss-Vamosi
65af5da3ba fix(flex): be sure obj->w_layout and h_layout can't be set at the same time
realted to https://forum.lvgl.io/t/flex-grow-in-rotate/10220/4
2022-11-17 21:29:08 +01:00
Gabor Kiss-Vamosi
d219960de0 chore(docs): fix minor issues in JS binding docs 2022-11-16 21:30:13 +01:00
Gabor Kiss-Vamosi
d20c441b49 chore(docs): fix image path in JS binding 2022-11-16 21:26:03 +01:00
_VIFEXTech
45f932c55b
chore(table): remove extra spaces (#3805)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-16 14:21:01 +01:00
Gabor Kiss-Vamosi
5e1c415a76 feat(table): scroll to the selected cell with key navigation
Fixes https://forum.lvgl.io/t/grid-navigation-with-automatic-scrolling-for-table/10285
2022-11-16 11:32:49 +01:00
_VIFEXTech
4c90ec54d7
chore(fsdrv): fix warning (#3797)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-16 08:22:47 +01:00
Gabor Kiss-Vamosi
dabe9c9073
chore(readme): remove duplicated item from the package list 2022-11-13 13:09:11 +01:00
gorogoro2
5a4b27d1a7
fix(sdl): crash on lv_draw_sdl (#3796) 2022-11-13 10:55:35 +01:00
_VIFEXTech
5236e73f59
chore(log): remove unnecessary prefixes in LV_LOG_XXX (#3795)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-13 10:01:22 +01:00
Gabor Kiss-Vamosi
be9a654a29 feat(slider): handle scroll absorbtion in a smarter way
fixes: #3780
2022-11-13 09:42:25 +01:00
Gabor Kiss-Vamosi
6948eee9b1 docs(js): remove gif as they cannot be included in PDF 2022-11-09 09:47:10 +01:00
Gabor Kiss-Vamosi
d274523be1 feat(meter): handle arc bg_img_src 2022-11-09 09:38:30 +01:00
Gabor Kiss-Vamosi
c42a33d6dd chore(docs): fix image in the docs of the JS binding 2022-11-09 09:15:35 +01:00
Gabor Kiss-Vamosi
2055651df2 chore(docs): fix image in the docs of the JS binding 2022-11-09 09:02:55 +01:00
Gabor Kiss-Vamosi
12ca08c649 chore(docs): add images to the docs for the JS binding 2022-11-09 08:28:24 +01:00
Sxs7513
716995b25a
docs(javascript): add javascript binding docs (#3786) 2022-11-09 07:47:25 +01:00
Pablo J. Rogina
d17450a55f
ci(animimg): add unit tests (#3723) 2022-11-08 12:36:36 +01:00
Gabor Kiss-Vamosi
8dc7fc918a
docs(pull_request_template): add links to MicroPython docs for more info 2022-11-05 18:32:44 +01:00
Gabor Kiss-Vamosi
05fe76fb97
chore(docs): fix heading levels in micropython.md 2022-11-05 18:29:00 +01:00