Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new fork: browse an immutable text file | Kartik K. Agaram | 2022-08-20 | 1 | -54/+0 |
* | Merge lines.love | Kartik K. Agaram | 2022-08-18 | 1 | -1/+1 |
|\ | |||||
| * | generalize a function | Kartik K. Agaram | 2022-08-18 | 1 | -1/+1 |
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -5/+2 |
|\| | |||||
| * | simpler location comparison | Kartik K. Agaram | 2022-08-17 | 1 | -5/+2 |
* | | Merge lines.love | Kartik K. Agaram | 2022-08-17 | 1 | -1/+1 |
|\| | |||||
| * | swap return values | Kartik K. Agaram | 2022-08-17 | 1 | -1/+1 |
* | | bring back a level of wrapping | Kartik K. Agaram | 2022-08-15 | 1 | -16/+16 |
* | | new fork: rip out drawing support | Kartik K. Agaram | 2022-08-14 | 1 | -22/+18 |
|/ | |||||
* | use line cache for drawings as well | Kartik K. Agaram | 2022-07-20 | 1 | -1/+1 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -0/+1 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -1/+1 |
* | switch to line index in a function | Kartik K. Agaram | 2022-07-17 | 1 | -1/+1 |
* | drop some redundant args when clearing the cache | Kartik K. Agaram | 2022-07-17 | 1 | -1/+1 |
* | deduce left/right from state where possible | Kartik K. Agaram | 2022-07-12 | 1 | -13/+13 |
* | 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 | -1/+1 |
* | 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 | -60/+60 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -47/+47 |
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -2/+2 |
* | stop pretending globals are local | Kartik K. Agaram | 2022-07-11 | 1 | -2/+0 |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -1/+1 |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -1/+1 |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -1/+1 |
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -10/+10 |
* | drop an arg from a function | Kartik K. Agaram | 2022-07-08 | 1 | -1/+1 |
* | bugfix: deleting a selection spanning pages | Kartik K. Agaram | 2022-06-26 | 1 | -0/+4 |
* | extract a function | Kartik K. Agaram | 2022-06-23 | 1 | -2/+1 |
* | bugfix: crash in Text.up() after return | Kartik K. Agaram | 2022-06-19 | 1 | -7/+7 |
* | mouse buttons are integers, not strings | Kartik K. Agaram | 2022-06-14 | 1 | -1/+1 |
* | override mouse state lookups in tests | Kartik K. Agaram | 2022-06-12 | 1 | -2/+2 |
* | fix a second BSOD in #4 :/ | Kartik K. Agaram | 2022-06-12 | 1 | -1/+1 |
* | bugfix: cut (C-x) without first selecting anything | Kartik K. Agaram | 2022-06-09 | 1 | -0/+2 |
* | move | Kartik K. Agaram | 2022-06-09 | 1 | -6/+6 |
* | speeding up copy, attempt 1 | Kartik K. Agaram | 2022-06-09 | 1 | -4/+4 |
* | more precise search highlighting | Kartik K. Agaram | 2022-06-03 | 1 | -0/+3 |
* | extract a function | Kartik K. Agaram | 2022-06-03 | 1 | -0/+24 |
* | extract a couple of files | Kartik K. Agaram | 2022-06-03 | 1 | -0/+153 |