1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00

4482 Commits

Author SHA1 Message Date
dongie
f8196747a9
feat(GD GPU): add support for GD32F450 "IPA" 2D GPU. (#3622) 2022-10-03 01:12:47 +02:00
Carlos Diaz
b14a70705e
ci(roller): add unit tests and cleanup (#3660)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-10-02 23:24:12 +02:00
Gabor Kiss-Vamosi
eae7e6c313 chore: remove _ttf_glyph_bitmap_buffer from LV_ITERATE_ROOTS 2022-10-02 18:19:19 +02:00
honey the codewitch
ccb66ca701
feat(tiny_ttf): add glyph caching (#3703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-10-02 17:48:34 +02:00
Amir Gonnen
adced46ecc
fix(tiny_ttf): add missing gc root (#3716) 2022-10-01 16:22:23 -04:00
tripathiu
2ce16a4392
fix(lv_obj_style): move lv_obj_remove_style_all implementation to c file (#3709) 2022-09-29 06:57:37 +02:00
Gabor Kiss-Vamosi
5b413377e5 chore: code formatting 2022-09-28 14:45:57 +02:00
Gabor Kiss-Vamosi
b96f72bdd9 fix(tiny_ttf): set dsc_out->is_placeholder = false; 2022-09-28 13:57:27 +02:00
_VIFEXTech
4c52309d4e
fix(fs_posix): fix win32 build error: undefined identifier 'off_t' (#3702)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-26 17:41:32 +02:00
honey the codewitch
57e0943b10
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-26 17:30:07 +02:00
_VIFEXTech
4c3bca9a7f
fix(span): fix incomplete text display when disable the placeholder. (#3687)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-25 16:09:55 +02:00
刘帅
8b7923bc7c
feat(refr): PERF_MONITOR count the elapsed time between two rendering (#3600) 2022-09-25 14:27:30 +02:00
Gabor Kiss-Vamosi
8f3f60337f example(imgfont): fix the path of the image
related to https://github.com/lvgl/lvgl/issues/3637#issuecomment-1249047687
2022-09-21 08:58:19 +02:00
_VIFEXTech
b700052087
fix(draw): fix duplicate alpha overlay for draw letter (#3696)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-20 20:50:09 +02:00
Gabor Kiss-Vamosi
24893c37ae chore: fix warnings 2022-09-19 14:00:39 +02:00
Gabriel Wang
c23ff83bda
cmsis pack monthly update (#3692) 2022-09-19 11:50:33 +02:00
Gabor Kiss-Vamosi
f1d69ca044 fix(slider): find the nearest value on click instead of floor
fixes: #3690
2022-09-19 09:54:00 +02:00
Gabor Kiss-Vamosi
3a1e069ccc fix(dropdown): lv_dropdown_get_option_index couldn't find the last index 2022-09-14 22:38:43 +02:00
Gabor Kiss-Vamosi
985f890b48 fix(polygon): use points[] instead of points*
related to https://github.com/lvgl/lvgl/pull/3641#issuecomment-1242799889
2022-09-13 12:44:19 +02:00
Gabor Kiss-Vamosi
61475e5a5f fix(group): make lv_obj_get_group return lv_group_t * instead of void * 2022-09-10 08:41:10 +02:00
Mariotaku
f0d64eee99
fix(fragment): child fragment event dispatch (#3621) 2022-09-09 08:16:13 +02:00
_VIFEXTech
f9eb73bfae
fix(txt): append ')]}' to LV_TXT_BREAK_CHARS (#3675)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-08 23:29:38 +02:00
_VIFEXTech
3812f6cc85
fix(switch): fix knob overflow on right edge (#3674)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-09-08 23:21:16 +02:00
Gabor Kiss-Vamosi
f52fb6f47d fix(gridnav): fix crash with specific order of commands
fixes #3645
2022-09-08 00:14:50 +02:00
Gabor Kiss-Vamosi
24dac61abf chore: code formatting 2022-09-05 10:38:04 +02:00
Gabor Kiss-Vamosi
0c7f69ac91 feat(event): add LV_EVENT_SCROLL_THROW_BEGIN 2022-09-05 10:09:40 +02:00
Amir Gonnen
fdc16c5188
fix(slider): fix potential division-by-zero (#3656) 2022-09-04 18:15:26 +02:00
Yobe Zhou
f09c04b935
feat(file_explorer): add API to use file explorer (#3601)
Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 16:57:15 +02:00
Douglas Healy
bb4f4cecf9
fix(style): initialize value_act with default values (#3649)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 14:28:04 +02:00
Gabor Kiss-Vamosi
767937999f fix(draw): fix border drawing with thick borders
fixes #3648
2022-09-02 13:32:44 +02:00
tvanfossen-bissell
5c71bc1434
feat(arc): add knob offset utility (#3589)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-31 22:59:30 +02:00
Carlos Diaz
46f7384320
test(spinbox) add unit tests (#3575) 2022-08-31 12:09:05 -04:00
Amir Gonnen
ddcbb4335b
fix(ffmpeg): install ffmpeg on CI workflow (#3635) 2022-08-29 14:09:44 +02:00
geert-KLA-BE
3b7e13b7b3
feat(menu): Add setting of a page title (#3624) 2022-08-29 13:23:01 +02:00
Gabor Kiss-Vamosi
45dfc99f4d chore: fix code formatting 2022-08-29 13:15:54 +02:00
Amir Gonnen
43da9f6faa
fix(png): fix decode image size and some warnings (#3632)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-28 19:59:32 +02:00
qinshijing
d0191a6e7b
fix(anim): fix the problem that the animation time is shortened #3572 (#3626)
fixes #3572

Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
2022-08-28 19:56:43 +02:00
Uli Raich
fd331980bb
example(ffmpeg): replaced av_init_packet by av_packet_alloc to get rid of deprecation … (#3634) 2022-08-28 19:30:02 +02:00
Ruben Brandhofer
a81dbd338c
fix: remove tabview content not click focusable causes bugs in widgets reacting to focus changes(#3633)
fixes #3614

Co-authored-by: Ruben Vincent Brandhofer <ruben.brandhofer@rwth-aachen.de>
2022-08-28 19:23:29 +02:00
Amir Gonnen
8bfccea1e2
fix(pinyin) expose lv_ime_pinyin_class (#3631) 2022-08-27 10:27:43 -04:00
Amir Gonnen
75fabab38a
fix(imgfont) add user_data argument to callback (#3630) 2022-08-27 09:31:33 -04:00
Amir Gonnen
00d92f152b
fix(ffmpeg) ignore deprecated warning (#3629) 2022-08-26 15:30:15 -04:00
Bora Özgen
89e3a712cb
fix(style) check style count overflow (#3627) 2022-08-26 11:34:46 -04:00
Gabor Kiss-Vamosi
74cbed21e6 fix(png): fix warning
fixes #3620
2022-08-25 21:52:07 +02:00
Gabor Kiss-Vamosi
48ee005d4d fix(format): fix lv_conf_internal.h formatting by pre-commit hook
fixes #3585
2022-08-25 21:33:56 +02:00
Gabor Kiss-Vamosi
7f0f826c5e fix(spinbox): fix range violation on zero range crossing 2022-08-25 14:21:32 +02:00
Gabor Kiss-Vamosi
327dbb6031 feat(msg): allow using variable address as msg_id 2022-08-25 14:20:43 +02:00
Derek Carter
bdd520e00c
fix(img): lv_img_buf_get_img_size miscalculation for 1/2/4 it images (#3611) 2022-08-24 10:05:48 +02:00
qinshijing
b9bad8272e
feat(lv_label): override animation properties when scrolling (#3561) (#3582)
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
2022-08-24 09:46:04 +02:00
_VIFEXTech
b98ccf94f8
fix(draw_sw): fix image cache to access the freed stack space (#3584)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-08-23 15:27:00 +02:00