Gabor Kiss-Vamosi
|
1dfc11ef4f
|
tabview: fix slide navigation and auto-fits
|
2019-10-02 16:35:02 +02:00 |
|
Gabor Kiss-Vamosi
|
fa6ae44f0f
|
fix conflicts
|
2019-09-26 15:24:47 +02:00 |
|
Gabor Kiss-Vamosi
|
0a9eeba4e4
|
dubug: add asserts to every object type's API functions
|
2019-09-26 15:13:33 +02:00 |
|
Gabor Kiss-Vamosi
|
ede392b7c9
|
debug: add assterts to lv_obj and update signal functions
|
2019-09-26 10:51:54 +02:00 |
|
Gabor Kiss-Vamosi
|
5660181b81
|
debug: rework asserts
|
2019-09-24 23:14:17 +02:00 |
|
Gabor Kiss-Vamosi
|
366f958e1a
|
debug: add the basics of LV_DEBUG
|
2019-09-24 16:30:38 +02:00 |
|
Gabor Kiss-Vamosi
|
2c5dd5f3eb
|
lv_tabview: calculate with paddings
|
2019-09-20 10:57:20 +02:00 |
|
Gabor Kiss-Vamosi
|
fc88148e52
|
scroll prop fixes
|
2019-09-19 14:58:07 +02:00 |
|
Gabor Kiss-Vamosi
|
a79da64757
|
lv_page: add support to nested (chained) scroll propagation
|
2019-09-18 16:03:29 +02:00 |
|
Gabor Kiss-Vamosi
|
5d44e66d42
|
format comments
|
2019-07-23 08:23:33 +02:00 |
|
Gabor Kiss-Vamosi
|
a6b81d3da8
|
fixes when some features are disabled
|
2019-06-27 08:33:14 +02:00 |
|
Gabor Kiss-Vamosi
|
8f962a0464
|
run clang-formatter
|
2019-06-27 07:16:15 +02:00 |
|
embeddedt
|
ce7b183f50
|
Fix #1109
|
2019-06-21 12:37:00 -04:00 |
|
Gabor Kiss-Vamosi
|
4c1dbc63d2
|
lv_list_add -> lv_list_add_btn, event paramter removed from lv_list/win_add_btn
|
2019-06-21 15:26:28 +02:00 |
|
Gabor Kiss-Vamosi
|
7a0ccd74a8
|
animation warning fixes
|
2019-06-20 06:26:24 +02:00 |
|
Gabor Kiss-Vamosi
|
e72ba9f11b
|
animation warning fixes
|
2019-06-20 06:20:23 +02:00 |
|
Brian Pugh
|
625aaa25ff
|
Fixed compilation issues when animations are disabled
|
2019-06-19 09:08:47 -07:00 |
|
Gabor Kiss-Vamosi
|
3088849b63
|
minor API changes
|
2019-06-17 16:05:30 +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
|
23f842e462
|
run clag-format
|
2019-06-06 06:05:40 +02:00 |
|
Gabor Kiss-Vamosi
|
b174398cb5
|
merge new font API
|
2019-05-29 05:31:03 +02:00 |
|
Brian Pugh
|
cd1ad6eb3a
|
Wrapped remaining animation and edge_flash references in #if LV_USE_ANIMATION to save memory/space
|
2019-05-20 18:31:47 -07:00 |
|
Brian Pugh
|
a6f0afde4c
|
change some int16_t types to lv_anim_value_t for animation functions. use LV_USE_ANIMATION macros to remove unused variables when animation capabilities is disabled
|
2019-05-20 09:22:09 -07:00 |
|
Brian Pugh
|
80760c4669
|
Fix LV_OBJX_DEF_ANIM_TIME guards
|
2019-05-18 11:44:50 -07:00 |
|
Gabor Kiss-Vamosi
|
864c970ba3
|
font: add kerning support
|
2019-05-01 16:43:32 +02:00 |
|
Gabor Kiss-Vamosi
|
d8a17c483a
|
font: separate int. and fract. advanced width
|
2019-04-27 19:43:10 +02:00 |
|
Gabor Kiss-Vamosi
|
5321b9b62e
|
make the basics of the new font system work
|
2019-04-24 17:28:38 +02:00 |
|
Gabor Kiss-Vamosi
|
e2cfba7c9f
|
add user data where is was missing
|
2019-04-22 08:45:07 +02:00 |
|
seyyah
|
4454683ff0
|
FIXME note added
|
2019-04-19 11:35:02 +03:00 |
|
Gabor Kiss-Vamosi
|
a983dfa80a
|
lv_tabview: realaign the tabview on every new tab
|
2019-04-19 06:40:06 +02:00 |
|
seyyah
|
a9036eb6b1
|
Tab button position LEFT and RIGHT: indic consistency
|
2019-04-18 18:28:15 +03:00 |
|
seyyah
|
857a4e1406
|
Added tab button position LEFT and RIGHT
|
2019-04-18 18:00:11 +03:00 |
|
canardos
|
e6b7afccd2
|
Allow const lv_style_t objects
|
2019-04-11 19:59:55 +08:00 |
|
Gabor Kiss-Vamosi
|
3d4c784c3b
|
use [] in array argument of 'set' functions (#935)
|
2019-04-10 08:40:58 +02:00 |
|
Gabor Kiss-Vamosi
|
fb1ca3fb87
|
rename lv_obj_get_..._func to .._cb (#1011)
|
2019-04-10 06:40:55 +02:00 |
|
Gabor Kiss-Vamosi
|
c4f8e5f8be
|
run clang format
|
2019-04-10 06:23:30 +02:00 |
|
Gabor Kiss-Vamosi
|
c2653174f5
|
lv_kb, lv_btnm: add _array postfix if the parameter is an array
|
2019-04-10 06:23:30 +02:00 |
|
Gabor Kiss-Vamosi
|
ef0e0f812f
|
lv_win, lv_tabview: set screen size by default
|
2019-04-09 15:24:20 +02:00 |
|
Gabor Kiss-Vamosi
|
ba2160042a
|
run clang format
|
2019-04-04 07:15:40 +02:00 |
|
Gabor Kiss-Vamosi
|
41ee89e6d2
|
renames according to the new lv_conf_templ
|
2019-04-04 07:07:17 +02:00 |
|
Gabor Kiss-Vamosi
|
84ace67720
|
move INDEV settings from lv_conf.h to the indev driver
|
2019-04-02 12:15:35 +02:00 |
|
Gabor Kiss-Vamosi
|
438ae64502
|
fixes for #935
|
2019-03-29 16:13:28 +01:00 |
|
Themba Dube
|
a8dc1afe2c
|
Lock out horizontal swiping while vertical scrolling is in progress
|
2019-03-22 21:38:05 -04:00 |
|
Themba Dube
|
f0e423a71e
|
Remove debug information
|
2019-03-22 21:28:57 -04:00 |
|
Themba Dube
|
e1f9462818
|
Add debug info to tabview
|
2019-03-22 19:19:03 -04:00 |
|
Themba Dube
|
e32b40ecf1
|
Only start scrolling tabview horizontally if page is at edge
|
2019-03-22 19:08:21 -04:00 |
|
Gabor Kiss-Vamosi
|
a83fdb39a8
|
LV_EVENT_SELECT: send ID instead of text
|
2019-03-20 06:08:01 +01:00 |
|