Gabor Kiss-Vamosi
|
702fb9565d
|
Add LV_ prefix to symbols and vhange USE_LV_... to LV_USE_...
|
2019-03-07 00:05:16 +01:00 |
|
Gabor Kiss-Vamosi
|
c4ca9870b0
|
group: add user_data
|
2019-03-06 23:14:19 +01:00 |
|
Gabor Kiss-Vamosi
|
9d72ced2b6
|
focus/defocus event updates
|
2019-03-03 11:20:49 +01:00 |
|
manison
|
8ec60fbe3e
|
add groups to the linked list
https://github.com/littlevgl/lvgl/issues/806
|
2019-02-15 08:46:12 +01:00 |
|
manison
|
327d7c84ca
|
added style modification callbacks to lv_theme_t struct
https://github.com/littlevgl/lvgl/issues/806
|
2019-02-12 16:35:17 +01:00 |
|
MiSimon
|
0d76cc4ef3
|
Changed POS1 to HOME
|
2019-02-02 22:45:02 +01:00 |
|
MiSimon
|
86b34460dd
|
Added POS1 and END support to lv_ta
|
2019-02-01 23:53:09 +01:00 |
|
MiSimon
|
649a21ad86
|
Changed LV_GROUP_KEY macros to the corresponding ascii values
|
2019-01-31 01:18:04 +01:00 |
|
Brian Pugh
|
3922c18054
|
Change lv_group_send_data() return type to lv_res_t
|
2019-01-03 14:57:45 -08:00 |
|
Josh
|
9817e050e0
|
Add wrap enable/disable for lv_group
Allows for controlling whether focus next/prev will wrap at the boundaries, or if they will stop at the boundaries.
|
2018-12-14 13:05:00 -08:00 |
|
Gabor Kiss-Vamosi
|
63f1bf2d45
|
Merge pull request #495 from joltwallet/group_refocus_pr_squashed
Group refocus on deletion
|
2018-10-28 23:51:19 +01:00 |
|
Brian Pugh
|
0e7d25ba85
|
Group refocus on deletion
|
2018-10-28 15:44:58 -07:00 |
|
Gabor Kiss-Vamosi
|
f259b56e67
|
LV_GROUP_KEY_BACKSPACE
|
2018-10-20 00:43:42 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
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
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +02:00 |
|
Gabor Kiss-Vamosi
|
7cc8e74d1a
|
add editable attribute for better encoder control
|
2018-07-25 21:52:50 +02:00 |
|
Gabor Kiss-Vamosi
|
8005f1bb28
|
merge beta
|
2018-07-18 23:19:45 +02:00 |
|
Gabor Kiss-Vamosi
|
f4a66c4b22
|
add LV_GROUP_KEY_DEL
|
2018-07-17 00:22:43 +02:00 |
|
Gabor Kiss-Vamosi
|
d483d14c8e
|
lv_group: add click_focus option
|
2018-07-12 23:38:27 +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
|
880171aa08
|
group: fix typo and the defult style_mod_edit_cb for monochrome displays
|
2018-06-19 11:19:26 +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 |
|
Alexander
|
5ff4125c56
|
Formatting all header files (*.h) in accordance with project coding style, using the astyle tool and the rules file _astylerc-h.
|
2018-06-18 13:52:14 +03:00 |
|
Gabor Kiss-Vamosi
|
4ac1c29ca9
|
lv_group_remove_obj: fix when delete the last object from the group
|
2018-06-17 16:43:32 +02:00 |
|
Gabor Kiss-Vamosi
|
0d385c237a
|
lv_font: remove const number return values
|
2018-04-09 12:39:58 +02:00 |
|
Josh McAtee
|
eddbbc58b1
|
Add missing function definition for lv_group_del
|
2018-04-04 10:24:53 -07: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
|
a676590e30
|
add group focus callback and invalid area rounding callback option
|
2018-02-24 11:55:39 +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
|
8bd9ab7b84
|
LV_GROUP rename
|
2017-12-07 10:38:25 +01:00 |
|
Gabor Kiss-Vamosi
|
514d2b38b4
|
lv_obj folder rename to lv_core
|
2017-11-30 11:35:49 +01:00 |
|