Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bugfix: lines that aren't drawn from the start | Kartik K. Agaram | 2022-06-30 | 1 | -9/+20 | |
* | clicking to the right of a line within line width | Kartik K. Agaram | 2022-06-29 | 1 | -1/+16 | |
* | . | Kartik K. Agaram | 2022-06-29 | 1 | -1/+1 | |
* | bugfix: clicking past end of screen line | Kartik K. Agaram | 2022-06-29 | 1 | -1/+1 | |
* | bugfix: scrolling in left/right movements | Kartik K. Agaram | 2022-06-28 | 1 | -10/+30 | |
* | undo commit 861c57b533 | Kartik K. Agaram | 2022-06-27 | 1 | -2/+1 | |
* | bugfix: clear selection in a couple more places | Kartik K. Agaram | 2022-06-23 | 1 | -0/+2 | |
* | fix a failing test | Kartik K. Agaram | 2022-06-23 | 1 | -4/+2 | |
* | extract a function | Kartik K. Agaram | 2022-06-23 | 1 | -16/+13 | |
* | bugfix: recompute screen lines in backspace/delete | Kartik K. Agaram | 2022-06-23 | 1 | -0/+4 | |
* | turns out super- chords to get to textinput | Kartik K. Agaram | 2022-06-22 | 1 | -2/+1 | |
* | bugfix: delete selection before pasting | Kartik K. Agaram | 2022-06-21 | 1 | -3/+0 | |
* | bugfix | Kartik K. Agaram | 2022-06-21 | 1 | -1/+4 | |
* | better fix for commit 3ffc2ed8f | Kartik K. Agaram | 2022-06-20 | 1 | -0/+1 | |
* | revert selection logic to before commit 3ffc2ed8f | Kartik K. Agaram | 2022-06-20 | 1 | -4/+11 | |
* | much simpler | Kartik K. Agaram | 2022-06-20 | 1 | -19/+4 | |
* | some early returns should be asserts | Kartik K. Agaram | 2022-06-20 | 1 | -1/+3 | |
* | move Selection1 clearing past business logic | Kartik K. Agaram | 2022-06-20 | 1 | -10/+10 | |
* | remove some redundant checks | Kartik K. Agaram | 2022-06-20 | 1 | -30/+10 | |
* | no, that's not right | Kartik K. Agaram | 2022-06-20 | 1 | -0/+6 | |
* | bugfix | Kartik K. Agaram | 2022-06-19 | 1 | -1/+1 | |
* | bugfix: crash in Text.up() after return | Kartik K. Agaram | 2022-06-19 | 1 | -29/+22 | |
* | correct location of the line width slider | Kartik K. Agaram | 2022-06-18 | 1 | -0/+1 | |
* | autosave slightly less aggressively | Kartik K. Agaram | 2022-06-17 | 1 | -6/+6 | |
* | extract variables for drawing padding | Kartik K. Agaram | 2022-06-14 | 1 | -3/+3 | |
* | extract variable Margin_left | Kartik K. Agaram | 2022-06-14 | 1 | -11/+11 | |
* | mouse buttons are integers, not strings | Kartik K. Agaram | 2022-06-14 | 1 | -1/+1 | |
* | go through and fix similar issues | Kartik K. Agaram | 2022-06-14 | 1 | -6/+12 | |
* | bugfix | Kartik K. Agaram | 2022-06-14 | 1 | -4/+13 | |
* | bugfix: UTF-8 in compute_fragments | Kartik K. Agaram | 2022-06-14 | 1 | -5/+7 | |
* | override mouse state lookups in tests | Kartik K. Agaram | 2022-06-12 | 1 | -1/+1 | |
* | bugfix: BSOD in #4. | Kartik K. Agaram | 2022-06-11 | 1 | -2/+2 | |
* | stop handling nil screen_line_starting_pos everywhere | Kartik K. Agaram | 2022-06-10 | 1 | -23/+6 | |
* | this fixes the immediate regression | Kartik K. Agaram | 2022-06-10 | 1 | -19/+17 | |
* | stop repeatedly checking for line wrapping | Kartik K. Agaram | 2022-06-10 | 1 | -7/+8 | |
* | . | Kartik K. Agaram | 2022-06-10 | 1 | -1/+1 | |
* | extract scrolling logic out of insert_at_cursor | Kartik K. Agaram | 2022-06-10 | 1 | -6/+12 | |
* | extract scrolling logic out of insert_return | Kartik K. Agaram | 2022-06-10 | 1 | -4/+3 | |
* | remove some memory leaks from rendered fragments | Kartik K. Agaram | 2022-06-10 | 1 | -0/+4 | |
* | experiment: blinking cursor | Kartik K. Agaram | 2022-06-09 | 1 | -3/+6 | |
* | the problem is that the cursor can occlude text | Kartik K. Agaram | 2022-06-09 | 1 | -1/+1 | |
* | make the cursor a little thicker | Kartik K. Agaram | 2022-06-09 | 1 | -1/+1 | |
* | experiment: line cursor | Kartik K. Agaram | 2022-06-09 | 1 | -1/+1 | |
* | fix a crash | Kartik K. Agaram | 2022-06-06 | 1 | -1/+3 | |
* | additional logging for an active bug | Kartik K. Agaram | 2022-06-05 | 1 | -1/+5 | |
* | another bugfix in scrolling while inserting text | Kartik K. Agaram | 2022-06-05 | 1 | -2/+1 | |
* | bugfix in previous commit | Kartik K. Agaram | 2022-06-05 | 1 | -0/+3 | |
* | check for scroll when just typing | Kartik K. Agaram | 2022-06-05 | 1 | -0/+5 | |
* | rename | Kartik K. Agaram | 2022-06-05 | 1 | -5/+5 | |
* | some unnecessary mutations | Kartik K. Agaram | 2022-06-05 | 1 | -4/+0 |