Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge text.love | Kartik K. Agaram | 2023-06-04 | 1 | -16/+4 |
|\ | |||||
| * | Merge lines.love | Kartik K. Agaram | 2023-06-04 | 1 | -16/+4 |
| |\ | |||||
| | * | bugfix: inscript's bug | Kartik K. Agaram | 2023-06-04 | 1 | -6/+2 |
| | * | change how we handle clicks above top margin | Kartik K. Agaram | 2023-06-03 | 1 | -0/+3 |
| | * | get rid of recent_mouse | Kartik K. Agaram | 2023-06-01 | 1 | -10/+1 |
| | * | idea: set recent_mouse on mouse events | Kartik K. Agaram | 2023-06-01 | 1 | -3/+2 |
| | * | ah, I see the problem | Kartik K. Agaram | 2023-06-01 | 1 | -6/+1 |
| | * | some temporary logging to catch a bug | Kartik K. Agaram | 2023-06-01 | 1 | -0/+4 |
* | | | Merge text.love | Kartik K. Agaram | 2023-04-02 | 1 | -5/+2 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-04-02 | 1 | -5/+2 |
| |\| | |||||
| | * | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -5/+2 |
* | | | 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 |