Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 |
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -3/+3 |
* | more decoupling editor tests from App | Kartik K. Agaram | 2022-07-16 | 1 | -13/+13 |
* | more precise name | Kartik K. Agaram | 2022-07-15 | 2 | -10/+10 |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 5 | -156/+162 |
* | bugfix: zoom in/out hotkeys | Kartik K. Agaram | 2022-07-13 | 1 | -0/+7 |
* | bugfix: resize | Kartik K. Agaram | 2022-07-13 | 2 | -2/+9 |
* | a more radical attempt at ignoring nil y's | Kartik K. Agaram | 2022-07-13 | 2 | -7/+5 |
* | no, bring back that defense | Kartik K. Agaram | 2022-07-13 | 1 | -0/+4 |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 3 | -5/+10 |
* | hoist couple of variables out | Kartik K. Agaram | 2022-07-13 | 1 | -3/+6 |
* | use available variables | Kartik K. Agaram | 2022-07-13 | 1 | -1/+1 |
* | more idiomatic variable names | Kartik K. Agaram | 2022-07-13 | 1 | -5/+5 |
* | chunking by simple local variable | Kartik K. Agaram | 2022-07-13 | 1 | -4/+6 |
* | make local functions look different | Kartik K. Agaram | 2022-07-13 | 1 | -6/+6 |
* | more chunks, same approach | Kartik K. Agaram | 2022-07-13 | 1 | -3/+6 |
* | chunk up some long lines | Kartik K. Agaram | 2022-07-13 | 1 | -32/+32 |
* | . | Kartik K. Agaram | 2022-07-12 | 1 | -0/+2 |
* | drop final mention of state global beyond main.lua | Kartik K. Agaram | 2022-07-12 | 1 | -29/+28 |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 4 | -78/+81 |
* | correct a mis-named threshold | Kartik K. Agaram | 2022-07-12 | 2 | -2/+4 |
* | drop heavyweight near check on file load/store | Kartik K. Agaram | 2022-07-12 | 1 | -19/+25 |
* | deduce left/right from state where possible | Kartik K. Agaram | 2022-07-12 | 3 | -78/+78 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 9 | -369/+486 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 2 | -26/+26 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 4 | -121/+107 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 3 | -20/+20 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -26/+26 |
* | add state arg to few functions | Kartik K. Agaram | 2022-07-12 | 2 | -112/+112 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 2 | -41/+41 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 4 | -53/+53 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 3 | -67/+67 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 2 | -124/+124 |
* | add state arg to Text.textinput | Kartik K. Agaram | 2022-07-12 | 2 | -9/+9 |
* | add state arg to schedule_save | Kartik K. Agaram | 2022-07-12 | 3 | -19/+19 |
* | add state arg to Drawing.update | Kartik K. Agaram | 2022-07-12 | 2 | -8/+8 |
* | add state arg to Drawing.draw | Kartik K. Agaram | 2022-07-12 | 2 | -16/+16 |
* | add state arg to Text.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 2 | -105/+105 |
* | . | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 |
* | add state arg to Drawing.mouse_released | Kartik K. Agaram | 2022-07-12 | 2 | -21/+21 |
* | add state arg to Drawing.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 2 | -33/+33 |
* | add state arg to Drawing.mouse_pressed | Kartik K. Agaram | 2022-07-12 | 2 | -16/+16 |
* | add state arg to some functions | Kartik K. Agaram | 2022-07-12 | 3 | -31/+31 |
* | call edit rather than App callbacks in tests | Kartik K. Agaram | 2022-07-12 | 3 | -188/+231 |
* | start passing in Editor_state explicitly | Kartik K. Agaram | 2022-07-12 | 4 | -231/+232 |
* | initialize contains test state | Kartik K. Agaram | 2022-07-12 | 3 | -88/+4 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 11 | -1964/+1974 |
* | bring couple more globals back to the app level | Kartik K. Agaram | 2022-07-12 | 2 | -24/+21 |
* | button framework is at the app level | Kartik K. Agaram | 2022-07-12 | 2 | -3/+4 |
* | start decoupling editor tests from App | Kartik K. Agaram | 2022-07-11 | 2 | -100/+100 |