Amir Gonnen
9b0fd97587
Small fixes required for Micropython binding ( #1479 )
2020-04-28 19:25:39 -04:00
Gabor Kiss-Vamosi
c80a4d194f
Merge branch 'dev-7.0' into speed/gpu
2020-04-27 14:53:17 +02:00
Gabor Kiss-Vamosi
43e873108a
introduce lv_anim_path_t to encapsulate the path cb
2020-04-27 11:51:18 +02:00
Gabor Kiss-Vamosi
930332ed99
indev: fix possible null pointer dereference
2020-04-26 10:18:49 +02:00
xennex22
e27ad279ba
Removed const from function parameter
2020-04-24 08:50:06 -07:00
xennex22
eb3287a75c
Removed const from function parameter
...
Otherwise an error is generated with some compilers. Passing a const parameter is the right way to do it, but all the obj and widget functions would need to be updated.
2020-04-24 08:49:37 -07:00
Gabor Kiss-Vamosi
d4384829c6
fix the addition of pressed and focused states
2020-04-24 12:34:17 +02:00
Gabor Kiss-Vamosi
d98362a60d
add disp_drv->wait_cb
2020-04-24 11:52:31 +02:00
Gabor Kiss-Vamosi
68f93723df
modify display size limits
2020-04-24 11:32:38 +02:00
Gabor Kiss-Vamosi
97adb25879
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-23 15:45:21 +02:00
Gabor Kiss-Vamosi
3b869b0258
replace all memset with lv_memset
2020-04-23 15:45:08 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Gabor Kiss-Vamosi
c149e5de54
fixes for encoder usage
2020-04-23 09:50:50 +02:00
embeddedt
d9f82dab53
Fix #1467 : check whether object type is not NULL
2020-04-22 10:10:57 -04:00
Gabor Kiss-Vamosi
50975c6140
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-18 21:26:49 +02:00
Gabor Kiss-Vamosi
b7cb6f9995
speed up lv_list_add_btn
2020-04-18 21:17:48 +02:00
embeddedt
40595e4052
Fix #1460 : incorrect type name for C++ macro
2020-04-17 21:03:19 -04:00
Gabor Kiss-Vamosi
f06038b9c8
fix build error after renames
2020-04-17 13:37:03 +02:00
Gabor Kiss-Vamosi
5007e52fb6
minor renames for Micropython binding
2020-04-17 13:34:27 +02:00
Gabor Kiss-Vamosi
db154bd820
minor fixes
2020-04-17 08:58:34 +02:00
Gabor Kiss-Vamosi
e54478343e
merge master
2020-04-14 14:57:04 +02:00
Gabor Kiss-Vamosi
742eb4f6c8
fix warnings
2020-04-14 11:06:56 +02:00
Gabor Kiss-Vamosi
e5254bdfef
theme updates
2020-04-14 09:55:11 +02:00
Gabor Kiss-Vamosi
634df1da8a
solve conflicts
2020-04-09 15:46:12 +02:00
Gabor Kiss-Vamosi
28e0b40e5e
introduce LV_DPX
2020-04-09 15:29:31 +02:00
Gabor Kiss-Vamosi
f3eb40ce2f
minor fixes
2020-04-09 15:29:06 +02:00
Gabor Kiss-Vamosi
2f6a1ca8bf
minor group related fixes
2020-04-09 12:25:50 +02:00
Gabor Kiss-Vamosi
3b81496cb5
Merge branch 'dev-7.0' of ../../../eclipse-workspace/lv_sim_eclipse_sdl_dev/lvgl into dev-7.0
2020-04-08 20:54:51 +02:00
Gabor Kiss-Vamosi
1ddf83a73c
minor fixes
2020-04-08 20:54:02 +02:00
Gabor Kiss-Vamosi
d04d5ab4d4
add initials version of margin (style property)
2020-04-08 11:12:06 +02:00
Gabor Kiss-Vamosi
3abd907404
fix lv_indev_set_button_points prototype
2020-04-07 14:26:44 +02:00
Themba Dube
e6c1c837f8
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-04-06 19:37:38 -04:00
Gabor Kiss-Vamosi
5d8798b514
Fix write of of buffer with true double buffering and set_px_cb
2020-04-03 11:38:56 +02:00
Gabor Kiss-Vamosi
6cf24f76e4
theme_init: report style change to all objects
2020-03-31 14:13:44 +02:00
Gabor Kiss-Vamosi
7d5acdcf33
theme: allow live theme update
2020-03-31 14:13:44 +02:00
Gabor Kiss-Vamosi
f545db3117
minor fixes
2020-03-29 22:00:48 +02:00
Gabor Kiss-Vamosi
58fc703dba
add lv_disp_flush_is_last()
2020-03-27 08:47:52 +01:00
Samuel
e655373df2
Fix a null indev input in lv_indev_wait_release()
...
Will crash on calling while no indev returned conditions, such as delayed for an deletion of objects automatically when idle(no interactive inputs).
Perhaps we will think of that it is "your" responsibility to check before calling. well, I think it may not be easy for the one who does not familar with the library, and I stucked here and debug for hours.
2020-03-26 14:08:25 +08:00
Gabor Kiss-Vamosi
ba1639848d
reduce CPU load of PERF_MONITOR
2020-03-25 16:09:30 +01:00
Gabor Kiss-Vamosi
bb0c5a968c
run formatter
2020-03-24 10:13:52 +01:00
Gabor Kiss-Vamosi
2d3ad7f99f
fix obj_del_core
2020-03-21 00:37:41 +01:00
Gabor Kiss-Vamosi
6b3aa73c17
fix lv_obj_del
2020-03-21 00:31:24 +01:00
Gabor Kiss-Vamosi
ac67cad801
remove lv_obj.c/delete_children as it was very similar to lv_obj_del
...
Ref: https://forum.littlevgl.com/t/lv-obj-del-lv-event-delete-ordering/1859
2020-03-20 13:41:47 +01:00
Gabor Kiss-Vamosi
3e5275708e
add custom memset and optimize masked belnding
2020-03-20 10:35:50 +01:00
Gabor Kiss-Vamosi
8867df8f18
fix conflict
2020-03-19 09:34:11 +01:00
Gabor Kiss-Vamosi
530807eca1
minor fixes
2020-03-19 09:32:42 +01:00
Gabor Kiss-Vamosi
f8c8c75361
dropdown: fixes with RTL basedir
2020-03-16 16:23:14 +01:00
Gabor Kiss-Vamosi
fd302d259e
obj positiong fixes with RTL base dir
2020-03-16 16:07:52 +01:00
Gabor Kiss-Vamosi
8cdc8bf6fc
group related fixes
2020-03-10 22:11:17 +01:00
Gabor Kiss-Vamosi
5ef87d7359
group related fixes
2020-03-10 20:55:44 +01:00