aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/buttonmatrix/lv_buttonmatrix.c
Commit message (Expand)AuthorAge
* fix(arc): add missing private include (#6648)Pavi922024-08-12
* refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names...Liam2024-08-02
* refacter(conf): use defines for standard includes (#5767)Michael Simon2024-03-20
* chore(widgets): add parentheses to MY_CLASS definition (#5485)Benign X2024-01-26
* fix(event): fix assert in event bubble mode. (#5357)terry.rong2024-01-17
* fix(display): fix inconsistency in the API (#5136)Gabor Kiss-Vamosi2024-01-11
* fix(widgets): wrong casting in some widgets when calling lv_event_get… (#5169)jimbom2024-01-04
* docs: update API commentsGabor Kiss-Vamosi2023-12-13
* refactor: rename cnt to countGabor Kiss-Vamosi2023-11-15
* ci: upgrade astyle tool (#4776)Viktor Szépe2023-11-10
* chore(lv_label): remove codes for recolor feature (#4766)Benign X2023-11-08
* refactor: replace lv_coord_t with int32_tGabor Kiss-Vamosi2023-10-31
* refactor(style): rename lv_indev_get_act to lv_indev_activeGabor Kiss-Vamosi2023-10-31
* chore: code and configs cleanups; add builtin cache tracing (#4593)PGNetHun2023-09-25
* feat(obj): add obj_id, class names, and dump support (#4536)Neo Xu2023-09-25
* refactor: use only uint32_t and int32_t in the widget's APIGabor Kiss-Vamosi2023-09-21
* fix(btnmatrix): set LV_BTNMATRIX_BTN_NONE when clicking of disabled button (#...Gregor2023-09-21
* refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical...Gabor Kiss-Vamosi2023-09-18
* refactor(btn, img): rename btn to button and img to imageGabor Kiss-Vamosi2023-09-14