Gabor Kiss-Vamosi
|
d3af29fada
|
LV_INDEV_TYPE_ENCODER added
|
2018-09-24 22:59:48 +02:00 |
|
Gabor Kiss-Vamosi
|
36369325e7
|
minor fixes for better encoder support
|
2018-09-23 23:27:28 +02:00 |
|
Gabor Kiss-Vamosi
|
e9abfe3cc8
|
minor lv_page and lv_ddlist fixes
|
2018-08-10 01:11:20 +02:00 |
|
Gabor Kiss-Vamosi
|
1fa580f6f0
|
lv_page: add LV_SB_MODE_HIDE/UNHIDE and use it in ddlist
|
2018-08-10 01:04:20 +02:00 |
|
Gabor Kiss-Vamosi
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +02:00 |
|
Gabor Kiss-Vamosi
|
81a20ef328
|
add character encoder interface issue #131
|
2018-07-26 00:10:20 +02:00 |
|
Gabor Kiss-Vamosi
|
7cc8e74d1a
|
add editable attribute for better encoder control
|
2018-07-25 21:52:50 +02:00 |
|
Gabor Kiss-Vamosi
|
678cbdc23d
|
improve logging
|
2018-07-25 20:39:24 +02:00 |
|
Gabor Kiss-Vamosi
|
69434c8b7d
|
place some lv_log_add calls
|
2018-07-25 17:57:08 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
8005f1bb28
|
merge beta
|
2018-07-18 23:19:45 +02:00 |
|
Gabor Kiss-Vamosi
|
edf94bf1b2
|
rename lv_area_union to lv_area_intersect
|
2018-07-17 16:40:52 +02:00 |
|
Gabor Kiss-Vamosi
|
dbc7957a50
|
merge beta
|
2018-07-07 12:45:50 +02:00 |
|
Gabor Kiss-Vamosi
|
a6ee4a680c
|
move lv_fonts from lv_misc next to lv_misc
|
2018-07-07 12:21:36 +02:00 |
|
Gabor Kiss-Vamosi
|
90679c2cf5
|
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
|
2018-07-07 11:53:22 +02:00 |
|
Gabor Kiss-Vamosi
|
48375bb780
|
Merge branch 'beta' into dev-5.2
|
2018-07-07 08:09:14 +02:00 |
|
Alexander Enchevich
|
8083432925
|
fix compile errors related to USE_LV_ANIMATION
|
2018-07-06 16:29:45 +03:00 |
|
Gabor Kiss-Vamosi
|
dd7c562c96
|
lv_ddlist: fix the selection of options with non ASCII characters
|
2018-06-26 18:30:38 +02:00 |
|
Gabor Kiss-Vamosi
|
7db7482ac5
|
fixes in lv_roller, lv_ddlist design to be pixel prefect
|
2018-06-21 22:15:19 +02:00 |
|
Gabor Kiss-Vamosi
|
ab0b60c584
|
lv_group: add edit feature (change to edit moed on ENTER long press)
|
2018-06-19 11:13:03 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|
Gabor Kiss-Vamosi
|
dc918930ab
|
merge beta
|
2018-06-19 09:06:49 +02:00 |
|
Alexander
|
8e9335d49f
|
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
|
2018-06-18 13:51:01 +03:00 |
|
Gabor Kiss-Vamosi
|
73c83cbd25
|
lv_ddlist: fix incorrect hegiht on style change
|
2018-06-14 20:05:15 +02:00 |
|
Gabor Kiss-Vamosi
|
75ea3b9edb
|
add opa_scale attribute
|
2018-06-14 13:08:19 +02:00 |
|
Gabor Kiss-Vamosi
|
ad22d4b9b5
|
LV_GROUP_KEY_ENTER_LONG: improve objects behaviour
|
2018-05-26 10:28:58 +02:00 |
|
Gabor Kiss-Vamosi
|
e5bba0529a
|
remove the LV_GROUP_KEY_ENTER_LONG from some objects + fix ddlist and roller ENTER
|
2018-05-26 10:03:43 +02:00 |
|
Gabor Kiss-Vamosi
|
a3ad4b3616
|
in lv_objx set functions apply the new value only if it's different from the current
|
2018-05-16 23:09:30 +02:00 |
|
Gabor Kiss-Vamosi
|
145ea416be
|
ddlist: auto-open on LV_GROUP_KEY_LEF/RIGHT/UP/DOWN
|
2018-03-07 09:22:10 +01:00 |
|
Gabor Kiss-Vamosi
|
c3e248ec79
|
ddlist and roller group updates + updates with USE_LV_ANIMATION = 0
|
2018-03-01 12:21:49 +01:00 |
|
Gabor Kiss-Vamosi
|
05fe9b6b81
|
add lv_obj_get_type
|
2018-02-28 15:37:41 +01:00 |
|
Gabor Kiss-Vamosi
|
f3e1df3997
|
add LV_GROUP_KEY_ENETER_LONG to trigger long press evets of the objects
|
2018-02-24 14:39:15 +01:00 |
|
Gabor Kiss-Vamosi
|
133bfe161c
|
add new fonts
|
2018-02-09 12:40:00 +01:00 |
|
Josh McAtee
|
cab6ce93d6
|
Fix ddlist controlled via keyboard
The selected option is tracked correctly when scrolling through the
dropdown list via keyboard
|
2018-01-30 11:58:40 -08:00 |
|
Gabor Kiss-Vamosi
|
925a174ae2
|
update templates and themes
|
2017-12-21 00:19:59 +01:00 |
|
Gabor Kiss-Vamosi
|
d9590baf4c
|
ddlist: define name fix
|
2017-12-20 17:04:08 +01:00 |
|
Gabor Kiss-Vamosi
|
da581072b4
|
minor fixes
|
2017-12-17 20:11:14 +01:00 |
|
Gabor Kiss-Vamosi
|
f242eba9c1
|
anim path reworked + minor changes
|
2017-12-17 01:54:09 +01:00 |
|
Gabor Kiss-Vamosi
|
3f54e37143
|
minor renames
|
2017-12-11 23:11:15 +01:00 |
|
Gabor Kiss-Vamosi
|
ad3c0ebbfe
|
minor updates
|
2017-12-11 15:42:23 +01:00 |
|
Gabor Kiss-Vamosi
|
893475ad89
|
Hide anti aliasing. No x << LV_AA rewuired from now
|
2017-12-07 19:22:23 +01:00 |
|
Gabor Kiss-Vamosi
|
1060e3c25a
|
solve warnings
|
2017-12-03 22:41:32 +01:00 |
|
Gabor Kiss-Vamosi
|
03d076197f
|
minor fixes for objects
|
2017-12-03 00:38:30 +01:00 |
|
Gabor Kiss-Vamosi
|
514d2b38b4
|
lv_obj folder rename to lv_core
|
2017-11-30 11:35:49 +01:00 |
|
Gabor Kiss-Vamosi
|
83b01aa627
|
add LV_NO_ANIM and LV_NO_SHADOW
|
2017-11-27 17:48:54 +01:00 |
|
Gabor Kiss-Vamosi
|
c890dc8d43
|
use only relative include paths
|
2017-11-26 23:58:05 +01:00 |
|
Gabor Kiss-Vamosi
|
c48a521882
|
misc is completly removed
|
2017-11-26 11:38:28 +01:00 |
|
Gabor Kiss-Vamosi
|
1fcda8092e
|
rename a lot of functions in lv_misc
|
2017-11-23 21:28:36 +01:00 |
|
Gabor Kiss-Vamosi
|
c3471fd04e
|
lv_misc files added from misc repo
|
2017-11-23 20:42:14 +01:00 |
|
Gabor Kiss-Vamosi
|
9d2d7ee869
|
revert include paths
|
2017-11-21 10:51:10 +01:00 |
|