Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 |