Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename | Kartik K. Agaram | 2022-06-02 | 1 | -2/+2 |
* | bugfix: undo drawing creation | Kartik K. Agaram | 2022-06-02 | 1 | -1/+4 |
* | after much struggle, a brute-force undo | Kartik K. Agaram | 2022-06-02 | 1 | -0/+2 |
* | missing temporary modes in a couple more places | Kartik K. Agaram | 2022-05-30 | 1 | -2/+4 |
* | missing shape modes in a couple more places | Kartik K. Agaram | 2022-05-30 | 1 | -1/+1 |
* | more robust transitions to temporary modes | Kartik K. Agaram | 2022-05-30 | 1 | -3/+10 |
* | experiment: give up on changing shape mode | Kartik K. Agaram | 2022-05-30 | 1 | -9/+1 |
* | bugfix: function names | Kartik K. Agaram | 2022-05-30 | 1 | -3/+3 |
* | ignore 'name' mode in a few places | Kartik K. Agaram | 2022-05-30 | 1 | -0/+4 |
* | go through App in a couple more places | Kartik K. Agaram | 2022-05-29 | 1 | -3/+3 |
* | few more transitions between shapes | Kartik K. Agaram | 2022-05-25 | 1 | -2/+10 |
* | couple of TODOs | Kartik K. Agaram | 2022-05-21 | 1 | -0/+1 |
* | bugfix: escape key to hide online help | Kartik K. Agaram | 2022-05-21 | 1 | -6/+0 |
* | 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 | 1 | -0/+16 |
* | one missing transition between shape modes | Kartik K. Agaram | 2022-05-21 | 1 | -1/+3 |
* | several bugfixes | Kartik K. Agaram | 2022-05-21 | 1 | -2/+5 |
* | bugfix | Kartik K. Agaram | 2022-05-21 | 1 | -10/+2 |
* | make text and drawings the same width | Kartik K. Agaram | 2022-05-19 | 1 | -13/+15 |
* | another integer coordinate | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | delete unused arg | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | scroll past first page | Kartik K. Agaram | 2022-05-18 | 1 | -0/+1 |
* | rectangle and square shapes | Kartik K. Agaram | 2022-05-18 | 1 | -6/+162 |
* | lighter color for in-progress strokes | Kartik K. Agaram | 2022-05-18 | 1 | -0/+1 |
* | use the provided args everywhere | Kartik K. Agaram | 2022-05-18 | 1 | -4/+4 |
* | casting about for more helpers to extract.. | Kartik K. Agaram | 2022-05-18 | 1 | -3/+3 |
* | move | Kartik K. Agaram | 2022-05-18 | 1 | -91/+92 |
* | forgot to move this special case out | Kartik K. Agaram | 2022-05-17 | 1 | -3/+0 |
* | delegate update events to drawings | Kartik K. Agaram | 2022-05-17 | 1 | -0/+25 |
* | DRY some code | Kartik K. Agaram | 2022-05-17 | 1 | -6/+6 |
* | move mouse_released events to Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -0/+60 |
* | split mouse_pressed events between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -0/+20 |
* | split keyboard handling between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -2/+163 |
* | several more modules | Kartik K. Agaram | 2022-05-17 | 1 | -12/+244 |
* | extract a module | Kartik K. Agaram | 2022-05-17 | 1 | -0/+51 |