about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* start decoupling editor tests from AppKartik K. Agaram2022-07-112-100/+100
* make colors easier to editKartik K. Agaram2022-07-118-37/+38
* experiment: new edit namespaceKartik K. Agaram2022-07-113-416/+463
* stop pretending globals are localKartik K. Agaram2022-07-116-19/+5
* .Kartik K. Agaram2022-07-111-1/+2
* fix a variable nameKartik K. Agaram2022-07-111-3/+3
* skip multiple consecutive whitespaceKartik K. Agaram2022-07-112-2/+49
* support other whitespace chars in word movementsKartik K. Agaram2022-07-112-5/+33
* flesh out some tests for word movementsKartik K. Agaram2022-07-111-0/+125
* done passing left/right margins everywhereKartik K. Agaram2022-07-081-16/+16
* add args to some functionsKartik K. Agaram2022-07-081-14/+14