Themba Dube
ea224d409e
Add lv_btnm_set_recolor/lv_btnm_get_recolor
2018-12-15 21:44:44 -05:00
Themba Dube
37761540d0
Fix warning in lv_table.c
2018-12-15 21:26:14 -05:00
Gabor Kiss-Vamosi
3b81dc2a55
lv_kb: bugfix update
2018-12-15 00:11:28 +01:00
Themba Dube
b1712325a7
Fix OK and close button symbols appearing in text area
2018-12-14 16:32:22 -05:00
Themba Dube
001f788631
Merge remote-tracking branch 'origin/dev-5.3' into embeddedt-dev-5.3
2018-12-14 16:01:58 -05:00
Gabor Kiss-Vamosi
6f1d0ef97b
fixes because of sending LV_SIGNAL_PRESSED in LV_GROUP_KEY_ENTER press
2018-12-14 10:33:18 +01:00
Gabor Kiss-Vamosi
964965be9d
Merge branch 'table' into dev-5.3
2018-12-13 17:42:14 +01:00
Gabor Kiss-Vamosi
4919f24985
lv_table updates
2018-12-13 17:41:59 +01:00
Gabor Kiss-Vamosi
1e23df926c
lv_table updates
2018-12-13 17:38:27 +01:00
Themba Dube
1ccec72f8c
Move ifdef guard around lv_sw_set_anim_time
2018-12-12 20:15:09 -05:00
Themba Dube
bd38e5a7f2
Merge branch 'dev-5.3' into embeddedt-dev-5.3
2018-12-12 20:04:45 -05:00
Gabor Kiss-Vamosi
6c552e8447
ta: fix cursor draw with LV_TXT_UTF8 == 0
2018-12-12 23:45:06 +01:00
Gabor Kiss-Vamosi
a7bc41b528
ddlist and roller delete fix
2018-12-12 09:08:10 +01:00
Themba Dube
a2a03d8d53
Merge remote-tracking branch 'origin/master' into dev-5.3
2018-12-11 07:34:09 -05:00
Martin Herancourt
e60482ca0e
minor fixes
2018-12-11 10:21:22 +01:00
Themba Dube
42a8c59886
Handle USE_LV_ANIMATION being disabled in lv_page and lv_sw
2018-12-10 15:35:57 -05:00
Themba Dube
f504d01644
Add lv_ddlist_set_align and lv_ddlist_get_align
2018-12-09 20:51:32 -05:00
embeddedt
e084fb022b
Merge pull request #607 from aenchevich/dev-5.3
...
lv_roller_set_align and some minor bug fixes
2018-12-09 20:41:15 -05:00
embeddedt
3fc3c9d0cf
Merge pull request #604 from turoksama/dev-5.3
...
Add ability to have only one button selected on a list at a time
2018-12-09 20:32:42 -05:00
Themba Dube
e5dabf716a
Rename btn_single_selected_mode
to single_mode
2018-12-09 20:30:36 -05:00
Themba Dube
429dca127d
Fix compilation error in lv_chart
2018-12-08 09:59:56 -05:00
Themba Dube
303f55f3a3
Merge remote-tracking branch 'upstream/dev-5.3' into dev-5.3
2018-12-08 09:31:47 -05:00
Themba Dube
648c3430ef
Add bool single_selected_mode
to lv_list_ext_t
2018-12-08 09:22:41 -05:00
Alexander
50fe1ba14d
lv_roller_set_align / lv_roller_get_align funcs (user can align the Options: left, right or center)
2018-12-07 15:11:24 +02:00
Samuel
c7846c827b
Update lv_list.c
...
Use setter function enable/disable single selected mode.
2018-12-07 15:22:07 +08:00
Samuel
be8d241e06
Update lv_list.h
2018-12-07 15:21:35 +08:00
Alexander
64a2a85077
Compilation error fixes
2018-12-05 11:28:16 +02:00
Samuel
cde5f31135
Update lv_list.h
2018-12-03 19:45:47 +08:00
Samuel
7da01d8683
Update lv_list.c
2018-12-03 19:44:58 +08:00
Gabor Kiss-Vamosi
ccea31d3ab
Merge branch 'master' into dev-5.3
2018-12-02 16:49:13 +01:00
Gabor Kiss-Vamosi
aebe5c1dfc
lv_img_set_src: bugfix
2018-12-02 16:48:50 +01:00
Gabor Kiss-Vamosi
7d7a85c78f
lv_chart:fixes
2018-12-02 09:37:24 +01:00
Gabor Kiss-Vamosi
28c4599436
Merge branch 'master' of https://github.com/stheil/lvgl into stheil-master
2018-12-02 09:07:34 +01:00
Stefan Theil
8e10f79075
lv_chart: Use circular buffer to avoid memcopy for every new data point
...
This makes the cost of adding a data point independent of array size.
Changing the array size is more complicated, but that will most likely
happen a lot less than adding a data point.
2018-11-29 22:03:56 +01:00
Gabor Kiss-Vamosi
1e19574645
lv_table: fix
2018-11-29 10:02:34 +01:00
Gabor Kiss-Vamosi
e7058e9135
table updates
2018-11-29 08:52:21 +01:00
Gabor Kiss-Vamosi
c1140ec6a7
begin lv_table
2018-11-28 22:02:51 +01:00
Gabor Kiss-Vamosi
47127e9e4e
tileview updates
2018-11-28 20:54:23 +01:00
embeddedt
097a0c4a90
Merge pull request #586 from embeddedt/win_drag
...
Add `lv_win_set_drag` and `lv_win_get_drag`
2018-11-26 07:18:41 -05:00
Gabor Kiss-Vamosi
916c6b3b2f
Merge pull request #585 from kisvegabor/tileview
...
Tileview: new object type
2018-11-26 10:33:48 +01:00
Gabor Kiss-Vamosi
e82638fa03
Merge pull request #569 from littlevgl/imgbtn_update
...
lv_imgbtn: add tiling (repeated center) feature
2018-11-26 10:33:23 +01:00
Themba Dube
47ec7141ac
Merge branch 'dev-5.3' into win_drag
2018-11-25 21:34:51 -05:00
Themba Dube
4bde73d7a9
Add lv_win_set_drag
and lv_win_get_drag
2018-11-25 21:31:54 -05:00
Gabor Kiss-Vamosi
a9eb9f9ea5
tileview asn scroll propagation improvments
2018-11-25 19:40:19 +01:00
Gabor Kiss-Vamosi
2cda0fc1fe
Merge branch 'page_flash' of https://github.com/kisvegabor/lvgl into tileview
2018-11-25 12:02:28 +01:00
Gabor Kiss-Vamosi
c62cd4dfcb
lv_tileview: add the new object type
2018-11-25 12:02:16 +01:00
Gabor Kiss-Vamosi
c37cd19a23
page edge flah updates
2018-11-25 09:54:13 +01:00
Gabor Kiss-Vamosi
dd8f1c7b38
lv_page: add edge flash animation
2018-11-24 20:31:06 +01:00
Gabor Kiss-Vamosi
f6fb219ab2
lv_calendar: day names padding update
2018-11-24 09:38:10 +01:00
Gabor Kiss-Vamosi
6a2b4a81b5
Merge branch 'dev-5.3' of https://github.com/turoksama/lvgl into dev-5.3
2018-11-24 09:31:18 +01:00