index
:
lvgl
master
lvgl mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
widgets
/
buttonmatrix
/
lv_buttonmatrix.c
Commit message (
Expand
)
Author
Age
*
fix(arc): add missing private include (#6648)
Pavi92
2024-08-12
*
refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names...
Liam
2024-08-02
*
refacter(conf): use defines for standard includes (#5767)
Michael Simon
2024-03-20
*
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
*
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
*
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
*
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
*
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
*
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical...
Gabor Kiss-Vamosi
2023-09-18
*
refactor(btn, img): rename btn to button and img to image
Gabor Kiss-Vamosi
2023-09-14