Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 8 | -37/+38 | |
* | experiment: new edit namespace | Kartik K. Agaram | 2022-07-11 | 3 | -416/+463 | |
* | stop pretending globals are local | Kartik K. Agaram | 2022-07-11 | 6 | -19/+5 | |
* | . | Kartik K. Agaram | 2022-07-11 | 1 | -1/+2 | |
* | fix a variable name | Kartik K. Agaram | 2022-07-11 | 1 | -3/+3 | |
* | skip multiple consecutive whitespace | Kartik K. Agaram | 2022-07-11 | 2 | -2/+49 | |
* | support other whitespace chars in word movements | Kartik K. Agaram | 2022-07-11 | 2 | -5/+33 | |
* | flesh out some tests for word movements | Kartik K. Agaram | 2022-07-11 | 1 | -0/+125 | |
* | done passing left/right margins everywhere | Kartik K. Agaram | 2022-07-08 | 1 | -16/+16 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -14/+14 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -6/+6 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -5/+5 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 2 | -11/+11 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -10/+12 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -3/+3 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -2/+2 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 3 | -8/+8 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 3 | -6/+5 | |
* | indent | Kartik K. Agaram | 2022-07-08 | 2 | -3/+12 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 3 | -5/+5 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 3 | -15/+15 | |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -28/+28 | |
* | start passing left/right margins everywhere | Kartik K. Agaram | 2022-07-08 | 2 | -10/+10 | |
* | rename a couple of variables | Kartik K. Agaram | 2022-07-08 | 1 | -10/+10 | |
* | affirm a priority | Kartik K. Agaram | 2022-07-08 | 1 | -0/+2 | |
* | drop an arg from a function | Kartik K. Agaram | 2022-07-08 | 3 | -4/+4 | |
* | switch arg for a function | Kartik K. Agaram | 2022-07-08 | 2 | -16/+12 | |
* | stop scanning from start of file on every App.draw | Kartik K. Agaram | 2022-07-07 | 1 | -40/+38 |