user-0
36b47ba98d
FIX margin get function documentation
2019-03-24 00:07:16 +02:00
user-0
81696b85d0
FIXED: Add support for chart axes ticks and value labels / chart label.
2019-03-23 23:59:12 +02:00
user-0
db4f4f0360
FIXED/UPDATED: Add support for chart axes ticks and value labels / chart label.
2019-03-23 22:21:02 +02:00
Themba Dube
5565516e96
Fix off-by-one error in chart line drawing
2019-03-23 09:33:34 -04:00
Themba Dube
d479927e96
Make ddlist more aesthetic
2019-03-23 09:20:41 -04: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
25539b6606
Merge branch 'new_tabview_scroll' of github.com:littlevgl/lvgl into new_tabview_scroll
2019-03-22 21:27:01 -04:00
Gabor Kiss-Vamosi
13033c28d8
lv_page: fix scrl left padding
2019-03-23 01:05:41 +01:00
Themba Dube
e1f9462818
Add debug info to tabview
2019-03-22 19:19:03 -04:00
Themba Dube
6e48776abc
Merge branch 'dev-6.0' into new_tabview_scroll
2019-03-22 19:11:52 -04:00
Themba Dube
de04b39165
Remove use of 'const' in lv_btnm_set_one_toggle
2019-03-22 19:11:37 -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
0150586db7
fix conflicts
2019-03-22 22:39:02 +01:00
Themba Dube
f5aa26f7e1
Update one toggle feature based on review comments
2019-03-21 13:42:03 -04:00
Themba Dube
e7b4bef8ac
Add lv_btnm_set_one_toggle/lv_btnm_get_one_toggle functions
2019-03-20 18:33:33 -04:00
Gabor Kiss-Vamosi
47093d057e
Merge branch 'img_rotate' into dev-6.0
2019-03-20 16:01:09 +01:00
Gabor Kiss-Vamosi
c9cf1edc07
Merge branch 'insert' into dev-6.0
2019-03-20 16:00:20 +01:00
Gabor Kiss-Vamosi
e8a05aaa65
add LV_EVENT_INSERT and use it in Text Area
2019-03-20 15:59:41 +01:00
Gabor Kiss-Vamosi
a7735b85e9
canvas rotate: comment update
2019-03-20 09:15:56 +01:00
Gabor Kiss-Vamosi
fe4e95af2b
canvas: rotate updates
2019-03-20 09:02:55 +01:00
Gabor Kiss-Vamosi
11faf1df5f
lv_canvas: add image rotate (experimental)
2019-03-20 08:01:01 +01:00
Gabor Kiss-Vamosi
a83fdb39a8
LV_EVENT_SELECT: send ID instead of text
2019-03-20 06:08:01 +01:00
Gabor Kiss-Vamosi
58d375bc93
fix typo: LV_SIGNAL_CONTROLL -> LV_SIGNAL_CONTROL
2019-03-19 07:15:00 +01:00
Gabor Kiss-Vamosi
ee04c41da8
feat(event): add LV_EVENT_SELECTED, event data paramter and update lv_btnm API
2019-03-19 06:30:05 +01:00
Gabor Kiss-Vamosi
1927376fe5
move lv_utils to src/lv_misc
2019-03-18 16:17:32 +01:00
Gabor Kiss-Vamosi
02689fceab
solve conflicts
2019-03-18 16:09:52 +01:00
Gabor Kiss-Vamosi
615186c5d6
lv_kb: fix typo
2019-03-18 16:02:53 +01:00
embeddedt
9f37a9803d
Merge pull request #958 from manison/patch/fix-function-name-typo
...
Fix function name typo in btnm
2019-03-18 09:01:10 -04:00
manison
cc8119d0a7
lv_btnm: fix function name typo
2019-03-18 10:50:54 +01:00
Amir Gonnen
a9f807ac99
removed commented out function declarations
2019-03-18 10:00:09 +02:00
Amir Gonnen
85442c25c0
commented out functions without definition
...
Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
Ali Rostami
b84358dc7f
add invalid functions for new data lines
...
when we want to add set data by `lv_chart_set_next` to a chart in `LV_CHART_MODE_CIRCULAR` mode we don't need to invalidate the whole chart object so these functions are added to just invalidate the added data area.
2019-03-17 16:38:02 +03:30
Ali Rostami
6c1152ed0c
add update_mode to lv_chart_ext_t struct
2019-03-17 16:23:08 +03:30
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00