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 |
|
Brian Pugh
|
3922c18054
|
Change lv_group_send_data() return type to lv_res_t
|
2019-01-03 14:57:45 -08:00 |
|
Gabor Kiss-Vamosi
|
67972f787b
|
Merge pull request #673 from ErichStyger/master
Several typo and spelling fixes
|
2018-12-26 23:38:57 +01:00 |
|
Erich Styger
|
2bfcce40e2
|
typo and spelling fixes in comments
|
2018-12-26 07:58:06 +01:00 |
|
Gabor Kiss-Vamosi
|
4c2df29808
|
lv_group: do not modify the focused style if the syle_mod function is NULL
|
2018-12-22 20:41:20 +01:00 |
|
Josh
|
92747ec37a
|
Fix missing temporary setting of wrap to 1
|
2018-12-14 16:02:29 -08:00 |
|
Josh
|
47bdf497b6
|
Fix lv_group wrap behavior when removing head or tail object from group
|
2018-12-14 14:24:47 -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
|
7897500c1e
|
lv_group: apply lv_group_refocus update again, because it was overwrittetn from the reverted master
|
2018-11-14 11:27:15 +01:00 |
|
Gabor Kiss-Vamosi
|
c81d1b5dd0
|
lv_group: revert accidentally added merge fron dev-5.3
|
2018-11-14 10:49:09 +01:00 |
|
Gabor Kiss-Vamosi
|
b44da3c27f
|
lv_group: fix lv_group_remove_obj() if there is only object is the group
|
2018-11-11 00:02:44 +01:00 |
|
Gabor Kiss-Vamosi
|
7427e01b60
|
lv_group related updates mainly with ENCODER indev
|
2018-10-15 20:12:12 +02:00 |
|
Gabor Kiss-Vamosi
|
03e6b1bff7
|
lv_group_remove_obj: stop iterating when the obj is found
|
2018-10-15 18:22:52 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
0a7d5b8e32
|
lv_group: invalidate object on edit mode change
|
2018-09-25 11:56:45 +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
|
678cbdc23d
|
improve logging
|
2018-07-25 20:39:24 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
d483d14c8e
|
lv_group: add click_focus option
|
2018-07-12 23:38:27 +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 |
|
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
|
6be0089cac
|
lv_group_del: remove the objects from the groups too
|
2018-05-16 23:30:04 +02:00 |
|
Gabor Kiss-Vamosi
|
dd6bad1b6e
|
fix of 16 bit image draw with alpha byte
|
2018-03-22 12:39:58 +01:00 |
|
Gabor Kiss-Vamosi
|
0d93816827
|
lv_group_create: init focus_cb
|
2018-03-22 10:37:00 +01:00 |
|
Gabor Kiss-Vamosi
|
d20fe1f4ee
|
add special default style_mod function in lv_group for LV_COLOR_DEPTH = 1
|
2018-02-28 16:17:56 +01:00 |
|
Gabor Kiss-Vamosi
|
a676590e30
|
add group focus callback and invalid area rounding callback option
|
2018-02-24 11:55:39 +01:00 |
|
BenQoo
|
59fa14f989
|
lv_group: fix memory leak.
The items lack of memory deallocation
* `lv_group->obj_ll`
* `lv_group`
|
2018-01-04 14:54:37 +08: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
|
43646b78ef
|
lv_mem_realloc: just truncate mem if smaller then then the old
|
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 |
|