Gabor Kiss-Vamosi
00860900b2
merge master
2021-03-08 14:46:55 +01:00
Kamranaghl
a4c33bb16e
feat(label) decide text animation's direction based on base_dir ( #2112 )
2021-03-02 12:51:37 -05:00
embeddedt
b47a982510
fix(bar) correct symmetric handling for vertical bars ( #2085 )
2021-02-24 07:52:04 -05:00
Gabor Kiss-Vamosi
776165977a
merge to dev and slove conflitc
2021-02-19 15:27:44 +01:00
Gabor Kiss-Vamosi
2edc95d7cd
fix(fix): gauge
...
fix needle invalidation
2021-02-19 13:50:43 +01:00
embeddedt
339b3de2dc
fix(list) scroll list when button is focused using LV_KEY_NEXT/PREV ( #2061 )
2021-02-17 09:51:41 -05:00
Gabor Kiss-Vamosi
de58ee2784
fix(gauge): consider paddigns for needle images
2021-02-17 11:39:52 +01:00
embeddedt
681cf0dc57
fix(draw) overlap outline with background to prevent aliasing artifacts ( #2067 )
...
* fix(draw) overlap outline with background to prevent aliasing artifacts
* fix(draw) only overlap outline if padding == 0
2021-02-12 15:16:10 +01:00
alsaleem00
84600a78db
fix(text) improve Arabic contextual analysis ( #2062 )
...
Adds hyphen processing and proper handling of lam-alef sequence
2021-02-11 12:53:00 -05:00
Gabor Kiss-Vamosi
f9c73fe69d
update CHANGELOG
2021-02-11 14:53:05 +01:00
Gabor Kiss-Vamosi
0591dec33a
fix(delete): delete animation after the children are deleted
...
New animation can be added during child delete
2021-02-11 14:42:48 +01:00
Gabor Kiss-Vamosi
fe47caf161
update CHANGELOG
2021-02-03 10:31:20 +01:00
Gabor Kiss-Vamosi
0631b17076
fix(indev): clear the indev's act_obj
in lv_indev_reset
...
fixes #2052
2021-02-03 10:06:07 +01:00
Gabor Kiss-Vamosi
222afe9e9b
Update CHANGELOG.md
2021-02-02 15:00:53 +01:00
minyiky
27154b632c
feat(spinbox) add get_step function ( #2051 )
...
Adds a static inline function to allow access to the step parameter for the spinbox widget
2021-01-31 11:40:57 -05:00
Gabor Kiss-Vamosi
b6db434c21
fix(btnmatrix): fix lv_btnmatrix_get_active_btn_text() when used in a group
2021-01-27 10:00:08 +01:00
embeddedt
19f769f1d7
Fix incorrect version for new feature in CHANGELOG
2021-01-26 12:18:33 -05:00
scandermore
dacca6eeb8
feat(indev) allow input events to be passed to disabled objects ( #2033 )
2021-01-26 12:16:47 -05:00
Gabor Kiss-Vamosi
f84720aa95
merge master
2021-01-23 23:50:00 +01:00
Linch
eaacde6722
fixs draw pattern stack-use-after-scope error ( #2030 )
...
* fixs draw pattern stack-use-after-scope error
* Update CHANGELOG.md
2021-01-20 11:57:33 +01:00
Gabor Kiss-Vamosi
b639ddc3bc
Update CHANGELOG.md
2021-01-19 14:32:22 +01:00
Gabor Kiss-Vamosi
c03ffd7c3c
Update CHANGELOG.md
2021-01-19 14:31:47 +01:00
Xiang Xiao
c9b97feea8
fix(formatting): various improvements ( #2028 )
...
* fix(formatting): Remove the duplicated space
* fix(formatting): Remove the duplicated 'the'
* fix(spell): run codespell -w for the code base
2021-01-17 09:03:31 -05:00
Xiang Xiao
81b13bf3b6
Remove the double empty lines from all source files ( #2009 )
...
* Run dos2unix for all source files
* Remove the trail space from all source files
* Remove the double empty lines from all source files
2021-01-11 14:28:00 +01:00
udoudou
52ba06a228
Update CHANGELOG.md ( #2011 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-01-11 13:10:54 +01:00
Gabor Kiss-Vamosi
4cff14f823
fix(gou_nxp_pxp): fix incorrent define name
2021-01-11 10:22:23 +01:00
embeddedt
0d52a60200
Update CHANGELOG.md
2021-01-09 15:25:21 -05:00
Gabor Kiss-Vamosi
509a56fde9
fix(dropdown): fix selecting options after the last one
...
fix #1996
2021-01-06 12:06:51 +01:00
Gabor Kiss-Vamosi
8cd07b6ff5
fix(cpicker): fix division by zero
...
fix #1992
2021-01-06 11:53:51 +01:00
Gabor Kiss-Vamosi
9c55d77617
layout update
2021-01-04 17:26:09 +01:00
Carlos Diaz
6ed420e043
Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT ( #1988 )
...
* Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT
* Update CHANGELOG
* Remove debug code
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-01-04 15:27:38 +01:00
Gabor Kiss-Vamosi
de44f74522
fix(gauge): fix redraw with image needle
...
fix #1993
2021-01-04 15:12:34 +01:00
Jan Van Winkel
ed5f91ab72
Add support for Zephyr intergartion ( #1979 )
...
* Removed src/lv_conf_zephyr.h
Removed src/lv_conf_zephyr.h as it is maintained in the Zephyr build it self.
* CMakeLists.txt: Added support for Zephyr RTOS
Added support to build LVGL as library for Zephyr RTOS
* Added support to use LVGL repo as Zephyr module
Added support to use the LVGL repository as a Zephyr module repository
2021-01-04 14:18:11 +01:00
embeddedt
26ab373b43
fix(layout): workaround overflow by implementing a recursion threshold ( #1986 )
...
* fix(layout): workaround overflow by implementing a recursion threshold
* Update CHANGELOG.md
2021-01-04 09:55:13 +01:00
embeddedt
20d56ee6e9
fix(linemeter): draw first critical needle with correct color ( #1978 )
...
* fix(linemeter): draw first critical needle with correct color
* Update CHANGELOG.md
2020-12-27 11:30:59 +01:00
Gabor Kiss-Vamosi
091174069d
fix(textarea): cursor position after hiding character in password mode
2020-12-21 18:54:47 +01:00
Gabor Kiss-Vamosi
c4d978fa6f
fix(textarea): buffer overflow in password mode with UTF-8 characters
...
fixes #1960
2020-12-20 15:36:28 +01:00
Gabor Kiss-Vamosi
243145d8c9
add arabic processin to to window title and lv_dropdown_add_option
2020-12-20 13:21:06 +01:00
Gabor Kiss-Vamosi
b0fecc6bb2
update CHANGELOG
2020-12-20 10:56:30 +01:00
Gabor Kiss-Vamosi
5fc66822b9
feat(img_cache): allow disabling image cacheing
...
related to #1954
2020-12-10 11:14:26 +01:00
Gabor Kiss-Vamosi
861f07bb77
feat(chart): add lv_chart_remove_series and lv_chart_hide_series
2020-12-09 14:15:56 +01:00
Gabor Kiss-Vamosi
6d4de78756
set version number
2020-12-09 14:11:14 +01:00
Gabor Kiss-Vamosi
99bb4cb8f1
fix(page): fix LV_SCOLLBAR_MODE_DRAG
...
fixes
https://forum.lvgl.io/t/page-scrollbar-appears-even-if-scrollbar-mode-is-set-to-lv-scrlbar-mode-drag/3883
2020-12-09 14:02:28 +01:00
Gabor Kiss-Vamosi
b80f1dbf14
fix(lv_scr_load_anim): fix when multiple screen are loaded at tsame time with delay
2020-12-07 18:04:40 +01:00
Gabor Kiss-Vamosi
4e5b262401
refactor(roller): rename LV_ROLLER_MODE_INIFINITE -> LV_ROLLER_MODE_INFINITE
2020-12-01 12:50:42 +01:00
Gabor Kiss-Vamosi
9c5fec9b79
feat(perf_monitor): add lv_refr_get_fps_avg()
2020-11-28 12:41:06 +01:00
Gabor Kiss-Vamosi
87e26d4997
fix(table): add missing invalidation when changeing cell type
...
fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842
2020-11-27 11:14:36 +01:00
Gabor Kiss-Vamosi
6c62a8eeb5
fix(linemeter): fix invalidation when setting new value
...
The old complex but more optimal invalidation was buggy in some cases
fixes #1904
2020-11-27 09:49:10 +01:00
Gabor Kiss-Vamosi
819f01c930
fix(draw polygon): join adjacent points if they are on the same coordinate
2020-11-26 15:23:50 +01:00
embeddedt
8cd738eaa1
Update CHANGELOG.md
2020-11-25 12:22:11 -05:00