Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | first successful pagedown test, first bug found by test | Kartik K. Agaram | 2022-05-23 | 4 | -14/+86 | |
* | first test! | Kartik K. Agaram | 2022-05-22 | 2 | -12/+87 | |
* | fold variables for screen dimensions into the app framework | Kartik K. Agaram | 2022-05-22 | 1 | -8/+8 | |
* | one more implication | Kartik K. Agaram | 2022-05-22 | 1 | -0/+3 | |
* | basic test-enabled framework | Kartik K. Agaram | 2022-05-22 | 4 | -34/+251 | |
* | rename | Kartik K. Agaram | 2022-05-22 | 2 | -1/+3 | |
* | yet another bugfix. But for how long? | Kartik K. Agaram | 2022-05-22 | 1 | -1/+1 | |
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 2 | -0/+38 | |
* | up and down arrow now moving by screen line where possible | Kartik K. Agaram | 2022-05-21 | 1 | -25/+47 | |
* | bugfix: printing the first part of a line at the bottom made it seem non-wrap... | Kartik K. Agaram | 2022-05-21 | 2 | -30/+43 | |
* | cleaner | Kartik K. Agaram | 2022-05-21 | 1 | -3/+2 | |
* | I feel confident now that page-down is working. | Kartik K. Agaram | 2022-05-21 | 2 | -3/+12 | |
* | couple of TODOs | Kartik K. Agaram | 2022-05-21 | 2 | -1/+2 | |
* | beginning of a new approach to scroll+wrap | Kartik K. Agaram | 2022-05-21 | 2 | -155/+187 | |
* | bugfix: escape key to hide online help | Kartik K. Agaram | 2022-05-21 | 2 | -6/+6 | |
* | help tweak | Kartik K. Agaram | 2022-05-21 | 1 | -1/+3 | |
* | show when we're naming a point | Kartik K. Agaram | 2022-05-21 | 1 | -2/+14 | |
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 7 | -4/+62 | |
* | new known issue with drawings | Kartik K. Agaram | 2022-05-21 | 1 | -0/+19 | |
* | one missing transition between shape modes | Kartik K. Agaram | 2022-05-21 | 1 | -1/+3 | |
* | several bugfixes | Kartik K. Agaram | 2022-05-21 | 2 | -2/+9 | |
* | bugfix: rectangles and squares are now saved | Kartik K. Agaram | 2022-05-21 | 2 | -2/+11 | |
* | bugfix | Kartik K. Agaram | 2022-05-21 | 1 | -10/+2 | |
* | bugfix: missed rename in one file | Kartik K. Agaram | 2022-05-21 | 1 | -2/+2 | |
* | disable some debug prints | Kartik K. Agaram | 2022-05-20 | 1 | -23/+23 | |
* | more precise height calculation when scrolling up as much as possible while k... | Kartik K. Agaram | 2022-05-20 | 1 | -4/+21 | |
* | keep cursor on screen when pressing 'down' | Kartik K. Agaram | 2022-05-20 | 2 | -3/+5 | |
* | rename | Kartik K. Agaram | 2022-05-20 | 1 | -7/+7 | |
* | reduce ambitions a bit: page up/down need not start screen from the middle of... | Kartik K. Agaram | 2022-05-20 | 2 | -20/+17 | |
* | first stab at equally hacky cursor down support | Kartik K. Agaram | 2022-05-20 | 1 | -11/+42 | |
* | stop recomputing Cursor_x now that we're saving it | Kartik K. Agaram | 2022-05-20 | 1 | -5/+3 | |
* | clearer comments | Kartik K. Agaram | 2022-05-20 | 1 | -2/+3 | |
* | ensure Filename is writable when opened outside a terminal | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 | |
* | some more logging | Kartik K. Agaram | 2022-05-20 | 1 | -1/+11 | |
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 3 | -17/+43 | |
* | another piece of support for line wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 2 | -1/+10 | |
* | first stab at supporting wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 2 | -13/+33 | |
* | bugfix | Kartik K. Agaram | 2022-05-20 | 1 | -16/+3 | |
* | new globals: draw partial screen line up top | Kartik K. Agaram | 2022-05-20 | 2 | -2/+9 | |
* | start using some globals | Kartik K. Agaram | 2022-05-20 | 2 | -6/+6 | |
* | move | Kartik K. Agaram | 2022-05-20 | 1 | -2/+4 | |
* | bugfix | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 | |
* | start remembering where the cursor is drawn in px | Kartik K. Agaram | 2022-05-20 | 2 | -0/+4 | |
* | extract a function | Kartik K. Agaram | 2022-05-20 | 2 | -12/+9 | |
* | move | Kartik K. Agaram | 2022-05-19 | 1 | -35/+35 | |
* | planning out cursor up/down over wrapped lines | Kartik K. Agaram | 2022-05-19 | 2 | -3/+5 | |
* | bugfix: cursor past end of screen line | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | bugfix: text past cursor was rendered red on wrapped lines | Kartik K. Agaram | 2022-05-19 | 2 | -0/+3 | |
* | bugfix: show cursor when past end of line | Kartik K. Agaram | 2022-05-19 | 2 | -0/+6 | |
* | change text cursor shape | Kartik K. Agaram | 2022-05-19 | 2 | -3/+5 |