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
Benign X
9029733b3b
chore: fix warnings (#4067)
Signed-off-by: W-Mai <1341398182@qq.com>
2023-03-16 17:53:05 +01:00
Gabor Kiss-Vamosi
17691cc3ae fix warnings
related #4035
2023-03-16 17:49:05 +01:00
Gabor Kiss-Vamosi
6dcdd9dca9 fix warnings
related #4035
2023-03-16 10:11:36 +01:00
Benign X
f21f37cccf
fix(lv_flex): fix flex_flow doesn't update layout immediately (#4065) 2023-03-16 07:32:57 +01:00
_VIFEXTech
30fe596d26
fix(demo_flex_layout): fix warning (#4061)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-15 06:48:11 +01:00
_VIFEXTech
2b220b29d8
fix(event): fix typo prerpocess -> preprocess (#4062)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-15 06:47:40 +01:00
_VIFEXTech
98ced0114c
feat(sdl): add LV_TICK_CUSTOM compatibility (#4057)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-14 14:36:50 +01:00
_VIFEXTech
afe29b7dab
refact(user_data): remove LV_USE_USER_DATA configuration (#4056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-14 14:34:56 +01:00
Gabor Kiss-Vamosi
e26a46c43c docs(arduino): add note to not use lv_examles library
fixes #4054
2023-03-14 07:38:14 +01:00
Gabor Kiss-Vamosi
a19ad9bd1d fix(slider): consider transformation when draging
fixes #4053
2023-03-13 15:09:57 +01:00
_VIFEXTech
d400689b15
fix(draw): fix draw sw subpx font build error (#4049)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-03-13 14:19:53 +01:00
_VIFEXTech
0449c400b8
fix(sdl): fix warning (#4048)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-03-13 13:41:32 +01:00
Amir Gonnen
126fbee5ae
arch(driver): ci can use MP master branch (#4046) 2023-03-11 06:57:12 +01:00
_VIFEXTech
d216f06cb1
chore(theme_default): fix warning (#4047)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-03-11 06:52:57 +01:00
Uli Raich
d1c6c61780
example(micropython): updated MicroPython examples according to LVGL changes (#4031) 2023-03-10 21:44:12 +01:00
Gabor Kiss-Vamosi
55c9a9220b
Update ROADMAP.md 2023-03-10 21:34:31 +01:00
Gabor Kiss-Vamosi
c36b324f49
Update ROADMAP.md 2023-03-10 21:01:27 +01:00
Gabor Kiss-Vamosi
28d4bff440 example(event_3): adjust widget size 2023-03-09 14:07:25 +01:00
Mihail Latyshov
f336ea7cb1
feat(slider): scroll slider into view on focus (#4042) 2023-03-08 22:39:47 +01:00
Gabor Kiss-Vamosi
8b39ec0ed5 exmample(label): fix gradient label 2023-03-08 11:26:22 +01:00
Gabor Kiss-Vamosi
73b446015a fix(tabview): fix scrolling 2023-03-08 10:28:47 +01:00
Gabor Kiss-Vamosi
5e75754095 feat(sdl): handle the tick internally and automatically 2023-03-08 10:16:08 +01:00
Gabor Kiss-Vamosi
0107879924 fix(style): fix layer type caching 2023-03-07 08:54:04 +01:00
Gabor Kiss-Vamosi
6cd98892a4 fix(event): fix typos and tests 2023-03-06 13:00:05 +01:00
HanfG
d81e126b6f
fix(led): fix a typo (#4037) 2023-03-06 12:52:18 +01:00
Gabor Kiss-Vamosi
680d6d1a7d refactor(event): use lv_event_get_orignal_target instead of current_target 2023-03-06 12:50:46 +01:00
Gabor Kiss-Vamosi
1d6ea3af51 fix(tft_espi): fix variable name 2023-03-06 12:07:11 +01:00
Gabor Kiss-Vamosi
fcccc3de0d fix(blend): fix LV_COLOR_FORMAT_NATIVE_RESERVED 2023-03-06 12:07:05 +01:00
Gabor Kiss-Vamosi
d78aebf224 feat(sdl): add PARTIAL_MODE to emulate setups with display controller 2023-03-06 12:04:00 +01:00
Gabor Kiss-Vamosi
43e2da7d0f fix(disp): fix comments
related to https://github.com/lvgl/lvgl/issues/4011#issuecomment-1455199216
2023-03-06 06:07:13 +01:00
Gabor Kiss-Vamosi
c3194188c9 fix(color): fix warning
fixes #4035
2023-03-06 05:57:08 +01:00
Gabor Kiss-Vamosi
bb68947570 fix(indev): fix refocusing with clcik after 'tab'
fixes #4034
2023-03-06 05:45:59 +01:00
Gabor Kiss-Vamosi
98c27d4ddc fix(sdl): fix resizing by mouse 2023-03-06 05:28:01 +01:00
Gabor Kiss-Vamosi
a30c11b775 fix(event): fix event bubbling 2023-03-06 04:40:14 +01:00
Gabor Kiss-Vamosi
ceb4dbcb04 fix(canvas): fix transformation 2023-03-06 04:40:14 +01:00
Carlos Diaz
67941f4964
ci(test): add unit test for lv_list (#4032) 2023-03-04 17:02:08 +01:00
some00
7854d55046
test(main.py): add cli option to select test suite (#4023) 2023-03-02 09:51:55 +01:00
Gabriel Wang
c4f993a245
fix(gpu): Fix GPU Arm-2D (#4028) 2023-03-02 00:13:52 +01:00
Gabor Kiss-Vamosi
a02256ff07 fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_ONLY
fixes #4030
2023-03-01 23:31:41 +01:00
Gabor Kiss-Vamosi
d4964713b3 fix(color): fix lv_color_format_has_alpha
fixes #4029
2023-03-01 23:22:05 +01:00
Gabor Kiss-Vamosi
175a142746 fix(benchmark): fix FPS with LV_DEMO_BENCHMARK_MODE_RENDER_AND_DRIVER
fixes #4027
2023-03-01 22:58:49 +01:00
Florian Loitsch
41aebfa319
docs: fix typos (#4026) 2023-02-28 21:28:45 +01:00
Gabor Kiss-Vamosi
77836dd260 fix(fs): fix cached read
related to: #3968
2023-02-28 21:22:01 +01:00
Gabor Kiss-Vamosi
746e26fd52 chore: fix warnings 2023-02-28 07:38:13 +01:00
Gabor Kiss-Vamosi
a49f97d7f6 chore: code formatting 2023-02-27 22:21:07 +01:00
Gabor Kiss-Vamosi
84d91adaf4 fix(fs): fix cached file read
related to #3968
2023-02-27 22:17:50 +01:00
Gabriel Wang
9c34a8f47e
fix(cmsis-pack): update cmsis-pack scripts (#4020)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-27 17:17:28 +01:00
Gabor Kiss-Vamosi
426739d060 ci(test): make test_style faster 2023-02-27 09:50:21 +01:00
Gabor Kiss-Vamosi
206f0f168a
Update ROADMAP.md 2023-02-27 08:40:09 +01:00
Gabor Kiss-Vamosi
808bdefccd
Update ROADMAP.md 2023-02-27 08:38:17 +01:00