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

8318 Commits

Author SHA1 Message Date
Pablo J. Rogina
059952607a
ci(tabview): add unit test (#3713) 2022-10-03 08:12:05 +02:00
Gabriel Wang
df7d5859f4
chore(cmsis-pack): monthly update for september (#3718) 2022-10-03 08:10:22 +02:00
dongie
f8196747a9
feat(GD GPU): add support for GD32F450 "IPA" 2D GPU. (#3622) 2022-10-03 01:12:47 +02:00
Pablo J. Rogina
613777f623 ci(msgbox): add unit test (#3715) 2022-10-02 23:26:12 +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
0a9772bcdf docs: add lv_example_tiny_ttf_2 to index.rst 2022-10-02 18:22:30 +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
Gabor Kiss-Vamosi
d214b00386 docs(rlottie): fix heading levels 2022-10-02 17:15:46 +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
Pablo J. Rogina
2888b450f2
ci(calendar): add unit tests (#3704) 2022-09-28 22:24:38 +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
Gabor Kiss-Vamosi
884faf0a17 examples(tiny_ttf): add file read example 2022-09-28 11:12:07 +02:00
Gabor Kiss-Vamosi
6da6f46093 docs(changelog): add v8.3.2 chnages 2022-09-27 08:16:13 +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
Fabian
46cbbd672f
docs(links): fix outdated links and imrpove formatting (#3698) 2022-09-22 16:09:16 -04:00
Gabor Kiss-Vamosi
41c5870e12 ci(test): automatically create missing reference images for TEST_ASSERT_EQUAL_SCREENSHOT 2022-09-21 22:10:20 +02:00
Uli Raich
29ec34be77
examples(micropython): add a few missing MP examples (#3672) 2022-09-21 11:21:36 +02:00
Uli Raich
d5e6ffdd87
demos(widgets): replaced lv_widget_demo.py with a new version (#3641) 2022-09-21 11:21:08 +02:00
Uli Raich
de81f85ed7
examples(micropython): corrected examples to run on Linux (#3671) 2022-09-21 11:20:36 +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
Lyon
81fcd8c482
fix(pikascript): fix some warnings (#3697) 2022-09-19 23:14:31 +02:00
Gabor Kiss-Vamosi
389d15be3d
docs(intro): fix link to point to master instead of latest
related to #3695
2022-09-19 14:54:03 +02:00
Gabor Kiss-Vamosi
d78e927252 ci: enable discarded-qualifiers warning
related to #3686
2022-09-19 14:26:29 +02:00
Gabor Kiss-Vamosi
24893c37ae chore: fix warnings 2022-09-19 14:00:39 +02:00
Gabor Kiss-Vamosi
2188fe66bb demo(bechmark): fix delay between renders 2022-09-19 12:25:06 +02:00
Gabriel Wang
c23ff83bda
cmsis pack monthly update (#3692) 2022-09-19 11:50:33 +02:00
Gabor Kiss-Vamosi
d3d11361d9 test: fix warning in test_screenshot_error.h 2022-09-19 11:19:10 +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
Mahesh Murty
d89e732634
test(led): add unit tests (#3681) 2022-09-15 22:10:12 +02:00
Gabor Kiss-Vamosi
8e5b834d6a dics(btnmatrix): add how to avoid extra click with encoder when leaving edit mode
Related to #3613
2022-09-15 10:25:37 +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
72c383fada
docs(demo): update the README of the benchmark demo 2022-09-13 13:21:53 +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
sparkles43
eb54353f00
feat(cmake-build): build all libraries either SHARED or STATIC (#3669) 2022-09-09 21:52:20 +02:00
Mahesh Murty
513d631445
test(btn, btnmatrix): add unit tests (#3642) 2022-09-09 11:31:15 +02:00
Mariotaku
f0d64eee99
fix(fragment): child fragment event dispatch (#3621) 2022-09-09 08:16:13 +02:00
Gabor Kiss-Vamosi
451eddb123 example(event): simplify lv_example_event_4 2022-09-08 23:55:11 +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
tvanfossen-bissell
209e8ef1a2
docs(rlottie): adding patch file, sample CMakeLists, and ESP-IDF doc (#3610)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
2022-09-07 10:11:44 +02:00
Lyon
0d0ac9a32c
docs(readme): add binding info for PikaScript (#3663) 2022-09-06 09:21:57 +02:00