Gabor Kiss-Vamosi
|
4f8e3a38b3
|
feat(list, win) remove event_cb paramter from *_add_btn() functions
It was difficult to handle in the Micropython binding and the user can add events to the returned button in a more flexible way
|
2021-05-13 00:42:52 +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
|
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
|
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
|
376da66dab
|
feat(layout): automatically update the screen's layout in lv_obj_scroll_to_view
|
2021-03-03 21:10:49 +01:00 |
|
Gabor Kiss-Vamosi
|
0d38d100c2
|
feat(layout): add deferred layout recalculation
|
2021-03-03 20:15:21 +01:00 |
|
Gabor Kiss-Vamosi
|
1b79a5ae32
|
fix(obj): swap lv_obj_move_forground/background
|
2021-03-01 12:12:18 +01:00 |
|
Gabor Kiss-Vamosi
|
16b9e3fd96
|
minor fixes
|
2021-03-01 12:04:19 +01:00 |
|
Gabor Kiss-Vamosi
|
1e22db2c2c
|
minor fixes
|
2021-02-28 14:18:32 +01:00 |
|
Gabor Kiss-Vamosi
|
bdef0c3b8b
|
feat(obj): add LV_OBJ_FLAG_FLOATING and lv_obj_has_flag_any
|
2021-02-28 14:18:32 +01:00 |
|