Gabor Kiss-Vamosi
|
5916f1f5c4
|
lv_chart: minor fixes
|
2019-03-17 05:23:43 +01:00 |
|
Gabor Kiss-Vamosi
|
de9119a27d
|
Merge branch 'dev-6.0' into ali-rostami-master
|
2019-03-17 05:12:06 +01:00 |
|
Gabor Kiss-Vamosi
|
96f227e7e1
|
lv_roller.h: add missing declaration
|
2019-03-17 05:07:16 +01:00 |
|
Gabor Kiss-Vamosi
|
87117be081
|
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
|
2019-03-17 05:06:49 +01:00 |
|
Gabor Kiss-Vamosi
|
6d1be4cc11
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-03-17 04:55:36 +01:00 |
|
Gabor Kiss-Vamosi
|
9c499bdeae
|
lv_btnm: fix crash
|
2019-03-17 04:55:18 +01:00 |
|
Gabor Kiss-Vamosi
|
855832b574
|
lv_roller: add infinite option
|
2019-03-17 04:32:37 +01:00 |
|
Themba Dube
|
240744f9c9
|
Silence another pedantic warning
|
2019-03-16 08:58:52 -04:00 |
|
Ali Rostami
|
a624019943
|
changed LL_READ_BACK call to LV_LL_READ_BACK
as we don't have `LL_READ_BACK` function anymore. I changed it to `LV_LL_READ_BACK`.
|
2019-03-16 09:03:50 +03:30 |
|
Themba Dube
|
edb58cc61b
|
Name unnamed structs and remove duplicated semicolons
|
2019-03-15 19:41:54 -04:00 |
|
Gabor Kiss-Vamosi
|
1e763e6c5e
|
roller, ddlist: minor fixes
|
2019-03-15 22:51:49 +01:00 |
|
Gabor Kiss-Vamosi
|
51824b4316
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-03-15 22:19:41 +01:00 |
|
Gabor Kiss-Vamosi
|
92149e11a6
|
update tehemes with new padding
|
2019-03-15 22:19:21 +01:00 |
|
manison
|
43371a4980
|
remove unnecessary #include
|
2019-03-15 11:41:52 +01:00 |
|
Gabor Kiss-Vamosi
|
abf8cbfb92
|
Merge branch 'dev-6.0' into padding
|
2019-03-15 07:28:04 +01:00 |
|
Gabor Kiss-Vamosi
|
c9703af47e
|
to lv_cont_get_fit_width/height to lv_obj
|
2019-03-15 07:27:58 +01:00 |
|
Gabor Kiss-Vamosi
|
0b53f0f9ed
|
Merge branch 'master' into dev-6.0
|
2019-03-15 05:45:28 +01:00 |
|
Gabor Kiss-Vamosi
|
15baa59a8f
|
tileview fixes
|
2019-03-15 05:45:27 +01:00 |
|
Gabor Kiss-Vamosi
|
ee5976ce12
|
lv_kb: rename function and comment updates
|
2019-03-15 05:22:23 +01:00 |
|
Gabor Kiss-Vamosi
|
c3156db6b9
|
apply new padding in some themes
|
2019-03-15 05:10:43 +01:00 |
|
Gabor Kiss-Vamosi
|
e0aeed2e97
|
add more padding.bottom/top/right/left
|
2019-03-14 19:37:09 +01:00 |
|
Ali Rostami
|
22ad2e0ec1
|
adding lv_chart_draw_areas function
after adding this function it is possible to plot the area type chart too.
|
2019-03-14 11:18:53 +03:30 |
|
Ali Rostami
|
02e5ed8b16
|
adding area chart type
|
2019-03-14 11:11:48 +03:30 |
|
Gabor Kiss-Vamosi
|
250ef8b136
|
start to replace padding.hor/ver with top/bottom/left/right
|
2019-03-13 23:58:33 +01:00 |
|
Gabor Kiss-Vamosi
|
e8fdac41a9
|
lv_group_add_obj: do not add teh object if already added to this group
|
2019-03-13 22:18:16 +01:00 |
|
Gabor Kiss-Vamosi
|
b8f598112f
|
update lv_indev_enable to enable/disable an indev not a type
|
2019-03-13 22:08:20 +01:00 |
|
Gabor Kiss-Vamosi
|
095a159005
|
lv_tileview_set_tile_act: fix with no animation
It should the position of the scrollable but the size was set
|
2019-03-13 05:22:55 +01:00 |
|
Gabor Kiss-Vamosi
|
89d56e5723
|
KEYPAD, ENCODER: not send ENTER (process it in RELEASE signals)
|
2019-03-12 19:20:23 +01:00 |
|
Gabor Kiss-Vamosi
|
6967a8e52f
|
lv_page: fix arrow scroll
|
2019-03-12 15:17:28 +01:00 |
|
Gabor Kiss-Vamosi
|
3458b1bfb1
|
imporve ENCODER support by sending signals
|
2019-03-12 14:46:06 +01:00 |
|
Gabor Kiss-Vamosi
|
4e66afc65b
|
send signals with LEYPAD input devices
|
2019-03-12 14:29:37 +01:00 |
|
Gabor Kiss-Vamosi
|
4b3859f949
|
remove btnm, mbox, kb, tabview actions
|
2019-03-12 06:20:45 +01:00 |
|
Gabor Kiss-Vamosi
|
2bf4e080e4
|
remove lv_btnm_action to replace with generic event_cb
|
2019-03-11 06:18:44 +01:00 |
|
Gabor Kiss-Vamosi
|
2640727b29
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-03-09 05:51:46 +01:00 |
|
Gabor Kiss-Vamosi
|
52ee38d7c9
|
fix warnings
|
2019-03-09 05:51:33 +01:00 |
|
Gabor Kiss-Vamosi
|
2eaa579121
|
lv_ddlist: fix value revert on focus
|
2019-03-08 15:48:44 +01:00 |
|
Gabor Kiss-Vamosi
|
245a6ccae6
|
Merge branch 'dev-6.0' into master
|
2019-03-08 15:03:13 +01:00 |
|
Ali Rostami
|
e263dddde9
|
add declaration for offset getter functions.
|
2019-03-08 17:05:36 +03:30 |
|
Ali Rostami
|
4ab2e505fd
|
add 2 getter functions for offset attribute.
|
2019-03-08 17:02:56 +03:30 |
|
Gabor Kiss-Vamosi
|
a59a6880f0
|
lv_img_offset: invalidate img when offset changes
|
2019-03-08 11:53:34 +01:00 |
|
Gabor Kiss-Vamosi
|
363304f53e
|
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
|
2019-03-08 11:34:41 +01:00 |
|
Gabor Kiss-Vamosi
|
bff65c217d
|
remove lv_i18n
|
2019-03-08 08:32:17 +01:00 |
|
Gabor Kiss-Vamosi
|
bc1d71a1d1
|
event handling improvments
|
2019-03-07 00:42:08 +01:00 |
|
Gabor Kiss-Vamosi
|
702fb9565d
|
Add LV_ prefix to symbols and vhange USE_LV_... to LV_USE_...
|
2019-03-07 00:05:16 +01:00 |
|
Gabor Kiss-Vamosi
|
210de388d9
|
remove lv_ufs
|
2019-03-06 23:14:35 +01:00 |
|
Gabor Kiss-Vamosi
|
c4ca9870b0
|
group: add user_data
|
2019-03-06 23:14:19 +01:00 |
|
Gabor Kiss-Vamosi
|
3d4f823884
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-03-06 23:00:06 +01:00 |
|
Gabor Kiss-Vamosi
|
d9874ae0f4
|
marge master
|
2019-03-06 22:59:58 +01:00 |
|
Ali Rostami
|
0bce1876c1
|
declare lv_img_set_offset() with new params.
|
2019-03-06 17:35:14 +03:30 |
|
Ali Rostami
|
fc375fd115
|
define lv_img_set_offset() with new params
|
2019-03-06 17:33:14 +03:30 |
|