Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use the background color | Kartik K. Agaram | 2022-06-30 | 1 | -2/+2 | |
* | stop blanking screen while resizing | Kartik K. Agaram | 2022-06-30 | 1 | -9/+0 | |
* | rip out notion of Line_width | Kartik K. Agaram | 2022-06-30 | 1 | -9/+1 | |
* | rip out the line-width slider | Kartik K. Agaram | 2022-06-30 | 1 | -30/+0 | |
* | bugfix: lines that aren't drawn from the start | Kartik K. Agaram | 2022-06-30 | 1 | -2/+7 | |
* | bugfix: save previous file when dropping a new one on | Kartik K. Agaram | 2022-06-29 | 1 | -0/+5 | |
* | avoid redundant writes on exit | Kartik K. Agaram | 2022-06-29 | 1 | -1/+3 | |
* | when naming points, allow backspacing back to '' | Kartik K. Agaram | 2022-06-27 | 1 | -0/+1 | |
* | bugfix: typing a capital letter deletes selection | Kartik K. Agaram | 2022-06-26 | 1 | -2/+6 | |
* | bugfix: don't delete selection when moving cursor | Kartik K. Agaram | 2022-06-23 | 1 | -1/+1 | |
* | show the line width when dragging the slider | Kartik K. Agaram | 2022-06-22 | 1 | -0/+4 | |
* | bugfix: delete selection before pasting | Kartik K. Agaram | 2022-06-21 | 1 | -0/+3 | |
* | revert selection logic to before commit 3ffc2ed8f | Kartik K. Agaram | 2022-06-20 | 1 | -4/+0 | |
* | selection bugfix | Kartik K. Agaram | 2022-06-20 | 1 | -1/+1 | |
* | much simpler | Kartik K. Agaram | 2022-06-20 | 1 | -12/+4 | |
* | no, that's not right | Kartik K. Agaram | 2022-06-20 | 1 | -3/+12 | |
* | bugfix: typing should delete highlighted text | Kartik K. Agaram | 2022-06-20 | 1 | -7/+5 | |
* | bugfix | Kartik K. Agaram | 2022-06-19 | 1 | -0/+8 | |
* | bugfix: crash in Text.up() after return | Kartik K. Agaram | 2022-06-19 | 1 | -2/+2 | |
* | make sure to save right when quitting | Kartik K. Agaram | 2022-06-18 | 1 | -0/+5 | |
* | correct location of the line width slider | Kartik K. Agaram | 2022-06-18 | 1 | -2/+2 | |
* | drop last couple of manual tests | Kartik K. Agaram | 2022-06-17 | 1 | -1/+3 | |
* | affordance to adjust width for word wrap | Kartik K. Agaram | 2022-06-17 | 1 | -1/+29 | |
* | indent | Kartik K. Agaram | 2022-06-17 | 1 | -4/+4 | |
* | autosave slightly less aggressively | Kartik K. Agaram | 2022-06-17 | 1 | -12/+23 | |
* | 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 |