Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use line cache for drawings as well | Kartik K. Agaram | 2022-07-20 | 1 | -26/+26 |
* | bugfix: where cursor is drawn | Kartik K. Agaram | 2022-07-20 | 1 | -4/+11 |
* | . | Kartik K. Agaram | 2022-07-20 | 1 | -0/+2 |
* | exclude left margin from my word-split heuristic | Kartik K. Agaram | 2022-07-20 | 1 | -1/+1 |
* | allow Text.nearest_pos_less_than to return 0 | Kartik K. Agaram | 2022-07-20 | 1 | -5/+2 |
* | drop an unnecessary level of indent | Kartik K. Agaram | 2022-07-20 | 1 | -23/+21 |
* | clean up some prints | Kartik K. Agaram | 2022-07-20 | 1 | -17/+10 |
* | move a var closer to its use | Kartik K. Agaram | 2022-07-20 | 1 | -2/+2 |
* | more clearly skip prints before screen top | Kartik K. Agaram | 2022-07-20 | 1 | -21/+19 |
* | unify two similar functions | Kartik K. Agaram | 2022-07-19 | 1 | -11/+4 |
* | keep text from overflowing right margin | Kartik K. Agaram | 2022-07-19 | 1 | -5/+15 |
* | bugfix: couple of margin-relative computations | Kartik K. Agaram | 2022-07-17 | 1 | -2/+2 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -50/+58 |
* | keep all text cache writes inside text.lua | Kartik K. Agaram | 2022-07-17 | 1 | -5/+5 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -2/+3 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -16/+17 |
* | make a function oblivious to line data structure | Kartik K. Agaram | 2022-07-17 | 1 | -5/+5 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -3/+3 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -15/+16 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -1/+2 |
* | drop some redundant args when clearing the cache | Kartik K. Agaram | 2022-07-17 | 1 | -10/+10 |
* | drop some redundant args from Text.draw | Kartik K. Agaram | 2022-07-17 | 1 | -2/+3 |
* | bring back a set of constants | Kartik K. Agaram | 2022-07-16 | 1 | -3/+3 |
* | replace globals with args in a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -3/+3 |
* | deduce left/right from state where possible | Kartik K. Agaram | 2022-07-12 | 1 | -64/+64 |
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -31/+31 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -107/+93 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -17/+17 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -26/+26 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -12/+12 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -4/+4 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -122/+122 |
* | add state arg to Text.textinput | Kartik K. Agaram | 2022-07-12 | 1 | -8/+8 |
* | add state arg to schedule_save | Kartik K. Agaram | 2022-07-12 | 1 | -6/+6 |
* | add state arg to Text.keychord_pressed | Kartik K. Agaram | 2022-07-12 | 1 | -104/+104 |
* | add state arg to some functions | Kartik K. Agaram | 2022-07-12 | 1 | -22/+22 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -299/+299 |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -4/+4 |
* | stop pretending globals are local | Kartik K. Agaram | 2022-07-11 | 1 | -4/+0 |
* | skip multiple consecutive whitespace | Kartik K. Agaram | 2022-07-11 | 1 | -2/+27 |
* | support other whitespace chars in word movements | Kartik K. Agaram | 2022-07-11 | 1 | -5/+11 |
* | 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 | 1 | -10/+10 |
* | 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 | 1 | -5/+5 |