about summary refs log tree commit diff stats
path: root/button.lua
Commit message (Expand)AuthorAgeFilesLines
* bugfix :(Kartik K. Agaram2023-12-181-1/+1
* make button backgrounds optionalKartik K. Agaram2023-12-181-1/+3
* streamline button.luaKartik K. Agaram2023-12-161-7/+1
* use color alpha in button backgroundsKartik K. Agaram2023-10-161-1/+1
* clearer API for drawing a buttonKartik K. Agaram2023-10-161-1/+1
* bugfix: propagate mouse press if any button wouldKartik K. Agaram2022-08-241-4/+6
* pass all button params to the iconKartik K. Agaram2022-08-231-1/+1
* allow buttons to nest as wellKartik K. Agaram2022-08-231-2/+11
* flip return value of button handlersKartik K. Agaram2022-08-231-4/+3
* stop putting button state in a globalKartik K. Agaram2022-08-231-6/+10
* improve explanation for buttonsKartik K. Agaram2022-08-231-1/+4
* allow buttons to interrupt eventsKartik K. Agaram2022-08-231-1/+1
* indentKartik K. Agaram2022-08-231-1/+3
* highlight another globalKartik K. Agaram2022-05-171-3/+3
* .Kartik K. Agaram2022-05-171-2/+4
* fix a typoKartik K. Agaram2022-05-121-1/+1
* intermingle freehand line drawings with textKartik K. Agaram2022-05-111-0/+18