about summary refs log tree commit diff stats
path: root/undo.lua
Commit message (Expand)AuthorAgeFilesLines
* add state arg to a few functionsKartik K. Agaram2022-07-121-24/+24
* group all editor globalsKartik K. Agaram2022-07-121-20/+20
* stop saving the entire file when modifying drawingsKartik K. Agaram2022-06-101-4/+2
* undo creating new drawingsKartik K. Agaram2022-06-101-0/+5
* crisp font renderingKartik K. Agaram2022-06-021-1/+0
* more efficient undo/redoKartik K. Agaram2022-06-021-2/+35
* renameKartik K. Agaram2022-06-021-1/+1
* after much struggle, a brute-force undoKartik K. Agaram2022-06-021-0/+78
5' href='#n25'>25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67