Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | move | Kartik K. Agaram | 2022-05-20 | 1 | -2/+4 | |
* | start remembering where the cursor is drawn in px | Kartik K. Agaram | 2022-05-20 | 1 | -0/+2 | |
* | extract a function | Kartik K. Agaram | 2022-05-20 | 1 | -4/+1 | |
* | bugfix: text past cursor was rendered red on wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -0/+1 | |
* | change text cursor shape | Kartik K. Agaram | 2022-05-19 | 1 | -2/+3 | |
* | clicking now moves the cursor even on long, wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -2/+2 | |
* | make text and drawings the same width | Kartik K. Agaram | 2022-05-19 | 1 | -5/+3 | |
* | comment | Kartik K. Agaram | 2022-05-19 | 1 | -6/+1 | |
* | eliminate assumptions that line length == size in bytes | Kartik K. Agaram | 2022-05-19 | 1 | -3/+3 | |
* | snapshot: wrapping long lines at word boundaries | Kartik K. Agaram | 2022-05-19 | 1 | -1/+3 | |
* | a few more integer coordinates | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | this is a bit clearer | Kartik K. Agaram | 2022-05-19 | 1 | -2/+2 | |
* | redo y computations | Kartik K. Agaram | 2022-05-19 | 1 | -4/+8 | |
* | simpler | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | delete another arg that can be deduced | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | delete unused arg | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | ensure integer coordinates | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | bugfix: ensure Cursor_line is always on a text line | Kartik K. Agaram | 2022-05-18 | 1 | -3/+4 | |
* | bugfix: position cursor up top when loading file | Kartik K. Agaram | 2022-05-18 | 1 | -0/+2 | |
* | scroll past first page | Kartik K. Agaram | 2022-05-18 | 1 | -20/+49 | |
* | highlight another global | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 | |
* | forgot to move this special case out | Kartik K. Agaram | 2022-05-17 | 1 | -0/+5 | |
* | . | Kartik K. Agaram | 2022-05-17 | 1 | -2/+2 | |
* | delegate update events to drawings | Kartik K. Agaram | 2022-05-17 | 1 | -21/+1 | |
* | DRY some code | Kartik K. Agaram | 2022-05-17 | 1 | -16/+12 | |
* | move mouse_released events to Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -57/+1 | |
* | split mouse_pressed events between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -20/+4 | |
* | split keyboard handling between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -286/+4 | |
* | autosave in a couple more places | Kartik K. Agaram | 2022-05-17 | 1 | -0/+3 | |
* | assume we always have a filename | Kartik K. Agaram | 2022-05-17 | 1 | -6/+2 | |
* | . | Kartik K. Agaram | 2022-05-17 | 1 | -6/+4 | |
* | bugfix: duplicate character on enter | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 | |
* | jump between lines on left/right | Kartik K. Agaram | 2022-05-17 | 1 | -0/+22 | |
* | split lines on enter | Kartik K. Agaram | 2022-05-17 | 1 | -3/+7 |