about summary refs log tree commit diff stats
path: root/drawing.lua
Commit message (Expand)AuthorAgeFilesLines
...
* lighter color for in-progress strokesKartik K. Agaram2022-05-181-0/+1
* use the provided args everywhereKartik K. Agaram2022-05-181-4/+4
* casting about for more helpers to extract..Kartik K. Agaram2022-05-181-3/+3
* moveKartik K. Agaram2022-05-181-91/+92
* forgot to move this special case outKartik K. Agaram2022-05-171-3/+0
* delegate update events to drawingsKartik K. Agaram2022-05-171-0/+25
* DRY some codeKartik K. Agaram2022-05-171-6/+6
* move mouse_released events to DrawingKartik K. Agaram2022-05-171-0/+60
* split mouse_pressed events between Text and DrawingKartik K. Agaram2022-05-171-0/+20
* split keyboard handling between Text and DrawingKartik K. Agaram2022-05-171-2/+163
* several more modulesKartik K. Agaram2022-05-171-12/+244
* extract a moduleKartik K. Agaram2022-05-171-0/+51