Commit Graph

8568 Commits

Author SHA1 Message Date
_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
Gabor Kiss-Vamosi
b66512183a fix(template): update porting templates 2023-02-24 11:53:14 +01:00
Gabor Kiss-Vamosi
31a0a324b9
docs(disp): fix typos 2023-02-24 11:35:37 +01:00
Gabor Kiss-Vamosi
780ee55358
Update ROADMAP.md 2023-02-23 13:46:58 +01:00
_VIFEXTech
0b6b990755
feat(refr): add LV_EVENT_REFR_START/FINISH event (#4013)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-23 10:27:46 +01:00
eventlOwOp
803efe77fb
fix(grid): fix type mismatch in grid to allow >255 cells (#4008) 2023-02-23 09:51:01 +01:00
Gabor Kiss-Vamosi
f5a9c0382c ci: add LV_USE_DEV_VERSION to the makefile build 2023-02-23 09:50:14 +01:00
Gabor Kiss-Vamosi
389e32d72f
Update ROADMAP.md 2023-02-21 16:11:03 +01:00
Gabor Kiss-Vamosi
2702e15c73 fix(draw): fix transformation with alpha channel 2023-02-21 09:30:17 +01:00
Gabor Kiss-Vamosi
cb5e64e600 fix(flex demo): follow API changes 2023-02-20 23:24:49 +01:00
Gabor Kiss-Vamosi
ca93f5fead fix(benchmark): follow API changes 2023-02-20 23:18:51 +01:00