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
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
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
Gabor Kiss-Vamosi
82fdfb34c0
fix(slider): adjusting the left knob too with encoder
...
https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770
2020-11-25 10:12:58 +01:00
Gabor Kiss-Vamosi
a2535fe6f1
fix(arc): make arc work with encoder
...
fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769
2020-11-25 09:56:24 +01:00
Gabor Kiss-Vamosi
fa49f35b14
fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too
...
Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699
2020-11-25 09:48:37 +01:00
Gabor Kiss-Vamosi
5848aa59e5
Update CHANGELOG.md
2020-11-23 14:06:27 +01:00
Gabor Kiss-Vamosi
68300a5dec
Update CHANGELOG.md
2020-11-23 13:24:34 +01:00
Gabor Kiss-Vamosi
07a95b5b33
fix(arabic): support Arabic letter connections in value string property
2020-11-23 13:12:13 +01:00
embeddedt
45599c2c2a
Fix #1924 : incorrect date on changelog
...
December 1st is two weeks from 7.7.2 release.
2020-11-22 15:01:37 -05:00
Gabor Kiss-Vamosi
07c63b8ad3
fix(textarea): support Arabic letter connections
...
fixes #1888
2020-11-21 23:53:05 +01:00
Gabor Kiss-Vamosi
8361d89a55
fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc
2020-11-21 23:51:57 +01:00
Gabor Kiss-Vamosi
440c79e40c
fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked
2020-11-21 20:54:39 +01:00
Gabor Kiss-Vamosi
4903bdb908
fix(btnmatrix): handle arabic texts in button matrices
2020-11-17 12:12:19 +01:00
Gabor Kiss-Vamosi
94a25b86a8
fix confilcts
2020-11-17 11:15:14 +01:00
Gabor Kiss-Vamosi
3979024660
fix(spinbox): update cursor position in lv_spinbox_set_step
...
fix #1907
2020-11-17 10:52:33 +01:00