Gabor Kiss-Vamosi
08a1b04fdf
feat(style) add user_data paramter to lv_style_transition_dsc_init
2021-05-12 12:57:12 +02:00
Gabor Kiss-Vamosi
f5c70a06db
docs(examples) fix some examples
2021-05-07 21:23:09 +02:00
Gabor Kiss-Vamosi
4de1d745b6
fix warnings
2021-05-03 14:42:44 +02:00
Gabor Kiss-Vamosi
10c1dcb43c
fix(obj style) minor fixes on style transitions
2021-05-03 14:30:57 +02:00
Gabor Kiss-Vamosi
5d4c9fac83
fix(include) remove unused stdio includes
2021-04-24 17:27:41 +02:00
Gabor Kiss-Vamosi
070df61eb2
refactor(color) refactor the palette API
2021-04-23 12:46:14 +02:00
Gabor Kiss-Vamosi
a9bedcf335
minor fixes
2021-04-23 11:34:59 +02:00
Gabor Kiss-Vamosi
4324cf72f3
refactor(style, obj) lv_obj_get_width/height_fit -> lv_objget_get_content_width/height, style_tranform_x/y -> style_translate_x/y
2021-04-20 21:08:16 +02:00
Gabor Kiss-Vamosi
bbfcb2454e
feat(event) add event filter to lv_event_send
2021-04-19 11:15:28 +02:00
Gabor Kiss-Vamosi
da367337c9
feat(anim) remove lv_anim_path_t and use a callback directly
...
lv_anim_path_t was required for the MicroPython binding becase the callback couldn't attached dircetly to the styles
However, in v8, path_cb is used in the style transitons which has user_data and that user data is passed to the transition animation. Hence the path_cb sees the the same user data during the animaton as when it was registered to the transiton.
2021-04-17 20:50:10 +02:00
Gabor Kiss-Vamosi
422c9e5bd6
feat(event) rework the prototype of lv_event_cb
...
It encapsulates all event related parameters into a single lv_event_t obejct.
2021-04-14 15:31:54 +02:00
Gabor Kiss-Vamosi
20803031e8
fix(test) fix tests
2021-04-08 13:07:48 +02:00
Gabor Kiss-Vamosi
663bcfd030
api(style) add lv_style_selector_t instead of lv_part_t and lv_state_t in style API
2021-03-31 19:57:14 +02:00
Gabor Kiss-Vamosi
722f1ca689
fix(obj) force layout recalculation on style change
2021-03-29 18:24:23 +02:00
Gabor Kiss-Vamosi
415c114be6
fix(align) refresh position on size change
2021-03-25 20:53:45 +01:00
Gabor Kiss-Vamosi
400bb9e02d
remove debug code
2021-03-25 20:29:19 +01:00
Gabor Kiss-Vamosi
63bc72e53a
minor fixes
2021-03-25 19:59:23 +01:00
Gabor Kiss-Vamosi
a2f3022188
api(align) save align in style and handle x/y according to it
2021-03-25 16:14:17 +01:00
Gabor Kiss-Vamosi
53f3cc1827
api(style) remove content style proeprties
2021-03-25 13:36:50 +01:00
Gabor Kiss-Vamosi
b7becbbb22
feat(style): store layout and position coordinates as style properties
...
related to #2152
2021-03-24 15:38:53 +01:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
8a7f9cb131
fix(style): use struct as color filter instead of pure callback for Micropython compatibility
2021-02-24 15:12:36 +01:00
Gabor Kiss-Vamosi
cbfbcb47f9
feat(color): use colors from material design
...
Use function instead of color macros
2021-02-23 15:03:06 +01:00
Gabor Kiss-Vamosi
ca4f11e9f4
add the prototypes of the examples
2021-02-19 18:19:32 +01:00
Gabor Kiss-Vamosi
02c19eacab
fix warnings and make tests working
2021-02-14 22:07:38 +01:00
Gabor Kiss-Vamosi
bb08660cb6
minor fixes
2021-02-14 14:56:34 +01:00
Gabor Kiss-Vamosi
7bec13c2b9
update asserts
2021-02-08 09:53:03 +01:00
Gabor Kiss-Vamosi
956a367dbc
refactoring
2021-02-07 22:39:54 +01:00
Gabor Kiss-Vamosi
063d17d842
rework widgets, refactoring, fixes
2021-02-07 12:37:37 +01:00
Gabor Kiss-Vamosi
8a1af8646f
add lv_components as src/extra and minor fixes
2021-02-04 14:46:11 +01:00