Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | stop handling nil screen_line_starting_pos everywhere | Kartik K. Agaram | 2022-06-10 | 1 | -1/+0 | |
* | more precise scroll on paste | Kartik K. Agaram | 2022-06-10 | 1 | -19/+4 | |
* | faster paste | Kartik K. Agaram | 2022-06-10 | 1 | -9/+7 | |
* | revert previous commit | Kartik K. Agaram | 2022-06-10 | 1 | -5/+15 | |
* | experiment: extremely precise scrolling on paste | Kartik K. Agaram | 2022-06-10 | 1 | -15/+5 | |
* | while we're at it, undo naming points | Kartik K. Agaram | 2022-06-10 | 1 | -0/+2 | |
* | stop saving the entire file when modifying drawings | Kartik K. Agaram | 2022-06-10 | 1 | -0/+8 | |
* | undo creating new drawings | Kartik K. Agaram | 2022-06-10 | 1 | -1/+3 | |
* | extract scrolling logic out of insert_at_cursor | Kartik K. Agaram | 2022-06-10 | 1 | -0/+6 | |
* | extract scrolling logic out of insert_return | Kartik K. Agaram | 2022-06-10 | 1 | -0/+3 | |
* | remove some memory leaks from rendered fragments | Kartik K. Agaram | 2022-06-10 | 1 | -0/+3 | |
* | fix a corner case when selecting text | Kartik K. Agaram | 2022-06-09 | 1 | -9/+21 | |
* | . | Kartik K. Agaram | 2022-06-09 | 1 | -4/+2 | |
* | experiment: blinking cursor | Kartik K. Agaram | 2022-06-09 | 1 | -0/+4 | |
* | experiment: turn off JIT | Kartik K. Agaram | 2022-06-09 | 1 | -0/+5 | |
* | more defensive resize handling | Kartik K. Agaram | 2022-06-07 | 1 | -2/+23 | |
* | first commandline arg: window dimensions | Kartik K. Agaram | 2022-06-07 | 1 | -8/+33 | |
* | use app name in window title | Kartik K. Agaram | 2022-06-07 | 1 | -1/+1 | |
* | warn on unused commandline args | Kartik K. Agaram | 2022-06-07 | 1 | -0/+4 | |
* | obsolete comment | Kartik K. Agaram | 2022-06-07 | 1 | -1/+0 | |
* | extract a function | Kartik K. Agaram | 2022-06-07 | 1 | -11/+14 | |
* | allow the window to be resized | Kartik K. Agaram | 2022-06-07 | 1 | -2/+13 | |
* | autosave on cut/paste | Kartik K. Agaram | 2022-06-05 | 1 | -0/+2 | |
* | . | Kartik K. Agaram | 2022-06-05 | 1 | -1/+1 | |
* | another bugfix in scrolling while inserting text | Kartik K. Agaram | 2022-06-05 | 1 | -0/+1 | |
* | rename | Kartik K. Agaram | 2022-06-05 | 1 | -2/+2 | |
* | some unnecessary mutations | Kartik K. Agaram | 2022-06-05 | 1 | -4/+0 | |
* | regression: couldn't do many drawing operations because line.y was reset | Kartik K. Agaram | 2022-06-04 | 1 | -1/+7 | |
* | try to maintain a reasonable line width | Kartik K. Agaram | 2022-06-04 | 1 | -15/+15 | |
* | . | Kartik K. Agaram | 2022-06-04 | 1 | -4/+0 | |
* | select text with shift + mouseclick | Kartik K. Agaram | 2022-06-04 | 1 | -2/+8 | |
* | bugfix: restore state after C-f (find) | Kartik K. Agaram | 2022-06-03 | 1 | -4/+6 | |
* | highlight selection while dragging | Kartik K. Agaram | 2022-06-03 | 1 | -5/+7 | |
* | select text using mouse drag | Kartik K. Agaram | 2022-06-03 | 1 | -10/+15 | |
* | rename | Kartik K. Agaram | 2022-06-03 | 1 | -2/+2 | |
* | up arrow to search previous | Kartik K. Agaram | 2022-06-03 | 1 | -0/+2 | |
* | switch copy/paste to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -0/+48 | |
* | switch undo/redo to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -0/+18 | |
* | default font size and line-height | Kartik K. Agaram | 2022-06-02 | 1 | -4/+10 | |
* | extract a new variable | Kartik K. Agaram | 2022-06-02 | 1 | -1/+2 | |
* | crisp font rendering | Kartik K. Agaram | 2022-06-02 | 1 | -4/+20 | |
* | find text | Kartik K. Agaram | 2022-06-02 | 1 | -5/+43 | |
* | . | Kartik K. Agaram | 2022-06-02 | 1 | -1/+1 | |
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -1/+1 | |
* | bugfix: undo drawing creation | Kartik K. Agaram | 2022-06-02 | 1 | -0/+1 | |
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+5 | |
* | . | Kartik K. Agaram | 2022-05-29 | 1 | -6/+0 | |
* | selecting text and deleting selections | Kartik K. Agaram | 2022-05-29 | 1 | -0/+11 | |
* | update some documentation | Kartik K. Agaram | 2022-05-29 | 1 | -3/+6 | |
* | move some code | Kartik K. Agaram | 2022-05-28 | 1 | -28/+0 |