about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* bring back a set of constantsKartik K. Agaram2022-07-164-90/+89
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-1/+1
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-3/+3
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-13/+13
* more precise nameKartik K. Agaram2022-07-152-10/+10
* make test initializations a little more obviousKartik K. Agaram2022-07-155-156/+162
* bugfix: zoom in/out hotkeysKartik K. Agaram2022-07-131-0/+7
* bugfix: resizeKartik K. Agaram2022-07-132-2/+9
* a more radical attempt at ignoring nil y'sKartik K. Agaram2022-07-132-7/+5
* no, bring back that defenseKartik K. Agaram2022-07-131-0/+4
* a bug I've never run intoKartik K. Agaram2022-07-133-5/+10
* hoist couple of variables outKartik K. Agaram2022-07-131-3/+6
* use available variablesKartik K. Agaram2022-07-131-1/+1
* more idiomatic variable namesKartik K. Agaram2022-07-131-5/+5
* chunking by simple local variableKartik K. Agaram2022-07-131-4/+6
* make local functions look differentKartik K. Agaram2022-07-131-6/+6
* more chunks, same approachKartik K. Agaram2022-07-131-3/+6
* chunk up some long linesKartik K. Agaram2022-07-131-32/+32
* .Kartik K. Agaram2022-07-121-0/+2
* drop final mention of state global beyond main.luaKartik K. Agaram2022-07-121-29/+28
* replace globals with args in a few functionsKartik K. Agaram2022-07-124-78/+81
* correct a mis-named thresholdKartik K. Agaram2022-07-122-2/+4
* drop heavyweight near check on file load/storeKartik K. Agaram2022-07-121-19/+25
* deduce left/right from state where possibleKartik K. Agaram2022-07-123-78/+78
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-129-369/+486
* add state arg to a few functionsKartik K. Agaram2022-07-122-26/+26
* add state arg to a few functionsKartik K. Agaram2022-07-124-121/+107
* add state arg to a few functionsKartik K. Agaram2022-07-123-20/+20
* add state arg to a few functionsKartik K. Agaram2022-07-121-26/+26
* add state arg to few functionsKartik K. Agaram2022-07-122-112/+112
* add state arg to a few functionsKartik K. Agaram2022-07-122-41/+41
* add state arg to a few functionsKartik K. Agaram2022-07-124-53/+53
* add state arg to a few functionsKartik K. Agaram2022-07-123-67/+67
* add state arg to a few functionsKartik K. Agaram2022-07-122-124/+124
* add state arg to Text.textinputKartik K. Agaram2022-07-122-9/+9
* add state arg to schedule_saveKartik K. Agaram2022-07-123-19/+19
* add state arg to Drawing.updateKartik K. Agaram2022-07-122-8/+8
* add state arg to Drawing.drawKartik K. Agaram2022-07-122-16/+16
* add state arg to Text.keychord_pressedKartik K. Agaram2022-07-122-105/+105
* .Kartik K. Agaram2022-07-121-1/+1
* add state arg to Drawing.mouse_releasedKartik K. Agaram2022-07-122-21/+21
* add state arg to Drawing.keychord_pressedKartik K. Agaram2022-07-122-33/+33
* add state arg to Drawing.mouse_pressedKartik K. Agaram2022-07-122-16/+16
* add state arg to some functionsKartik K. Agaram2022-07-123-31/+31
* call edit rather than App callbacks in testsKartik K. Agaram2022-07-123-188/+231
* start passing in Editor_state explicitlyKartik K. Agaram2022-07-124-231/+232
* initialize contains test stateKartik K. Agaram2022-07-123-88/+4
* group all editor globalsKartik K. Agaram2022-07-1211-1964/+1974
* bring couple more globals back to the app levelKartik K. Agaram2022-07-122-24/+21
* button framework is at the app levelKartik K. Agaram2022-07-122-3/+4