Gabor Kiss-Vamosi
1b5b2bfb4f
add real draw functions
2019-08-21 15:44:35 +02:00
Themba Dube
d5d8eb5afd
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-08-18 15:25:59 -04:00
Gabor Kiss-Vamosi
459bd81695
angle mask experiemnts
2019-08-16 22:37:34 +02:00
Gabor Kiss-Vamosi
bbb0d2f60e
lv_roller: fix misalignment when an other obj is cliked while rolling
2019-08-16 16:43:05 +02:00
Gabor Kiss-Vamosi
c23bdeca90
mask: performance improvments
2019-08-16 08:01:12 +02:00
Themba Dube
bdce05e20f
Merge branch 'master' into dev-6.1
2019-08-05 13:55:16 -04:00
Gabor Kiss-Vamosi
fd6d7119f5
indev: seng LV_EVENT_CLICK on if the object is not dragged
2019-07-26 13:22:09 +02:00
Gabor Kiss-Vamosi
5d44e66d42
format comments
2019-07-23 08:23:33 +02:00
Gabor Kiss-Vamosi
3977a33ac4
Merge branch 'master' into dev-6.1
2019-07-22 06:30:26 +02:00
Jan Van Winkel
9401353ccb
Pass disp->driver to rounder_cb in lv_inv_area
...
Pass pointer to disp->driver to rounder_cb in lv_inv_area instead of
pointer to disp_refr->driver as lv_inv_area is called when no refresh is
ongoing (lv_disp_drv_register).
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-07-19 18:07:50 +02:00
Gabor Kiss-Vamosi
cd0d311531
fix sending of DRAG_BEGIN/END siganls and events
2019-07-17 12:43:10 +02:00
Gabor Kiss-Vamosi
ea00b24cdf
add LV_STYLE_CREATE
2019-07-15 15:01:50 +02:00
Gabor Kiss-Vamosi
2f29a9f361
fix compiler errors
2019-07-08 13:00:27 +02:00
Themba Dube
1d53e5eaec
Move lv_obj_del_async to lv_obj.h
2019-07-06 15:48:18 -04:00
Themba Dube
5ae4b62f4d
Initial addition of asynchronous callbacks
2019-07-06 15:47:36 -04:00
Gabor Kiss-Vamosi
c021de5968
lv_obj_set_opa_scale: update comment
2019-07-05 07:19:09 +02:00
Gabor Kiss-Vamosi
50d134fa8c
remove user data set get from anims to allow LV_USE_USER_DATA 0
2019-07-03 00:05:12 +02:00
Gabor Kiss-Vamosi
9af89dd1b3
send FOCUS/DEFOCUS event if it was already sent by click focus too
2019-06-30 04:54:57 +02:00
Themba Dube
72cf43a176
Fix inadvertant commenting of signal
2019-06-28 08:36:53 -04:00
Themba Dube
2ecd0c4166
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-06-27 18:11:19 -04:00
Themba Dube
bbc9c886c6
Update Doxygen comments
2019-06-27 18:07:26 -04:00
Gabor Kiss-Vamosi
9dcc47ec33
Merge branch 'vla' into dev-6.0
2019-06-27 08:19:38 +02:00
Gabor Kiss-Vamosi
8f962a0464
run clang-formatter
2019-06-27 07:16:15 +02:00
Gabor Kiss-Vamosi
e1989c5706
minor theme updates
2019-06-26 17:51:14 +02:00
Gabor Kiss-Vamosi
e1a4590fe3
indev: don't set drag_in_prog if not moved
2019-06-26 17:51:03 +02:00
Gabor Kiss-Vamosi
b04367c702
remove all VLA and replave with lv_draw_get_buf
2019-06-26 16:53:50 +02:00
Gabor Kiss-Vamosi
f806f8c526
add lv_draw_free_buf
2019-06-26 15:56:41 +02:00
Gabor Kiss-Vamosi
5b150e57ab
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-26 15:45:08 +02:00
Gabor Kiss-Vamosi
977b74332c
night theme update
2019-06-26 15:45:01 +02:00
embeddedt
25c5c54b3b
Merge pull request #1118 from amirgon/dev-6.0
...
[v6.0] add an option to define hard coded resolution
2019-06-26 09:42:01 -04:00
embeddedt
cba7dfc51b
Revert "Long txt wrapping refactor"
2019-06-26 09:37:39 -04:00
Amir Gonnen
1ae0a68e55
[v6.0] add an option to define hard coded resolution
2019-06-26 01:14:38 +03:00
Gabor Kiss-Vamosi
721d056803
Merge pull request #1115 from joltwallet/long_txt
...
Long txt wrapping refactor
2019-06-25 17:13:30 +02:00
Gabor Kiss-Vamosi
4891f803fc
minor API updates
2019-06-25 15:14:47 +02:00
Brian Pugh
44b2197721
Mostly working long text; need to fix dangling newline and remove debugging code
2019-06-23 12:25:17 -07:00
embeddedt
7f7034f50f
Fix C++ issue reported in #1113
...
Fix conversion from void * to structure without cast
2019-06-23 12:48:58 -04:00
Gabor Kiss-Vamosi
68f28d1fda
add lv_img_cache
2019-06-20 18:43:03 +02:00
Gabor Kiss-Vamosi
e72ba9f11b
animation warning fixes
2019-06-20 06:20:23 +02:00
Gabor Kiss-Vamosi
d84e977218
fix callback conventions
2019-06-20 06:19:07 +02:00
Gabor Kiss-Vamosi
b9081cacef
lv_group: fix typo in comment
2019-06-18 06:08:44 +02:00
Gabor Kiss-Vamosi
760359fd5a
lv_fs: add 'lv_fs_drv_t * drv' as first paramter to the dirver funnction
2019-06-16 09:24:10 +02:00
Gabor Kiss-Vamosi
622c5deada
minor fixes
2019-06-16 07:51:36 +02:00
Gabor Kiss-Vamosi
71f00017af
remove LV_EVENT_SLECTED and use LV_EVENT_VALUE_CHANGED instead
2019-06-14 06:56:54 +02:00
Gabor Kiss-Vamosi
bceb46b813
improve callback conventions
2019-06-12 23:10:54 +02:00
Gabor Kiss-Vamosi
a2c9c72186
add LV_ANIM_ON/OFF
2019-06-11 13:51:14 +02:00
Gabor Kiss-Vamosi
288b972ce0
add LV_STYLE_XXX_MAIN if an object has only one style
2019-06-11 06:33:33 +02:00
Gabor Kiss-Vamosi
a1d2d631f0
Merge branch 'border_styles' into dev-6.0
2019-06-07 14:52:24 +02:00
Gabor Kiss-Vamosi
8254ee6661
rename lv_obj_adjust_coords to lv_obj_get_inner_coords
2019-06-07 14:52:14 +02:00
Gabor Kiss-Vamosi
dbb5f23cd6
lv_indev: use event instead of signal in feedback function
2019-06-06 23:42:51 +02:00
Gabor Kiss-Vamosi
23f842e462
run clag-format
2019-06-06 06:05:40 +02:00