Liam
|
1d14386b99
|
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names (#6068)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2024-08-02 07:46:42 +02:00 |
|
Gabor Kiss-Vamosi
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
f753265a79
|
arch(draw): add parallel rendering architecture
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
2023-07-05 13:05:19 +02:00 |
|
Gabor Kiss-Vamosi
|
124f9b0f9f
|
arch(driver): new driver architecture with new color format support
|
2023-02-20 20:50:58 +01:00 |
|
Gabor Kiss-Vamosi
|
4a766c516d
|
example(slider): make lv_example_slider_3 work with dark theme too
fixes: #3094
|
2022-02-16 14:04:05 +01:00 |
|
Gabor Kiss-Vamosi
|
db53ea925c
|
arch(draw): allow replacing the draw engine
BREAKING CHANGE: the API of lv_draw_... function have been changed
|
2021-12-21 15:54:22 +01:00 |
|
Gabor Kiss-Vamosi
|
d9d3f27126
|
fix(printf) add (int) casts to log messages to avoid warnings on %d
|
2021-11-03 11:53:03 +01:00 |
|
Gabor Kiss-Vamosi
|
1ed42a937f
|
docs finish the the core widgets
|
2021-05-13 15:39:26 +02:00 |
|
Gabor Kiss-Vamosi
|
75d1c05a23
|
feat(event) add lv_event_get_indev/clip_area/draw_part_dsc
|
2021-05-12 12:49:32 +02:00 |
|
Gabor Kiss-Vamosi
|
e76ccc7ed2
|
fix(examples) update the outdated bar and slider examples
|
2021-05-02 21:05:23 +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
|
63bc72e53a
|
minor fixes
|
2021-03-25 19:59:23 +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
|
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
|
00b1c80d3c
|
feat(examples): fix examples and add new scroll examples
|
2021-02-23 11:31:10 +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 |
|