about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
...
* color close to drawingKartik K. Agaram2022-05-141-1/+1
* Devine's suggestion to try to live with just freehandKartik K. Agaram2022-05-141-0/+17
* revert: back to freehandKartik K. Agaram2022-05-141-21/+44
* switch from freehand to just straight linesKartik K. Agaram2022-05-131-44/+21
* store device-independent coordinates inside drawingsKartik K. Agaram2022-05-121-11/+25
* slightly tweak boundary between concernsKartik K. Agaram2022-05-121-1/+1
* fix a typoKartik K. Agaram2022-05-121-1/+1
* make space for multiple kinds of widthKartik K. Agaram2022-05-121-3/+3
* fix 2 bugs in line selectionKartik K. Agaram2022-05-111-2/+5
* turn strokes into horizontal and vertical linesKartik K. Agaram2022-05-111-0/+16
* refactorKartik K. Agaram2022-05-111-8/+15
* simplest possible way to straighten strokesKartik K. Agaram2022-05-111-0/+21
* more lightweight; select just the stroke at the mouseKartik K. Agaram2022-05-111-11/+2
* selecting a strokeKartik K. Agaram2022-05-111-2/+47
* bugfix: restrict strokes to the drawing they started inKartik K. Agaram2022-05-111-4/+15
* reorgKartik K. Agaram2022-05-111-4/+4
* spacingKartik K. Agaram2022-05-111-3/+3
* inlineKartik K. Agaram2022-05-111-5/+1
* renameKartik K. Agaram2022-05-111-3/+4
* clean up repl functionalityKartik K. Agaram2022-05-111-32/+7
* clip drawings inside the borderKartik K. Agaram2022-05-111-2/+2
* lighter border for figuresKartik K. Agaram2022-05-111-1/+2
* intermingle freehand line drawings with textKartik K. Agaram2022-05-111-7/+69
* confirm that we have access to all of the love APIKartik K. Agaram2022-05-021-4/+14
* don't rely on defaultsKartik K. Agaram2022-05-021-0/+1
* backspaceKartik K. Agaram2022-05-021-0/+10
* handle chordsKartik K. Agaram2022-05-021-26/+21
* little Lua repl on hitting ctrl-rKartik K. Agaram2022-05-021-1/+30
* ctrl- and alt- combinationsKartik K. Agaram2022-05-021-0/+6
* handle space keyKartik K. Agaram2022-05-011-0/+2
* note cardKartik K. Agaram2022-05-011-0/+2
* show cursorKartik K. Agaram2022-05-011-1/+5
* love2d scaffoldKartik K. Agaram2022-05-011-0/+37