Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | some typos | Kartik K. Agaram | 2022-06-05 | 1 | -3/+3 | |
* | bugfix: backspace from start of file | Kartik K. Agaram | 2022-06-04 | 1 | -4/+1 | |
* | regression: couldn't do many drawing operations because line.y was reset | Kartik K. Agaram | 2022-06-04 | 1 | -0/+1 | |
* | experiment: slightly adaptive scrolling | Kartik K. Agaram | 2022-06-04 | 1 | -2/+14 | |
* | make cursor more obvious | Kartik K. Agaram | 2022-06-04 | 1 | -1/+1 | |
* | more precise search highlighting | Kartik K. Agaram | 2022-06-03 | 1 | -6/+2 | |
* | extract a function | Kartik K. Agaram | 2022-06-03 | 1 | -20/+1 | |
* | extract a couple of files | Kartik K. Agaram | 2022-06-03 | 1 | -1193/+4 | |
* | bugfix: restore state after C-f (find) | Kartik K. Agaram | 2022-06-03 | 1 | -4/+8 | |
* | highlight selection while dragging | Kartik K. Agaram | 2022-06-03 | 1 | -12/+40 | |
* | select text using mouse drag | Kartik K. Agaram | 2022-06-03 | 1 | -2/+6 | |
* | up arrow to search previous | Kartik K. Agaram | 2022-06-03 | 1 | -0/+50 | |
* | switch copy/paste to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -48/+1 | |
* | switch undo/redo to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -22/+2 | |
* | extract a new variable | Kartik K. Agaram | 2022-06-02 | 1 | -93/+61 | |
* | crisp font rendering | Kartik K. Agaram | 2022-06-02 | 1 | -193/+135 | |
* | find text | Kartik K. Agaram | 2022-06-02 | 1 | -4/+76 | |
* | scroll if necessary on paste | Kartik K. Agaram | 2022-06-02 | 1 | -0/+23 | |
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -2/+2 | |
* | test harness now supports copy/paste | Kartik K. Agaram | 2022-06-02 | 1 | -3/+68 | |
* | bugfix: pasting newlines | Kartik K. Agaram | 2022-06-02 | 1 | -12/+21 | |
* | more efficient undo/redo | Kartik K. Agaram | 2022-06-02 | 1 | -56/+36 | |
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -12/+12 | |
* | this implementation undo load-tests quite poorly | Kartik K. Agaram | 2022-06-02 | 1 | -0/+28 | |
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+125 | |
* | avoid scrolling down if possible | Kartik K. Agaram | 2022-05-30 | 1 | -1/+28 | |
* | support non-text lines in Text.to2 | Kartik K. Agaram | 2022-05-30 | 1 | -1/+3 | |
* | regression: typing uppercase letters in text | Kartik K. Agaram | 2022-05-30 | 1 | -1/+1 | |
* | . | Kartik K. Agaram | 2022-05-29 | 1 | -4/+4 | |
* | cut/copy selected text to clipboard | Kartik K. Agaram | 2022-05-29 | 1 | -0/+45 | |
* | selecting text and deleting selections | Kartik K. Agaram | 2022-05-29 | 1 | -4/+291 |