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
Brian Pugh
e49de22941
lv_draw_line: Fixed a warning by wrapping unused antialiasing variables in LV_ANTIALIAS
2019-04-20 18:34:56 -07:00
embeddedt
9c708d6f4d
Merge pull request #1032 from littlevgl/t_minor_fixes
...
Minor fixes for compiler warnings/-Werrors
2019-04-20 09:09:06 -04:00
Themba Dube
e9d2191463
Remove lv_area_ext_is_point_on
2019-04-20 09:07:54 -04:00
Themba Dube
95fc629aa5
Rename "dot" union in lv_label
2019-04-20 09:05:36 -04:00
Gabor Kiss-Vamosi
8675a345b4
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-20 06:37:24 +02:00
Gabor Kiss-Vamosi
b5898a750e
ddlist: fiy scrollable width
2019-04-20 06:37:06 +02:00
Gabor Kiss-Vamosi
1b1df9f931
Merge pull request #1030 from upbeat27/ddlist_fix
...
ddlist: fix animation complete not always clearing selection highlight
2019-04-20 06:29:12 +02:00
Gabor Kiss-Vamosi
755f68c87b
remove HOVER events
2019-04-20 06:24:00 +02:00
Gabor Kiss-Vamosi
cdb6f1fdd7
lv_btnm: add comments
2019-04-20 06:04:38 +02:00
Themba Dube
d6ef684867
Fix accidental removal of newlines from lv_conf_template.h
2019-04-19 15:23:41 -04:00
Themba Dube
7419900508
Minor fixes for compiler warnings/-Werrors
2019-04-19 15:20:51 -04:00
seyyah
4454683ff0
FIXME note added
2019-04-19 11:35:02 +03:00
Gabor Kiss-Vamosi
5353dae027
lv_kb: fix sending APPLY and CANCEL events
2019-04-19 07:37:57 +02:00
Gabor Kiss-Vamosi
850693a840
ddlist label align fixes
2019-04-19 07:28:48 +02:00
Gabor Kiss-Vamosi
9fc1423ef7
ddlist: fix setting of width settings
2019-04-19 07:15:39 +02:00
Gabor Kiss-Vamosi
a983dfa80a
lv_tabview: realaign the tabview on every new tab
2019-04-19 06:40:06 +02:00
Gabor Kiss-Vamosi
5d65def464
Merge branch 'dev-6.0' of https://github.com/seyyah/lvgl into seyyah-dev-6.0
2019-04-19 06:25:43 +02:00
Gabor Kiss-Vamosi
0ad121865c
lv_page: improve repostion of new children
2019-04-19 06:10:01 +02:00
Gabor Kiss-Vamosi
8f7e01fc1a
add reserved bits to lv_obj_t
2019-04-19 05:57:05 +02:00
Gabor Kiss-Vamosi
82c57e0ceb
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-19 05:46:13 +02:00
Gabor Kiss-Vamosi
a2cb299c0c
add LV_EVENT_DELETE
2019-04-19 05:46:02 +02:00
Gabor Kiss-Vamosi
702ca86879
Merge pull request #1020 from joltwallet/ram_optim
...
RAM optimizations
2019-04-19 05:45:13 +02:00
Gabor Kiss-Vamosi
beeedfc1b2
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-19 05:32:31 +02:00
Gabor Kiss-Vamosi
dfb12a31f9
send DRAG_BEGINT/END events
2019-04-19 05:32:21 +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
Josh
b477a14fdf
ddlist: fix animation issues
...
The wrong animation function was used for the delete, and so the animation was never deleted.
Must force animation callback on delete, so that the correct selection highlighting is shown.
2019-04-18 12:26:40 -07:00
Josh
2abf55f4c4
ddlist: fix animation complete not always clearing selection highlight
2019-04-18 10:46:16 -07:00
Themba Dube
d0550b7feb
Include lv_conf.h in lv_area.h
2019-04-18 13:03:13 -04:00
Themba Dube
1181c07b76
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-04-18 11:36:30 -04:00
Themba Dube
6446f78aeb
Fix uniniitalized variable during display initialization (detected by Valgrind)
2019-04-18 11:35:57 -04:00
seyyah
a9036eb6b1
Tab button position LEFT and RIGHT: indic consistency
2019-04-18 18:28:15 +03:00
seyyah
b75688b317
Merge branch 'dev-6.0' of github.com:seyyah/lvgl into dev-6.0
2019-04-18 18:00:26 +03:00
seyyah
857a4e1406
Added tab button position LEFT and RIGHT
2019-04-18 18:00:11 +03:00
Gabor Kiss-Vamosi
ad1162922f
Merge pull request #1026 from upbeat27/dev-6.0
...
lv_group: fix lv_group_del not removing group from the group linked list
2019-04-18 09:51:33 +02:00
canardos
5a88709a5c
Change assignment to memcpy
2019-04-18 14:12:30 +08:00
Gabor Kiss-Vamosi
41fc80e96b
text_sel: minor fixes and renames
2019-04-18 07:11:43 +02:00
Gabor Kiss-Vamosi
9a711d9e88
add LV_LABEL_TEXT_SEL_OFF 0xFFFF
2019-04-18 06:45:45 +02:00
Josh
84d79bcf56
lv_group: fix lv_group_del not removing group from the group linked list
2019-04-17 16:00:31 -07:00
Gabor Kiss-Vamosi
1ba23100f6
update lv_conf_checker.h
2019-04-17 15:14:54 +02:00
Gabor Kiss-Vamosi
6148d498a9
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-17 15:00:45 +02:00
Gabor Kiss-Vamosi
0811096f21
lv_mem: fix comment typos
2019-04-17 15:00:31 +02:00
Gabor Kiss-Vamosi
de0037e7fe
Merge pull request #1023 from joltwallet/lv_label_anim
...
lv_label pause at beginning of LV_LABEL_LONG_ROLL animation.
2019-04-17 06:13:45 +02:00
Brian Pugh
ff6b6725a5
lv_label: Added initial delay to LV_LABEL_LONG_ROLL_CIRC
2019-04-16 08:50:35 -07:00
Brian Pugh
d7b193d3fc
lv_label: change to . Repeated header documentation in c file.
2019-04-15 22:03:12 -07:00
BrianPugh
c401481509
lv_obj.h re-added missing #if LV_USE_OBJ_REALIGN in lv_obj_t
2019-04-15 21:55:22 -07:00
Brian Pugh
eb70f39e42
lv_label pause at beginning of LV_LABEL_LONG_ROLL animation. Also expose the pause amount to lv_conf
2019-04-15 18:08:54 -07:00
BrianPugh
2c5b3fe223
Merge branch 'dev-6.0' into ram_optim
2019-04-15 07:56:08 -07:00
Gabor Kiss-Vamosi
619403ce48
Merge pull request #996 from GreyMS/dev-6.0
...
Realization of extended clickable area.
2019-04-15 16:08:59 +02:00