Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | switch copy/paste to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -0/+48 |
* | switch undo/redo to ctrl- hotkeys | Kartik K. Agaram | 2022-06-02 | 1 | -0/+18 |
* | default font size and line-height | Kartik K. Agaram | 2022-06-02 | 1 | -4/+10 |
* | extract a new variable | Kartik K. Agaram | 2022-06-02 | 1 | -1/+2 |
* | crisp font rendering | Kartik K. Agaram | 2022-06-02 | 1 | -4/+20 |
* | find text | Kartik K. Agaram | 2022-06-02 | 1 | -5/+43 |
* | . | Kartik K. Agaram | 2022-06-02 | 1 | -1/+1 |
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -1/+1 |
* | bugfix: undo drawing creation | Kartik K. Agaram | 2022-06-02 | 1 | -0/+1 |
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+5 |
* | . | Kartik K. Agaram | 2022-05-29 | 1 | -6/+0 |
* | selecting text and deleting selections | Kartik K. Agaram | 2022-05-29 | 1 | -0/+11 |
* | update some documentation | Kartik K. Agaram | 2022-05-29 | 1 | -3/+6 |
* | move some code | Kartik K. Agaram | 2022-05-28 | 1 | -28/+0 |
* | . | Kartik K. Agaram | 2022-05-27 | 1 | -1/+1 |
* | assert for a bug I saw a while ago but can no longer reproduce | Kartik K. Agaram | 2022-05-25 | 1 | -0/+1 |
* | no, make sure to compute line width after screen dimensions | Kartik K. Agaram | 2022-05-25 | 1 | -4/+4 |
* | couple more tests | Kartik K. Agaram | 2022-05-25 | 1 | -17/+19 |
* | get rid of debug variables | Kartik K. Agaram | 2022-05-23 | 1 | -9/+4 |
* | keep one screen line of overlap on pagedown | Kartik K. Agaram | 2022-05-23 | 1 | -1/+1 |
* | a few tests for pageup, and a bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -10/+18 |
* | disable all debug prints | Kartik K. Agaram | 2022-05-23 | 1 | -2/+2 |
* | . | Kartik K. Agaram | 2022-05-23 | 1 | -1/+2 |
* | couple of tests for cursor down | Kartik K. Agaram | 2022-05-23 | 1 | -2/+2 |
* | bugfix: don't rely on Screen_bottom1 while scrolling | Kartik K. Agaram | 2022-05-23 | 1 | -1/+4 |
* | first successful pagedown test, first bug found by test | Kartik K. Agaram | 2022-05-23 | 1 | -7/+8 |
* | fold variables for screen dimensions into the app framework | Kartik K. Agaram | 2022-05-22 | 1 | -8/+8 |
* | basic test-enabled framework | Kartik K. Agaram | 2022-05-22 | 1 | -26/+25 |
* | rename | Kartik K. Agaram | 2022-05-22 | 1 | -1/+3 |
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 1 | -0/+1 |
* | bugfix: printing the first part of a line at the bottom made it seem non-wrap... | Kartik K. Agaram | 2022-05-21 | 1 | -9/+17 |
* | I feel confident now that page-down is working. | Kartik K. Agaram | 2022-05-21 | 1 | -2/+3 |
* | beginning of a new approach to scroll+wrap | Kartik K. Agaram | 2022-05-21 | 1 | -25/+31 |
* | bugfix: escape key to hide online help | Kartik K. Agaram | 2022-05-21 | 1 | -0/+6 |
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 1 | -0/+27 |
* | keep cursor on screen when pressing 'down' | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |
* | reduce ambitions a bit: page up/down need not start screen from the middle of... | Kartik K. Agaram | 2022-05-20 | 1 | -13/+14 |
* | ensure Filename is writable when opened outside a terminal | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 1 | -9/+11 |
* | new globals: draw partial screen line up top | Kartik K. Agaram | 2022-05-20 | 1 | -0/+3 |
* | start using some globals | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |