Gabor Kiss-Vamosi
fd21ed0eb8
ci: update screenshot compare from v9 to automatically create missing reference images
2023-08-25 14:25:15 +02:00
Gabor Kiss-Vamosi
5fc488a088
ci(dropdown): fix test
2023-08-25 14:24:49 +02:00
Gabor Kiss-Vamosi
f174589240
fix(dropdown): position to the selected item in lv_dropdown_set_selected
2023-08-25 13:25:22 +02:00
Gabor Kiss-Vamosi
bcebafe4fb
docs(simulator): remove SDL support from the Visual Studio project
2023-08-13 22:13:47 +02:00
BurkerA
8063fac793
fix(btnmatrix): fix tapping just outside a button in a buttonmatrix
...
See #4439
2023-08-09 14:43:21 +02:00
Gabor Kiss-Vamosi
9ec3b8706b
docs: update changelog
v8.3.9
2023-08-06 22:28:22 +02:00
Gabriel Wang
bdf5bfb88c
chore(cmsis-pack): prepare for release v8.3.9 ( #4424 )
2023-08-06 22:25:47 +02:00
Gabor Kiss-Vamosi
4f102d7b6b
fix: use const lv_img_dsc_t * dsc function parameter in lv_img_buf.h/
...
fixes #4421
2023-08-01 09:51:44 +02:00
Gabor Kiss-Vamosi
810852b41b
docs(disp): metined that rotation rotates the touch coordinates too
...
related to #4409
2023-07-28 10:17:01 +02:00
Neo Xu
21e95bc1b3
fix(decoder): fix LV_IMG_CF_ALPHA_8BIT bin file decoder ( #4406 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-07-26 17:38:15 +02:00
fronders
dbcf56288e
fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR ( #4403 )
2023-07-25 15:32:03 +02:00
fronders
eee2dd1864
fix(attr): refactor LV_ATTRIBUTE_* for function attributes ( #4404 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-07-25 15:13:35 +02:00
the-programmer
141f4b8ab3
fix(font): fix optimizer issue in lv_font_fmt_txt.c ( #4385 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-07-21 09:51:37 +02:00
Gabor Kiss-Vamosi
f9ffcc9d8e
fix(chart): fix lv_chart_get_point_pos_by_id
...
fixes #4367
2023-07-15 19:36:09 +02:00
Gabor Kiss-Vamosi
385d999a4a
fix(imgbtn): support LV_OBJ_FLAG_CHECKABLE
...
fixes #4373
2023-07-14 21:04:18 +02:00
PeterB
29ed7c5717
fix(btnmatrix): Fix typo in previous commit!
2023-07-12 13:22:10 +01:00
PeterB
65f1c9305e
fix(btnmatrix): Hide button matrix when all buttons hidden
...
Makes sure the focus behaves correctly when all button matrix buttons
have been hidden.
2023-07-12 13:02:15 +01:00
Gabor Kiss-Vamosi
b1bbb95ceb
chore: format code
2023-07-10 20:02:25 +02:00
Gabor Kiss-Vamosi
223dc1cf9d
fix(tabview): fix warning
2023-07-10 19:54:41 +02:00
PeterB
416b26771b
chore(music demo) fix formatting
2023-07-10 13:08:04 +01:00
PeterB
645006e351
fix(indev): fix warnings when loggin coordinates is enabled
2023-07-10 12:26:23 +01:00
PeterB
375b3b5d3e
fix(obj) prevent hidden objects keeping focus
2023-07-10 11:38:57 +01:00
Gabor Kiss-Vamosi
1c5d4b02d7
Merge branch 'demo-close' into release/v8.3
2023-07-05 13:43:10 +02:00
Gabor Kiss-Vamosi
e6d7be00bf
docs: update changelog
v8.3.8
2023-07-05 13:42:21 +02:00
Gabriel Wang
15433d69b9
chore(cmsis-pack): update cmsis-pack for v8.3.8 ( #4340 )
2023-07-05 13:39:10 +02:00
Gabor Kiss-Vamosi
91038a99e8
demos: add lv_demo_..._close() functions for each demo
2023-07-04 11:12:46 +02:00
Gabor Kiss-Vamosi
9491c3ff6d
example(tabview): fix tabview disable scrollig example
...
there is no animatin after selecting a tab by clicking anymore
2023-06-30 22:50:52 +02:00
Gabor Kiss-Vamosi
3de61c76af
fix(tabview): remove the animation if the tab is selected by clicking the button on the header
2023-06-26 10:33:21 +02:00
kolliemo
09cc0de573
docs: mention incompatibility between software rotation and direct_mode
or full_refresh
( #4308 )
2023-06-23 22:39:10 +02:00
Gabor Kiss-Vamosi
227ac02341
docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly
2023-06-23 09:52:25 +02:00
Gabor Kiss-Vamosi
8b83fe7ea5
feat(rt-thread): make the rt-thread env recursively glob the UI files
2023-06-20 07:53:34 +02:00
Gabor Kiss-Vamosi
edd5ad28ad
fix(btnmatrix): fix array out of bounds addressing with groups and no buttons
2023-06-19 10:28:23 +02:00
pete-pjb
07bce7466d
fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185
...
Stop disabled/hidden button matrix keys from getting stuck in a loop
2023-06-16 17:51:49 +01:00
pete-pjb
1713cd3fd8
Revert "fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185 "
...
This reverts commit cb602ea7785de21a187ef5ee5f7de4e3aa3f7e0e.
2023-06-16 17:42:08 +01:00
pete-pjb
cb602ea778
fix:(BtnMatrix) Backport https://github.com/lvgl/lvgl/pull/4185
...
Stop Button Matrix getting stuck in loop if buttons disable/hidden
2023-06-16 17:31:34 +01:00
Rbb666
caf29ef0c5
add(docs): add renesas-ra6m3 get-started document ( #4278 )
2023-06-12 12:21:46 +02:00
jacquesdmernok
a3199514ab
fix(stm32): static function prototypes moved from .h to .c ( #4276 )
2023-06-12 12:12:12 +02:00
Rbb666
78cbdfc151
add(gpu): add renesas-ra6m3 gpu adaptation ( #4270 )
2023-06-08 10:42:34 +02:00
Gabor Kiss-Vamosi
75e6ef4e1d
fix(btnmatrix): fix using > 7 as button width
2023-05-31 22:49:41 +02:00
Lorenzo Arena
2376c57860
fix(png): fix decode image size and some warnings ( #4248 )
2023-05-29 10:43:49 +02:00
Gabor Kiss-Vamosi
e3659c46b1
fix(arduino): fix messed up variable types
2023-05-24 11:09:51 +02:00
Lorenzo Arena
df96b57f4e
fix(bidi): add more Hebrew checks to RTL characters set ( #4171 ) ( #4239 )
2023-05-24 10:00:07 +02:00
Gabor Kiss-Vamosi
67b3011f83
fix(chart): fix division by zero if there are no ticks
2023-05-19 10:25:17 +02:00
nicusorcitu
d87737612a
perf(pxp, vglite): improve performance and add more features ( #4222 )
...
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Jason Yu <zejiang.yu@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Jason Yu <zejiang.yu@nxp.com>
2023-05-18 22:43:19 +02:00
Gabor Kiss-Vamosi
6a89bd2d74
fix(msgbox): fix typo
2023-05-18 13:01:17 +02:00
Gabor Kiss-Vamosi
6843c191b7
fix(msgbox): add missing lv_obj_class_init_obj
...
fixes #4226
2023-05-18 11:53:58 +02:00
Gabor Kiss-Vamosi
1caafc55dd
fix(disp): fix memory leak lv_scr_load_anim with auto_del and time=0
...
fixes : #4212
2023-05-18 11:14:16 +02:00
Gabor Kiss-Vamosi
5ba90a5c41
fix(flex): register LV_STYLE_FLEX_GROW
...
fixes #4214
2023-05-10 08:25:04 +02:00
jadergn
630da9c6ca
fix(img): fix getting the image type on big endian systems ( #4215 )
2023-05-09 20:27:54 +02:00
Mariotaku
ee95e7dc25
fix(sdl): destroy texture after use if not stored in cache ( #4173 )
2023-05-08 17:02:49 +02:00