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