Gabor Kiss-Vamosi
|
f42e6b82c4
|
Merge branch 'indev_focus_fix' of https://github.com/joltwallet/lvgl into joltwallet-indev_focus_fix
|
2019-05-21 15:29:42 +02:00 |
|
Brian Pugh
|
9b38d455ab
|
renamed indev_obj_focused to indev_obj_act. Improved related documentation/formatting
|
2019-05-20 09:42:31 -07: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 |
|
Gabor Kiss-Vamosi
|
b0a4fd7dad
|
calendar: optimize cover check in the design function
|
2019-05-19 10:56:21 +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
|
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
|
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 |
|
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 |
|
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
|
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
|
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
|
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 |
|
Gabor Kiss-Vamosi
|
a2cb299c0c
|
add LV_EVENT_DELETE
|
2019-04-19 05:46:02 +02:00 |
|
Gabor Kiss-Vamosi
|
a3c08e9985
|
Merge pull request #1019 from canardos/dev-6.0
add lv_obj_set_user_data function
|
2019-04-19 05:21:42 +02:00 |
|
canardos
|
5a88709a5c
|
Change assignment to memcpy
|
2019-04-18 14:12:30 +08:00 |
|
Gabor Kiss-Vamosi
|
522d59861e
|
solve conflicts
|
2019-04-14 16:01:48 +02:00 |
|
canardos
|
991f892a98
|
add lv_obj_set_user_data function
|
2019-04-14 13:24:12 +08:00 |
|
Gabor Kiss-Vamosi
|
ff6fb2611a
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-04-12 07:22:48 +02:00 |
|
Gabor Kiss-Vamosi
|
6284e3a21b
|
lv_list: check the return value of btn events
|
2019-04-12 07:22:37 +02:00 |
|
canardos
|
e6b7afccd2
|
Allow const lv_style_t objects
|
2019-04-11 19:59:55 +08:00 |
|
Gabor Kiss-Vamosi
|
3606ea2588
|
ext_click_area: run-time area test and renames
|
2019-04-11 06:26:41 +02:00 |
|
GreyMS
|
de12c95a80
|
Fixed typos and include added.
|
2019-04-10 19:01:47 +03:00 |
|
GreyMS
|
b59e058f8d
|
Merge branch 'pr/2' into dev-6.0
|
2019-04-10 14:14:58 +03:00 |
|
Gabor Kiss-Vamosi
|
fb1ca3fb87
|
rename lv_obj_get_..._func to .._cb (#1011)
|
2019-04-10 06:40:55 +02:00 |
|
Gabor Kiss-Vamosi
|
427d11e7f5
|
fix conflicts
|
2019-04-10 06:27:40 +02:00 |
|
Gabor Kiss-Vamosi
|
c4f8e5f8be
|
run clang format
|
2019-04-10 06:23:30 +02:00 |
|
Themba Dube
|
ea7c82f478
|
Fix warnings reported in #1008
|
2019-04-09 16:18:04 -04:00 |
|
Gabor Kiss-Vamosi
|
5edb1dd38a
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-04-09 15:24:25 +02:00 |
|
Gabor Kiss-Vamosi
|
ef0e0f812f
|
lv_win, lv_tabview: set screen size by default
|
2019-04-09 15:24:20 +02:00 |
|
Themba Dube
|
67ff40afd0
|
Enable LV_DRAG_DIR_ALL by default in object initializer
It was previously enabled by `lv_obj_set_drag`.
|
2019-04-09 09:00:41 -04:00 |
|
Themba Dube
|
5db6b73725
|
Change lv_drag_direction_t to lv_drag_dir_t and update documentation
|
2019-04-05 08:48:39 -04:00 |
|
Themba Dube
|
789e7a3a12
|
Add lv_obj_set_drag_dir and lv_obj_get_drag_dir
|
2019-04-04 21:51:13 -04:00 |
|
melnse
|
bc8cd2068e
|
Realized alternative version of extended clickable area: "USE_LV_EXTENDED_CLICKABLE_AREA_TINY". It doesn't store extended coordinates, but calculates them on the fly. Also ext_paddings changed from lv_area to two uint8_t in both versions.
|
2019-04-04 14:14:40 +03:00 |
|