Brian Pugh
|
239ed85889
|
Remove from group before deleting children
|
2019-01-06 11:25:10 -08:00 |
|
Brian Pugh
|
752e752dbd
|
single vdb macro fix for get_active and get_inactive
|
2019-01-04 20:48:34 -08:00 |
|
Gabor Kiss-Vamosi
|
22e1ccdfa9
|
Merge pull request #699 from joltwallet/lv_group_send_data_returntype
Change lv_group_send_data() return type to lv_res_t
|
2019-01-04 14:36:30 +01:00 |
|
Gabor Kiss-Vamosi
|
83cadc8abe
|
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
|
2019-01-04 08:40:33 +01:00 |
|
Gabor Kiss-Vamosi
|
31d18a21b2
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2019-01-04 08:33:30 +01:00 |
|
Gabor Kiss-Vamosi
|
20150c1418
|
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
|
2019-01-04 08:33:19 +01:00 |
|
Brian Pugh
|
3922c18054
|
Change lv_group_send_data() return type to lv_res_t
|
2019-01-03 14:57:45 -08:00 |
|
Themba Dube
|
53c19167f3
|
Merge branch 'master' into dev-5.3
|
2019-01-03 13:36:02 -05:00 |
|
Mike Fellows
|
73ecaefde8
|
Remove unneeded #warning pre-processor command in lv_vdb.h
That directive breaks non-gcc builds (e.g. for the pc simulator) and is
not very valuable from a user point of view.
|
2019-01-03 10:31:02 -08:00 |
|
Gabor Kiss-Vamosi
|
639edca434
|
fix incosistent function parameter names. See #681
|
2019-01-01 01:32:16 +01:00 |
|
Gabor Kiss-Vamosi
|
9c7c200048
|
lv_porting: add display and indev porting skeleton functions
|
2018-12-31 18:19:38 +01:00 |
|
Gabor Kiss-Vamosi
|
7ac12cd071
|
lv_ta: refresh only the cursor area on cursor blink
|
2018-12-30 15:02:16 +01:00 |
|
Gabor Kiss-Vamosi
|
d7ae21ce85
|
lv_vdb: add comments
|
2018-12-29 09:18:58 +01:00 |
|
Gabor Kiss-Vamosi
|
f25dec516b
|
add LV_VDB_TRUE_DOUBLE_BUFFERED
|
2018-12-29 09:12:32 +01:00 |
|
Gabor Kiss-Vamosi
|
62b3b2c578
|
update mk files to use absolute path
|
2018-12-28 18:06:57 +01: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 |
|
Gabor Kiss-Vamosi
|
d19792289d
|
add LV_BORDER_INTERNAL
|
2018-12-26 08:24:18 +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 |
|
Gabor Kiss-Vamosi
|
f46958bb3f
|
minor fixes
|
2018-12-22 19:08:40 +01:00 |
|
Gabor Kiss-Vamosi
|
1787b63599
|
reworks VDB to work with true double buffering
|
2018-12-22 19:08:03 +01:00 |
|
Gabor Kiss-Vamosi
|
391fda7ba6
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2018-12-21 14:35:40 +01:00 |
|
Gabor Kiss-Vamosi
|
19a5f5cd54
|
minor fixes
|
2018-12-21 14:35:25 +01:00 |
|
Gabor Kiss-Vamosi
|
1314eff237
|
Merge pull request #641 from littlevgl/indev_feedback
Input device feedback API
|
2018-12-19 20:28:03 +01:00 |
|
Gabor Kiss-Vamosi
|
61caef8e94
|
lv_indev_set_cursor: don't enable cursor for LV_INDEV_TYPE_BUTTON
|
2018-12-18 07:33:55 +01:00 |
|
Gabor Kiss-Vamosi
|
e5f449e74f
|
indev feedback: update signal names
|
2018-12-17 14:54:12 +01:00 |
|
Themba Dube
|
4c0cd82d9c
|
Initial lv_indev_set_feedback support
|
2018-12-16 20:16:48 -05: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
|
6f1d0ef97b
|
fixes because of sending LV_SIGNAL_PRESSED in LV_GROUP_KEY_ENTER press
|
2018-12-14 10:33:18 +01:00 |
|
Alexander
|
64a2a85077
|
Compilation error fixes
|
2018-12-05 11:28:16 +02:00 |
|
Gabor Kiss-Vamosi
|
546262df38
|
add PRESS action handling to keypad indev
|
2018-12-05 06:42:37 +01:00 |
|
Gabor Kiss-Vamosi
|
916c6b3b2f
|
Merge pull request #585 from kisvegabor/tileview
Tileview: new object type
|
2018-11-26 10:33:48 +01:00 |
|
Gabor Kiss-Vamosi
|
dd26bcb22b
|
Merge pull request #576 from kisvegabor/realign
Add realign feature
|
2018-11-26 10:33:03 +01:00 |
|
Gabor Kiss-Vamosi
|
c62cd4dfcb
|
lv_tileview: add the new object type
|
2018-11-25 12:02:16 +01:00 |
|
Gabor Kiss-Vamosi
|
15dae7dcbc
|
define LV_ATTRIBUTE_FLUSH_READY as empty if not defined
|
2018-11-24 07:49:49 +01:00 |
|
Gabor Kiss-Vamosi
|
9d3f6dacb8
|
Merge pull request #577 from mharizanov/master
Define a custom attribute to `lv_flush_ready` function
|
2018-11-24 07:28:00 +01:00 |
|
Gabor Kiss-Vamosi
|
f30f3ea8ed
|
realign: fix warnings
|
2018-11-23 11:35:13 +01:00 |
|
mharizanov
|
cc801277ce
|
Define a custom attribute to lv_flush_ready function
|
2018-11-22 19:39:01 +02:00 |
|
Gabor Kiss-Vamosi
|
ce1a1f749a
|
realign: fix typo
|
2018-11-22 15:19:22 +01:00 |
|
Gabor Kiss-Vamosi
|
d797d10376
|
add realign feature
|
2018-11-22 14:59:38 +01:00 |
|
Gabor Kiss-Vamosi
|
c584586985
|
lv_refr/draw: enable the drawing even with body.opa == LV_OPA_TRANSP
E.g. labels don't care with body paramters
|
2018-11-21 14:00:30 +01: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
|
64558e138b
|
Merge branch 'master' into dev-5.3
|
2018-11-14 11:26:06 +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
|
970d8e813a
|
Merge branch 'master' into dev-5.3
|
2018-11-11 19:56:44 +01:00 |
|
Gabor Kiss-Vamosi
|
4007834f15
|
minor fixes
|
2018-11-11 19:56:30 +01:00 |
|
Gabor Kiss-Vamosi
|
e1bde8c730
|
merge master
|
2018-11-11 00:03:56 +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 |
|