Gabor Kiss-Vamosi
|
77d43069e0
|
Merge pull request #951 from ali-rostami/master
add LV_CHART_MODE_CIRCULAR feature to chart objects.
|
2019-05-10 14:58:20 +02:00 |
|
Gabor Kiss-Vamosi
|
5b1f0caa8d
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-10 07:42:17 +02:00 |
|
Gabor Kiss-Vamosi
|
1cd4ac4aef
|
clag-format: incraese ColumnLimit to 120
|
2019-05-10 07:42:08 +02:00 |
|
Gabor Kiss-Vamosi
|
8b29a88b58
|
lv_btn: fix warning
|
2019-05-10 07:41:32 +02:00 |
|
Gabor Kiss-Vamosi
|
3079d2c6e6
|
Merge pull request #1058 from joltwallet/user_data_ptr
lv_obj_get_user_data_ptr
|
2019-05-09 20:02:23 +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 |
|
Ali Rostami
|
0442ffe6cb
|
keep the pressed_date after release
we shouldn't lose the pressed_date after the release and press lost
|
2019-05-09 10:21:50 +04:30 |
|
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
|
0f6f2accb6
|
draw_triange/line optimization: return if the coords are out of the mask
|
2019-05-09 06:03:25 +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
|
45c4970fc6
|
letter draw optimization
|
2019-05-07 05:40:01 +02:00 |
|
Gabor Kiss-Vamosi
|
1a70d98ba4
|
lv_roller: fix if clikced while animated
|
2019-05-04 07:53:31 +02:00 |
|
Gabor Kiss-Vamosi
|
f4c0055c5a
|
add lv_obj_move_foreground/background
|
2019-05-03 19:25:58 +02:00 |
|
Gabor Kiss-Vamosi
|
f6c60b8204
|
lv_draw_letter: fix coloe of pixelswith LV_OPA_COVER and LV_OPA_TRANSP
|
2019-05-03 15:43:56 +02:00 |
|
Gabor Kiss-Vamosi
|
73ef86f9a9
|
lv_obj_del: fix
|
2019-05-03 15:22:59 +02:00 |
|
Gabor Kiss-Vamosi
|
b7850e2584
|
fix warnings
|
2019-04-30 15:03:52 +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
|
12ee3b3504
|
kb: set default height to parent size / 2
|
2019-04-27 20:15:55 +02:00 |
|
Gabor Kiss-Vamosi
|
0892cbadc4
|
kb: set the size to screen by default
|
2019-04-27 19:26:49 +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
|
15c27c8a9b
|
kb: event fix
|
2019-04-27 11:01:14 +02:00 |
|
Gabor Kiss-Vamosi
|
630199d9a3
|
kb: event fix
|
2019-04-27 10:59:22 +02:00 |
|
Gabor Kiss-Vamosi
|
8dc2b36bf7
|
lv_canvas_mult_buf: fix with LV_COLOR_16_SWAP
|
2019-04-24 06:26:03 +02:00 |
|
Gabor Kiss-Vamosi
|
4b657eb07b
|
rename LV_TXT_ENC_ISO8859-1 to ..._ASCII
|
2019-04-24 06:13:50 +02:00 |
|
Gabor Kiss-Vamosi
|
1e5f690a45
|
lv_txt: do not call lv_font_get_width twice
|
2019-04-23 15:09:37 +02:00 |
|
Gabor Kiss-Vamosi
|
514e2baaca
|
make user data and callback name more consistent (Fixes #1036)
|
2019-04-23 14:56:40 +02:00 |
|
Ali Rostami
|
d7661e8bbc
|
minor fixes
|
2019-04-23 09:51:14 +04:30 |
|
Gabor Kiss-Vamosi
|
abd081da30
|
add LV_TXT_ENC to lv_conf.h and ISO8859-1 support
|
2019-04-23 06:42:26 +02:00 |
|
Gabor Kiss-Vamosi
|
9cd7de8ccd
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-04-23 05:59:46 +02:00 |
|
Gabor Kiss-Vamosi
|
5e60002a9b
|
lv_win: remove unused header style (Fixes #1041)
|
2019-04-23 05:59:19 +02:00 |
|
embeddedt
|
3860c115d4
|
Merge pull request #1042 from amirgon/dev-6.0
fix lv_conf.h include
|
2019-04-22 15:40:00 -04:00 |
|
Amir Gonnen
|
4a663c42d4
|
fix lv_conf.h include
|
2019-04-22 21:49:22 +03:00 |
|
embeddedt
|
2fbc082633
|
Merge pull request #1039 from seyyah/patch-1
Add lv_anim_user_data_t
|
2019-04-22 09:51:24 -04:00 |
|
seyyah
|
ca19f8f4ff
|
Add lv_anim_user_data_t
May be related to: Commit - [add user data where is was missing](e2cfba7c9f )
|
2019-04-22 16:14:29 +03:00 |
|
Gabor Kiss-Vamosi
|
9e3162080f
|
ddlist and roller fixes
|
2019-04-22 10:17:21 +02:00 |
|
Gabor Kiss-Vamosi
|
56fcd2d151
|
fix memory corruptions due to animation audates
|
2019-04-22 09:20:04 +02:00 |
|
Gabor Kiss-Vamosi
|
e2cfba7c9f
|
add user data where is was missing
|
2019-04-22 08:45:07 +02:00 |
|
Gabor Kiss-Vamosi
|
2d5183b05d
|
lv_kb: make controll buttons work on click instead of press
|
2019-04-22 06:00:50 +02:00 |
|
Gabor Kiss-Vamosi
|
4b43adaad1
|
lv_conf_template.h and lv_conf_checker.h update
|
2019-04-22 05:50:24 +02:00 |
|
Gabor Kiss-Vamosi
|
b4a632116e
|
Merge pull request #1027 from seyyah/dev-6.0
Added tab button position LEFT and RIGHT
|
2019-04-22 05:47:03 +02:00 |
|
embeddedt
|
c9c635ca3a
|
Merge pull request #1037 from joltwallet/aa
Fix Antialiasing compiler warning
|
2019-04-21 08:56:29 -04:00 |
|