Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -3/+2 |
* | indent | Kartik K. Agaram | 2022-07-08 | 1 | -1/+4 |
* | 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 | -3/+3 |
* | 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 | 1 | -8/+8 |
* | rename a couple of variables | Kartik K. Agaram | 2022-07-08 | 1 | -10/+10 |
* | drop an arg from a function | Kartik K. Agaram | 2022-07-08 | 1 | -1/+1 |
* | switch arg for a function | Kartik K. Agaram | 2022-07-08 | 1 | -15/+11 |
* | optimization: moving cursor to next word | Kartik K. Agaram | 2022-07-05 | 1 | -4/+12 |
* | bugfix: avoid scrolling on 'end' | Kartik K. Agaram | 2022-07-05 | 1 | -6/+14 |
* | bugfix: manage screen_top and cursor when resizing | Kartik K. Agaram | 2022-07-01 | 1 | -0/+35 |
* | right margin | Kartik K. Agaram | 2022-06-30 | 1 | -14/+14 |
* | rip out notion of Line_width | Kartik K. Agaram | 2022-06-30 | 1 | -21/+20 |
* | bugfix: lines that aren't drawn from the start | Kartik K. Agaram | 2022-06-30 | 1 | -9/+20 |
* | clicking to the right of a line within line width | Kartik K. Agaram | 2022-06-29 | 1 | -1/+16 |
* | . | Kartik K. Agaram | 2022-06-29 | 1 | -1/+1 |
* | bugfix: clicking past end of screen line | Kartik K. Agaram | 2022-06-29 | 1 | -1/+1 |
* | bugfix: scrolling in left/right movements | Kartik K. Agaram | 2022-06-28 | 1 | -10/+30 |
* | undo commit 861c57b533 | Kartik K. Agaram | 2022-06-27 | 1 | -2/+1 |
* | bugfix: clear selection in a couple more places | Kartik K. Agaram | 2022-06-23 | 1 | -0/+2 |
* | fix a failing test | Kartik K. Agaram | 2022-06-23 | 1 | -4/+2 |
* | extract a function | Kartik K. Agaram | 2022-06-23 | 1 | -16/+13 |