Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | click to the left of a line | Kartik K. Agaram | 2022-07-29 | 1 | -2/+4 | |
* | copying to clipboard can never scroll | Kartik K. Agaram | 2022-07-27 | 1 | -1/+0 | |
* | line.y -> line_cache.starty in a few more places | Kartik K. Agaram | 2022-07-27 | 1 | -8/+8 | |
* | have file API operate on state object | Kartik K. Agaram | 2022-07-25 | 1 | -2/+2 | |
* | extract method | Kartik K. Agaram | 2022-07-23 | 1 | -0/+11 | |
* | move drawing.starty into line cache | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 | |
* | use line cache for drawings as well | Kartik K. Agaram | 2022-07-20 | 1 | -4/+4 | |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -8/+13 | |
* | keep all text cache writes inside text.lua | Kartik K. Agaram | 2022-07-17 | 1 | -4/+3 | |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 | |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 | |
* | drop some extra args | Kartik K. Agaram | 2022-07-17 | 1 | -4/+4 | |
* | fold together two largely similar cases | Kartik K. Agaram | 2022-07-17 | 1 | -28/+23 | |
* | drop some redundant args from Text.draw | Kartik K. Agaram | 2022-07-17 | 1 | -3/+3 | |
* | formatting | Kartik K. Agaram | 2022-07-16 | 1 | -1/+1 | |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -7/+6 | |
* | more precise name | Kartik K. Agaram | 2022-07-15 | 1 | -3/+10 | |
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -7/+17 | |
* | a bug I've never run into | Kartik K. Agaram | 2022-07-13 | 1 | -2/+8 | |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 | |
* | correct a mis-named threshold | Kartik K. Agaram | 2022-07-12 | 1 | -0/+2 | |
* | deduce left/right from state where possible | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -16/+19 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -10/+10 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -15/+15 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 | |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -2/+2 | |
* | add state arg to Text.textinput | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to schedule_save | Kartik K. Agaram | 2022-07-12 | 1 | -12/+12 | |
* | add state arg to Drawing.update | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to Drawing.draw | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to Text.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | . | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to Drawing.mouse_released | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to Drawing.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to Drawing.mouse_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | add state arg to some functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 | |
* | call edit rather than App callbacks in tests | Kartik K. Agaram | 2022-07-12 | 1 | -0/+43 | |
* | start passing in Editor_state explicitly | Kartik K. Agaram | 2022-07-12 | 1 | -123/+123 | |
* | initialize contains test state | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 | |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -188/+198 | |
* | bring couple more globals back to the app level | Kartik K. Agaram | 2022-07-12 | 1 | -23/+0 | |
* | button framework is at the app level | Kartik K. Agaram | 2022-07-12 | 1 | -3/+0 | |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -1/+13 | |
* | experiment: new edit namespace | Kartik K. Agaram | 2022-07-11 | 1 | -0/+446 |