Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assert for a bug I saw a while ago but can no longer reproduce | Kartik K. Agaram | 2022-05-25 | 1 | -0/+1 |
* | bugfix: don't append metadata when it already exists | Kartik K. Agaram | 2022-05-25 | 1 | -2/+6 |
* | bugfix | Kartik K. Agaram | 2022-05-25 | 1 | -0/+41 |
* | test and App helper for mouse clicks | Kartik K. Agaram | 2022-05-25 | 2 | -1/+24 |
* | no, make sure to compute line width after screen dimensions | Kartik K. Agaram | 2022-05-25 | 3 | -6/+8 |
* | couple more tests | Kartik K. Agaram | 2022-05-25 | 4 | -18/+83 |
* | bugfix: down arrow doesn't scroll up unnecessarily | Kartik K. Agaram | 2022-05-24 | 1 | -4/+46 |
* | bugfix | Kartik K. Agaram | 2022-05-24 | 1 | -5/+46 |
* | get rid of debug variables | Kartik K. Agaram | 2022-05-23 | 2 | -16/+6 |
* | keep one screen line of overlap on pagedown | Kartik K. Agaram | 2022-05-23 | 2 | -19/+44 |
* | a few tests for pageup, and a bugfix | Kartik K. Agaram | 2022-05-23 | 2 | -10/+107 |
* | clean up test progress indicators | Kartik K. Agaram | 2022-05-23 | 1 | -11/+11 |
* | one bug I've repeatedly run into while testing with Moby Dick | Kartik K. Agaram | 2022-05-23 | 2 | -3/+69 |
* | scrolling with up arrow | Kartik K. Agaram | 2022-05-23 | 1 | -20/+19 |
* | disable all debug prints | Kartik K. Agaram | 2022-05-23 | 3 | -25/+25 |
* | quite the frustrating bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -5/+7 |
* | snapshot | Kartik K. Agaram | 2022-05-23 | 2 | -22/+169 |
* | . | Kartik K. Agaram | 2022-05-23 | 1 | -1/+2 |
* | similar tests for cursor up | Kartik K. Agaram | 2022-05-23 | 1 | -1/+67 |
* | couple of tests for cursor down | Kartik K. Agaram | 2022-05-23 | 2 | -8/+68 |
* | bugfix: don't rely on Screen_bottom1 while scrolling | Kartik K. Agaram | 2022-05-23 | 3 | -12/+23 |
* | 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 |