Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: undo naming a point | Kartik K. Agaram | 2022-06-14 | 1 | -0/+2 |
* | test: naming a point | Kartik K. Agaram | 2022-06-14 | 1 | -1/+4 |
* | drop non-existent feature from comment | Kartik K. Agaram | 2022-06-14 | 1 | -1/+0 |
* | extract variables for drawing padding | Kartik K. Agaram | 2022-06-14 | 1 | -2/+6 |
* | extract variable Margin_left | Kartik K. Agaram | 2022-06-14 | 1 | -1/+2 |
* | mouse buttons are integers, not strings | Kartik K. Agaram | 2022-06-14 | 1 | -4/+4 |
* | cleanup | Kartik K. Agaram | 2022-06-14 | 1 | -6/+0 |
* | bugfix | Kartik K. Agaram | 2022-06-14 | 1 | -0/+8 |
* | bugfix: UTF-8 in compute_fragments | Kartik K. Agaram | 2022-06-14 | 1 | -0/+2 |
* | override mouse state lookups in tests | Kartik K. Agaram | 2022-06-12 | 1 | -3/+3 |
* | bugfix in commit e51ce12969 | Kartik K. Agaram | 2022-06-12 | 1 | -4/+6 |
* | bugfix: BSOD in #4. | Kartik K. Agaram | 2022-06-11 | 1 | -2/+2 |
* | bugfix: autosave and undo in a couple of cases | Kartik K. Agaram | 2022-06-11 | 1 | -0/+6 |
* | bugfix: missed fixing a callsite | Kartik K. Agaram | 2022-06-11 | 1 | -1/+1 |
* | 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 |