embeddedt
|
22c2bc4453
|
Do not return non-void value in lv_style_anim_create
|
2019-05-20 07:50:39 -04:00 |
|
Gabor Kiss-Vamosi
|
fd834ae60f
|
Merge pull request #1071 from ali-rostami/patch-2
defining lv_group_remove_all_objs
|
2019-05-20 06:45:32 +02:00 |
|
Brian Pugh
|
7bbe91512a
|
indev.c: indev_obj_focused initial commit to correctly reset indev query when a callback changed the currently focused object and deletes the old one. Only tested on keypad indev, other indev types may need a similar fix re-using the indev_obj_focused variable
|
2019-05-19 10:56:34 -07:00 |
|
Ali Rostami
|
aed05f26e4
|
Update src/lv_core/lv_group.h
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2019-05-19 13:55:34 +04:30 |
|
Ali Rostami
|
87979b5645
|
Update src/lv_core/lv_group.c
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2019-05-19 13:55:24 +04:30 |
|
Gabor Kiss-Vamosi
|
b0a4fd7dad
|
calendar: optimize cover check in the design function
|
2019-05-19 10:56:21 +02:00 |
|
Ali Rostami
|
90b8bc9597
|
declaring the lv_group_remove_all_objs function.
|
2019-05-19 10:03:57 +04:30 |
|
Ali Rostami
|
8c5c8ed82a
|
defining lv_group_remove_all_objs
`lv_group_remove_all_objs` is a function for removing all objects from a group and making it free of objects.
|
2019-05-19 10:00:59 +04:30 |
|
Brian Pugh
|
f28efdd9f3
|
Change int32_t to int16_t in animation functions to fix warnings
|
2019-05-18 18:14:21 -07:00 |
|
Gabor Kiss-Vamosi
|
83d64fed42
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-18 13:48:37 +02:00 |
|
Gabor Kiss-Vamosi
|
d8edbb8a41
|
minor formatting
|
2019-05-18 13:48:13 +02:00 |
|
Gabor Kiss-Vamosi
|
f16561295b
|
add LV_EVENT_CB_DECLARE
|
2019-05-18 11:21:16 +02:00 |
|
Brian Pugh
|
2f4654b009
|
Merge remote-tracking branch 'origin/dev-6.0' into count_children_recursive
|
2019-05-17 08:47:18 -07:00 |
|
Gabor Kiss-Vamosi
|
b926fd4966
|
add lv_task_set_cb
|
2019-05-17 07:58:47 +02:00 |
|
Gabor Kiss-Vamosi
|
de824833a0
|
remove LV_USE_USER_DATA_SINGE to LV_USE_USER_DATA
|
2019-05-15 18:51:31 +02:00 |
|
Gabor Kiss-Vamosi
|
78c527ee4f
|
remove LV_USE_USER_DATA_MULTI
|
2019-05-15 18:50:38 +02:00 |
|
Gabor Kiss-Vamosi
|
c46ff018ed
|
Merge branch 'imgdec' into dev-6.0
|
2019-05-15 18:41:42 +02:00 |
|
Gabor Kiss-Vamosi
|
862a4c3496
|
Merge branch 'anim' into dev-6.0
|
2019-05-15 18:39:17 +02:00 |
|
Gabor Kiss-Vamosi
|
569bbdf058
|
remove lv_style_anim_t and replace it with simply lv_anim_t
|
2019-05-15 18:27:26 +02:00 |
|
Gabor Kiss-Vamosi
|
648d42ec94
|
fix screen copy
|
2019-05-15 07:36:13 +02:00 |
|
Gabor Kiss-Vamosi
|
6a265896a2
|
fix screen copy
|
2019-05-15 07:34:19 +02:00 |
|
Gabor Kiss-Vamosi
|
eebe04bd95
|
lv_key_t: fix format
|
2019-05-15 06:46:27 +02:00 |
|
Gabor Kiss-Vamosi
|
fe8157cc88
|
add LV_EVENT_KEY
|
2019-05-15 06:43:16 +02:00 |
|
Gabor Kiss-Vamosi
|
5af101a1eb
|
add inline anim set functions
|
2019-05-15 06:15:12 +02:00 |
|
Gabor Kiss-Vamosi
|
e31b6a156e
|
move lv_img_decoder to lv_draw
|
2019-05-15 05:22:03 +02:00 |
|
Gabor Kiss-Vamosi
|
f706de5517
|
img_decoder is working (not fully tested yet)
|
2019-05-14 15:45:03 +02:00 |
|
Gabor Kiss-Vamosi
|
72fb15c3fb
|
comment updates
|
2019-05-14 07:19:56 +02:00 |
|
Gabor Kiss-Vamosi
|
5afe9c119a
|
lv_indev fix
|
2019-05-14 07:19:00 +02:00 |
|
Gabor Kiss-Vamosi
|
3a78360b62
|
lv_indev: do not leave edit mode manually on POINTER release
|
2019-05-14 06:47:30 +02:00 |
|
Gabor Kiss-Vamosi
|
d58c8663d4
|
start to reqork the image decoder interface
|
2019-05-14 06:34:20 +02:00 |
|
Brian Pugh
|
85ead39b6a
|
initial commit of lv_obj_count_children_recursive and of lv_ll_get_len
|
2019-05-13 09:06:01 -07:00 |
|
Gabor Kiss-Vamosi
|
a3bfdb240e
|
define LV_KEY_... as enum
|
2019-05-13 05:50:27 +02:00 |
|
Brian Pugh
|
7631d41c88
|
lv_obj_user_data_ptr initial commit. Also deleted an unused variable in lv_indev to prevent compiler warnings
|
2019-05-09 09:02:11 -07:00 |
|
Gabor Kiss-Vamosi
|
523170297e
|
fix a bug in rendering order (scrollbar coverd sibling obejcts too)
|
2019-05-09 15:55:01 +02:00 |
|
Gabor Kiss-Vamosi
|
aa4897cdc5
|
minor fixes
|
2019-05-09 06:38:25 +02:00 |
|
Gabor Kiss-Vamosi
|
512eb05a22
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-09 06:04:54 +02:00 |
|
Gabor Kiss-Vamosi
|
424bff48f5
|
lv_obj_move_fore/background: move only if not there now
|
2019-05-09 06:04:45 +02:00 |
|
Gabor Kiss-Vamosi
|
c31ab099f7
|
add MASK_AREA_DEBUG option
|
2019-05-09 06:04:03 +02:00 |
|
Gabor Kiss-Vamosi
|
1ddf659631
|
indev encoder: fix when an object is deleted in the event function
|
2019-05-08 16:08:05 +02:00 |
|
Gabor Kiss-Vamosi
|
861e090023
|
minor fixes
|
2019-05-08 12:04:02 +02:00 |
|
Gabor Kiss-Vamosi
|
e7e24697ea
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-07 12:15:14 +02:00 |
|
Gabor Kiss-Vamosi
|
0b31110d3e
|
minor fixes
|
2019-05-07 12:15:02 +02:00 |
|
Gabor Kiss-Vamosi
|
be84581bbc
|
lv_anim: add typedef int16_t lv_anim_value_t
|
2019-05-07 06:30:38 +02:00 |
|
Gabor Kiss-Vamosi
|
f4c0055c5a
|
add lv_obj_move_foreground/background
|
2019-05-03 19:25:58 +02:00 |
|
Gabor Kiss-Vamosi
|
73ef86f9a9
|
lv_obj_del: fix
|
2019-05-03 15:22:59 +02:00 |
|
Gabor Kiss-Vamosi
|
9f216a55be
|
event: make delete in event more stabile
|
2019-04-28 21:53:14 +02:00 |
|
Gabor Kiss-Vamosi
|
1e4fd8fdfb
|
event fixes: crashed when the obj was deleted in nested events
|
2019-04-28 17:26:18 +02:00 |
|
Gabor Kiss-Vamosi
|
5243d235a6
|
lv_task: add user data and pass lv_task_t as task_cb parameter
|
2019-04-27 11:32:13 +02:00 |
|
Gabor Kiss-Vamosi
|
514e2baaca
|
make user data and callback name more consistent (Fixes #1036)
|
2019-04-23 14:56:40 +02:00 |
|
Gabor Kiss-Vamosi
|
e2cfba7c9f
|
add user data where is was missing
|
2019-04-22 08:45:07 +02:00 |
|