Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some unnecessary work | Kartik K. Agaram | 2022-08-17 | 1 | -1/+3 |
* | standardize scroll check in a few places | Kartik K. Agaram | 2022-08-17 | 1 | -3/+3 |
* | simplify cursor-on-screen check | Kartik K. Agaram | 2022-08-17 | 1 | -6/+6 |
* | swap return values | Kartik K. Agaram | 2022-08-17 | 1 | -5/+5 |
* | obsolete comment | Kartik K. Agaram | 2022-08-16 | 1 | -2/+0 |
* | move | Kartik K. Agaram | 2022-08-15 | 1 | -28/+28 |
* | drop some unnecessary calls | Kartik K. Agaram | 2022-08-15 | 1 | -6/+0 |
* | stop confusingly reading a global | Kartik K. Agaram | 2022-08-15 | 1 | -2/+2 |
* | bugfix: handle drawings when updating screen top | Kartik K. Agaram | 2022-08-11 | 1 | -0/+1 |
* | rename | Kartik K. Agaram | 2022-08-11 | 1 | -24/+24 |
* | bugfix: pagedown was sometimes bouncing up | Kartik K. Agaram | 2022-08-10 | 1 | -1/+1 |
* | bugfix: backspace from start of final line | Kartik K. Agaram | 2022-08-10 | 1 | -1/+5 |
* | unnecessary args | Kartik K. Agaram | 2022-08-10 | 1 | -1/+1 |
* | click to the left of a line | Kartik K. Agaram | 2022-07-29 | 1 | -2/+1 |
* | bugfix: search | Kartik K. Agaram | 2022-07-21 | 1 | -1/+1 |
* | 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 |