Gabor Kiss-Vamosi
|
638666f685
|
fix include in lv_api_map.h
|
2019-12-21 20:36:19 +01:00 |
|
Gabor Kiss-Vamosi
|
7175231aab
|
tileview: call drag_end_handler only if it was dragging
|
2019-12-21 20:27:01 +01:00 |
|
Gabor Kiss-Vamosi
|
1441601e3e
|
list layout fixes
|
2019-12-21 20:25:30 +01:00 |
|
Gabor Kiss-Vamosi
|
de1683a4ec
|
children inherit obj state
|
2019-12-19 23:16:53 +01:00 |
|
Gabor Kiss-Vamosi
|
c2d254ff2d
|
Merge pull request #1317 from littlevgl/dd_num_options
Add public API for retrieving option_cnt from ddlist/roller
|
2019-12-19 23:14:17 +01:00 |
|
Gabor Kiss-Vamosi
|
374657c1be
|
new_style: integrate label
|
2019-12-19 22:44:18 +01:00 |
|
Themba Dube
|
0a3a8cc2d6
|
Remove leftover debugging statements
|
2019-12-19 16:36:29 -05:00 |
|
Themba Dube
|
cba91119e3
|
Add public API for retrieving option_cnt from ddlist/roller
|
2019-12-19 16:34:10 -05:00 |
|
Themba Dube
|
73cb9d45d7
|
Fix improper position calculation for bar indicator
|
2019-12-19 16:21:39 -05:00 |
|
Gabor Kiss-Vamosi
|
ec0920d933
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2019-12-19 14:41:03 +01:00 |
|
Gabor Kiss-Vamosi
|
51e827776f
|
merge master
|
2019-12-19 14:38:36 +01:00 |
|
Gabor Kiss-Vamosi
|
5927de98d3
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2019-12-19 14:10:51 +01:00 |
|
Gabor Kiss-Vamosi
|
b01df265ee
|
lv_sw: fix knob size calculation
|
2019-12-19 14:10:36 +01:00 |
|
Gabor Kiss-Vamosi
|
c1db465256
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2019-12-19 11:15:00 +01:00 |
|
Gabor Kiss-Vamosi
|
8e5446c68f
|
add lv_anim_refr_now()
|
2019-12-19 11:14:51 +01:00 |
|
Gabor Kiss-Vamosi
|
446a318e6e
|
add obj and style state
|
2019-12-19 11:05:04 +01:00 |
|
Themba Dube
|
59441ea6a2
|
Merge remote-tracking branch 'origin/dev-7.0' into power_efficiency
|
2019-12-18 20:02:58 -05:00 |
|
Gabor Kiss-Vamosi
|
02ca70c691
|
new_style: implement generic style set/get functions
|
2019-12-17 09:20:40 +01:00 |
|
Gabor Kiss-Vamosi
|
fdd4a427f3
|
Merge pull request #1315 from xennex22/dev-7.0
Minor fixes for compiler
|
2019-12-16 18:51:50 +01:00 |
|
xennex22
|
226e566ebd
|
removed redundent test for NULL
|
2019-12-16 07:55:19 -08:00 |
|
xennex22
|
dd9d655b3d
|
removed redundent line
|
2019-12-16 07:54:26 -08:00 |
|
xennex22
|
9f447e8a4e
|
changed fn ptr return type from false to NULL
|
2019-12-16 07:53:18 -08:00 |
|
xennex22
|
63009588c0
|
removed unused function prototype
|
2019-12-16 07:51:07 -08:00 |
|
xennex22
|
92a0ef4be3
|
removed repeated line
|
2019-12-16 07:49:22 -08:00 |
|
xennex22
|
145864f872
|
made default kb maps const
also changed "Bksp" -> LV_SYMBOL_BACKSPACE
|
2019-12-16 07:48:40 -08:00 |
|
xennex22
|
f8c67bcc12
|
made lv_slider_draw_knob params const
|
2019-12-16 07:46:33 -08:00 |
|
Gabor Kiss-Vamosi
|
3429e58d3c
|
Merge pull request #1314 from ElFishle/master
Fix problem: letter space is not regarded in width calculation
|
2019-12-16 13:41:44 +01:00 |
|
hannes
|
5f4f516bef
|
Fix problem: letter space is not regarded in width calculation
|
2019-12-16 13:34:10 +01:00 |
|
Gabor Kiss-Vamosi
|
4405ab9cf7
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2019-12-16 06:14:55 +01:00 |
|
Gabor Kiss-Vamosi
|
1e4883ffc7
|
lv_page_creeate: fix false positive assert
|
2019-12-16 06:14:34 +01:00 |
|
Gabor Kiss-Vamosi
|
a101e9a3e5
|
initial version of new style system
|
2019-12-14 23:39:26 +01:00 |
|
Gabor Kiss-Vamosi
|
7567679a58
|
Merge pull request #1312 from patrykkrz/modification
Spinbox object - Cursor need shift to left after merge pull request #1220
|
2019-12-14 11:08:54 +01:00 |
|
Gabor Kiss-Vamosi
|
d7c74d6461
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2019-12-14 10:49:10 +01:00 |
|
Gabor Kiss-Vamosi
|
d6e4c2f50c
|
img_cache: for a match, besides src check style too
|
2019-12-14 10:49:06 +01:00 |
|
Patryk Krzywdziński
|
30539a51ec
|
Cursor need shift to left after merge pull request #1220
|
2019-12-13 15:46:55 +01:00 |
|
Gabor Kiss-Vamosi
|
b6b5b68d2c
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2019-12-11 08:57:37 +01:00 |
|
Gabor Kiss-Vamosi
|
f54ecc470c
|
fix text processing with negative letter space
|
2019-12-11 05:33:44 +01:00 |
|
Gabor Kiss-Vamosi
|
6f9d66843c
|
kb: fix deafult map
|
2019-12-11 05:17:30 +01:00 |
|
Themba Dube
|
6c64b29d26
|
Remove leftover debug statements
|
2019-12-10 20:12:24 -05:00 |
|
Themba Dube
|
5cbff436b4
|
Suspend the animation task if there are no running animations
|
2019-12-10 20:10:35 -05:00 |
|
Themba Dube
|
4cb5ab4a03
|
Suspend the refresh task if a refresh is not necessary
|
2019-12-10 20:09:40 -05:00 |
|
Themba Dube
|
d20c4bb26a
|
Consider LV_TASK_PRIO_OFF when finding the delay till next run required
|
2019-12-10 20:09:22 -05:00 |
|
Themba Dube
|
3b4f648468
|
Make lv_task_handler() return time remaining till next task needs to be run
|
2019-12-10 19:47:29 -05:00 |
|
Gabor Kiss-Vamosi
|
cdc2cf90ce
|
lv_color.h: fix Wconversion warnings
|
2019-12-10 15:06:26 +01:00 |
|
Gabor Kiss-Vamosi
|
efeec7d3b6
|
minor conversion fixes to eliminate warnings
|
2019-12-09 14:35:13 +01:00 |
|
Gabor Kiss-Vamosi
|
fc29f58754
|
fix _WIN64 test (has only on underscore)
|
2019-12-09 14:34:53 +01:00 |
|
Gabor Kiss-Vamosi
|
af29b39803
|
merge master
|
2019-12-09 14:28:16 +01:00 |
|
Gabor Kiss-Vamosi
|
338abb3862
|
kb: minor fixes
|
2019-12-09 13:47:20 +01:00 |
|
Gabor Kiss-Vamosi
|
503b95a514
|
Merge branch 'dev-7.0' into master
|
2019-12-09 13:32:11 +01:00 |
|
TridentTD
|
54220ffbf1
|
Refactor indev_search_obj into a public API (#1297)
* Add lv_indev_get_obj(...) for finding the topmost object under a point.
* Replace uses of indev_search_obj() with lv_indev_search_obj()
|
2019-12-08 21:21:56 +00:00 |
|