Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up some issues I now feel confident about | Kartik K. Agaram | 2024-08-31 | 1 | -2/+1 |
* | delete some seemingly redundant code | Kartik K. Agaram | 2024-07-08 | 1 | -11/+0 |
* | simplify some code now that lines contains no derived data | Kartik K. Agaram | 2024-07-08 | 1 | -9/+1 |
* | fix a couple of asserts missed in the recent audit | Kartik K. Agaram | 2023-12-09 | 1 | -1/+0 |
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 1 | -7/+7 |
* | minor cleanup and a todo for later | Kartik K. Agaram | 2023-04-01 | 1 | -7/+2 |
* | line.y -> line_cache.starty in a few more places | Kartik K. Agaram | 2022-07-27 | 1 | -2/+2 |
* | separate data structure for each line's cache data | Kartik K. Agaram | 2022-07-17 | 1 | -0/+11 |
* | add state arg to a few functions | Kartik K. Agaram | 2022-07-12 | 1 | -24/+24 |
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -20/+20 |
* | stop saving the entire file when modifying drawings | Kartik K. Agaram | 2022-06-10 | 1 | -4/+2 |
* | undo creating new drawings | Kartik K. Agaram | 2022-06-10 | 1 | -0/+5 |
* | crisp font rendering | Kartik K. Agaram | 2022-06-02 | 1 | -1/+0 |
* | more efficient undo/redo | Kartik K. Agaram | 2022-06-02 | 1 | -2/+35 |
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -1/+1 |
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+78 |