Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 |