Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(arc): add missing private include (#6648) | Pavi92 | 2024-08-12 |
| | | | Co-authored-by: liamHowatt <liamjmh0@gmail.com> | ||
* | refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" ↵ | Liam | 2024-08-02 |
| | | | | | names (#6068) Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | refacter(conf): use defines for standard includes (#5767) | Michael Simon | 2024-03-20 |
| | | | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: Neo Xu <neo.xu1990@gmail.com> | ||
* | chore(widgets): add parentheses to MY_CLASS definition (#5485) | Benign X | 2024-01-26 |
| | |||
* | fix(event): fix assert in event bubble mode. (#5357) | terry.rong | 2024-01-17 |
| | | | Signed-off-by: rongyichang <rongyichang@xiaomi.com> | ||
* | fix(display): fix inconsistency in the API (#5136) | Gabor Kiss-Vamosi | 2024-01-11 |
| | |||
* | fix(widgets): wrong casting in some widgets when calling lv_event_get… (#5169) | jimbom | 2024-01-04 |
| | | | | Co-authored-by: Jim Boström <jim.bostrom@indra.no> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> | ||
* | docs: update API comments | Gabor Kiss-Vamosi | 2023-12-13 |
| | |||
* | refactor: rename cnt to count | Gabor Kiss-Vamosi | 2023-11-15 |
| | |||
* | ci: upgrade astyle tool (#4776) | Viktor Szépe | 2023-11-10 |
| | | | Install from source to use the latest version | ||
* | chore(lv_label): remove codes for recolor feature (#4766) | Benign X | 2023-11-08 |
| | |||
* | refactor: replace lv_coord_t with int32_t | Gabor Kiss-Vamosi | 2023-10-31 |
| | |||
* | refactor(style): rename lv_indev_get_act to lv_indev_active | Gabor Kiss-Vamosi | 2023-10-31 |
| | |||
* | chore: code and configs cleanups; add builtin cache tracing (#4593) | PGNetHun | 2023-09-25 |
| | |||
* | feat(obj): add obj_id, class names, and dump support (#4536) | Neo Xu | 2023-09-25 |
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> | ||
* | refactor: use only uint32_t and int32_t in the widget's API | Gabor Kiss-Vamosi | 2023-09-21 |
| | |||
* | fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button ↵ | Gregor | 2023-09-21 |
| | | | | | | (#4571) (#4578) Co-authored-by: Gregor Buß <gb@tetratec.de> | ||
* | refactor: disp->display, res->result/resolution, ↵ | Gabor Kiss-Vamosi | 2023-09-18 |
| | | | | hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale | ||
* | refactor(btn, img): rename btn to button and img to image | Gabor Kiss-Vamosi | 2023-09-14 |