Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | Still some limitations. The text cursor has to be visible on screen, so if you have a long series of drawings without intervening lines of text you won't be able to scroll through them all. | |||||
* | 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 | |
| | | | | This will be important when we implement scrolling.. | |||||
* | 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 | |
| | | | | This is probably not ideal; let's see how it goes.. | |||||
* | extract a module | Kartik K. Agaram | 2022-05-17 | 1 | -0/+51 | |
I want to use `drawing` for locals, so I'll use uppercase the module name just like globals. |