Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Zaltora
|
589e7f28e0
|
refactoring enum declaration
|
2018-09-18 13:59:40 +02:00 |
|
Gabor Kiss-Vamosi
|
5a301bff76
|
Merge pull request #406 from fallstool/dev-5.2
Update lv_win.h
|
2018-09-13 22:56:12 +02:00 |
|
fallstool
|
4479080864
|
Update lv_win.h
arm cross compile error: invalid conversion from void* to lv_win_ext_t*
|
2018-09-13 16:41:59 +08:00 |
|
Gabor Kiss-Vamosi
|
73695aa413
|
lv_arc: use line styles
|
2018-09-13 00:57:20 +02:00 |
|
Gabor Kiss-Vamosi
|
a89548ed48
|
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
|
2018-09-11 15:33:18 +02:00 |
|
Gabor Kiss-Vamosi
|
4b25f24175
|
lv_win: revert the delete of page (content) specific API function
|
2018-09-10 21:30:25 +02:00 |
|
Gabor Kiss-Vamosi
|
c84f114dd6
|
rename lv_...clear to lv_..._clean
|
2018-09-07 17:09:09 +02:00 |
|
Gabor Kiss-Vamosi
|
f6173cdb0d
|
rename lv_..._clean to lv_..._clear
|
2018-09-03 14:43:43 +02:00 |
|
Gabor Kiss-Vamosi
|
d8d583ee57
|
lv_win:get_contet added instead of lv_page wrappers
|
2018-08-26 15:55:22 +02:00 |
|
Gabor Kiss-Vamosi
|
1fa580f6f0
|
lv_page: add LV_SB_MODE_HIDE/UNHIDE and use it in ddlist
|
2018-08-10 01:04:20 +02:00 |
|
Gabor Kiss-Vamosi
|
b352e67088
|
add lv_page_scroll_up/down() and lv_win_scroll_up/down()
|
2018-08-04 21:48:40 +02:00 |
|
Gabor Kiss-Vamosi
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +02:00 |
|
Gabor Kiss-Vamosi
|
a6ee4a680c
|
move lv_fonts from lv_misc next to lv_misc
|
2018-07-07 12:21:36 +02:00 |
|
Gabor Kiss-Vamosi
|
90679c2cf5
|
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
|
2018-07-07 11:53:22 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|
Benjamin Artes
|
75a43a536c
|
Adds sub-object specific clean functions to prevent breaking with lv_obj_clean
|
2018-03-16 11:53:27 -04:00 |
|
Gabor Kiss-Vamosi
|
a11957d0b4
|
new font and anti-alising system release for test
|
2018-02-23 13:56:32 +01:00 |
|
Gabor Kiss-Vamosi
|
ec19ceb22f
|
typo fixes
|
2018-01-30 14:48:35 +01:00 |
|
Gabor Kiss-Vamosi
|
514d2b38b4
|
lv_obj folder rename to lv_core
|
2017-11-30 11:35:49 +01:00 |
|
Gabor Kiss-Vamosi
|
c890dc8d43
|
use only relative include paths
|
2017-11-26 23:58:05 +01:00 |
|
Gabor Kiss-Vamosi
|
1fcda8092e
|
rename a lot of functions in lv_misc
|
2017-11-23 21:28:36 +01:00 |
|
Gabor Kiss-Vamosi
|
a006082a47
|
rename enums to be general (e.g. lv_cont_layout_t -> lv_layout_t)
|
2017-11-18 00:18:19 +01:00 |
|
Gabor Kiss-Vamosi
|
350ceddf3f
|
name fixes
|
2017-11-15 21:06:44 +01:00 |
|
Gabor Kiss-Vamosi
|
0dbc0f0442
|
lv_btn_set_styles() revert to set all styles paramter list
|
2017-10-31 16:25:52 +01:00 |
|
Gabor Kiss-Vamosi
|
bf1903d17b
|
API updates
|
2017-10-20 15:37:50 +02:00 |
|
Gabor Kiss-Vamosi
|
2ea1af59b9
|
further style renames + remove LV_DOWNSCALE
|
2017-10-20 10:17:02 +02:00 |
|
Gabor Kiss-Vamosi
|
a5c85244a7
|
dispi->indev rework and integration
|
2017-10-09 15:21:26 +02:00 |
|
Gabor
|
64852194ea
|
use relative includes where it is possible
|
2017-08-23 14:39:09 +02:00 |
|
Kiss-Vamosi Gabor
|
7fab8564d0
|
header udated with __cplusplus define
|
2017-07-09 15:32:49 +02:00 |
|
Gabor
|
da1f4e8e2f
|
minor updates
|
2017-05-12 16:09:37 +02:00 |
|
Gabor
|
9edaf13c68
|
minor updates during tests
|
2017-04-28 16:12:35 +02:00 |
|
Gabor
|
e07abd8ad6
|
review: bugfixes, minor updates
|
2017-04-21 09:15:39 +02:00 |
|
Gabor
|
d93844bdd8
|
lv_rect renamed to lv_cont (container)
|
2017-04-13 16:12:03 +02:00 |
|
Gabor
|
f431f262be
|
Apply the new style system on the applications too
|
2017-04-13 13:34:57 +02:00 |
|
Gabor
|
6116e83815
|
New style system introduced! Still not applied to apps
|
2017-04-13 10:20:35 +02:00 |
|
Gabor
|
4c14c4c762
|
BIG UPDTAE: Style renames in the whole library
|
2017-04-10 11:33:38 +02:00 |
|
Gabor
|
6abcbe01cd
|
lv_win: lv_win_close_action bugfix
|
2017-02-06 16:10:47 +01:00 |
|
Kiss-Vamosi Gabor
|
79885c70fc
|
lv_objx: header file documentation updates
|
2017-01-14 23:54:16 +01:00 |
|
Kiss-Vamosi Gabor
|
39af8d8252
|
Update the function documentation in the header files
|
2017-01-13 23:27:49 +01:00 |
|
Gabor
|
2eaaa5b36d
|
lv_win: inherited from lv_page
|
2017-01-03 17:10:19 +01:00 |
|
Gabor
|
3d399ad842
|
Adding dependency check to oject types
|
2017-01-02 10:48:21 +01:00 |
|
Kiss-Vamosi Gabor
|
f259f6ca6d
|
lv_action_t added independently from lv_btn, page rel/pr action added, lv_app_kb basics
|
2016-12-18 22:07:03 +01:00 |
|
Kiss-Vamosi Gabor
|
6d85a9c086
|
App style added + minor mods
|
2016-12-17 10:50:28 +01:00 |
|
Kiss-Vamosi Gabor
|
6cb16b4dc2
|
mbox added (styles are missing) + minor bugfixes
|
2016-12-16 07:41:34 +01:00 |
|
Gabor
|
2eefe1a231
|
Minor fixes
|
2016-12-15 10:31:30 +01:00 |
|
Gabor
|
ee80e1f98a
|
lv_win added + bugfixes
|
2016-10-07 17:33:35 +02:00 |
|