pete-pjb
06603a9c84
New functions for Check Box and a minor bug fix
...
Remove use of c++ keyword 'new' from function parameter in
lv_theme_set_base() function.
Add function lv_checkbox_set_state(lv_obj_t * cb, lv_btn_state_t state).
Add function lv_checkbox_get_state(const lv_obj_t * cb)
Update Change log.
2020-07-01 12:13:46 +01:00
Amir Gonnen
40daa7195d
lv_theme: add lv_theme_set_apply_cb ( #1616 )
2020-06-27 17:46:22 -04:00
Gabor Kiss-Vamosi
6971d603d2
add lv_theme_copy
2020-06-27 06:54:47 +02:00
Gabor Kiss-Vamosi
91f64c8662
Add lv_theme_set_base() to allow easy extension of built-in (or any) themes
2020-06-26 14:05:34 +02:00
Gabor Kiss-Vamosi
201d38c574
Add theme->apply_cb to replace theme->apply_xcb to make it compatible with the Micropython binding
2020-06-20 00:01:33 +02:00
Gabor Kiss-Vamosi
eda752ab94
add lv_theme_get_color_secondary
2020-05-25 11:49:04 +02:00
Gabor Kiss-Vamosi
5007e52fb6
minor renames for Micropython binding
2020-04-17 13:34:27 +02:00
Gabor Kiss-Vamosi
e5254bdfef
theme updates
2020-04-14 09:55:11 +02:00
Gabor Kiss-Vamosi
1b690e6238
renames and minor fixes
2020-02-12 08:54:03 +01:00
Gabor Kiss-Vamosi
ed35420475
start to implement the new theme
2020-01-18 23:34:34 +01:00
Gabor Kiss-Vamosi
42b561fcdc
add style copy + minor refactoring
2020-01-16 21:25:11 +01:00
Gabor Kiss-Vamosi
c3dddda326
integrate table
2020-01-12 22:08:34 +01:00
Gabor Kiss-Vamosi
6344f5f204
integrate mbox
2020-01-10 14:20:10 +01:00
Gabor Kiss-Vamosi
6cbd2114e3
rename lv_style_value to lv_style_int
2020-01-06 22:14:04 +01:00
Gabor Kiss-Vamosi
9b757d30fc
theme improvments
2019-12-31 11:13:09 +01:00
Gabor Kiss-Vamosi
b0fbac3488
start the new theme system
2019-12-31 07:03:34 +01:00
Gabor Kiss-Vamosi
f7bc8c2328
theme: update group styles in lv_theme_set_current
2019-05-18 14:03:44 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00