Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | rename | Kartik K. Agaram | 2022-05-17 | 1 | -4/+4 |
* | . | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 |
* | join lines on delete | Kartik K. Agaram | 2022-05-17 | 1 | -1/+9 |
* | move | Kartik K. Agaram | 2022-05-17 | 1 | -13/+13 |
* | enable pressing and holding backspace | Kartik K. Agaram | 2022-05-17 | 1 | -0/+1 |
* | several more modules | Kartik K. Agaram | 2022-05-17 | 1 | -685/+81 |
* | bugfix typo | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 |
* | beginnings of a module for the text editor | Kartik K. Agaram | 2022-05-17 | 1 | -52/+7 |
* | longer names for indices in long loops | Kartik K. Agaram | 2022-05-17 | 1 | -11/+11 |
* | extract a module | Kartik K. Agaram | 2022-05-17 | 1 | -47/+3 |
* | finish uppercasing all globals | Kartik K. Agaram | 2022-05-17 | 1 | -208/+208 |
* | start uppercasing globals | Kartik K. Agaram | 2022-05-17 | 1 | -94/+94 |
* | let's prevent the text cursor from ever getting on a drawing | Kartik K. Agaram | 2022-05-17 | 1 | -38/+47 |
* | bugfix typo | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 |
* | start imposing some organization | Kartik K. Agaram | 2022-05-17 | 1 | -7/+9 |
* | much better help color and copy | Kartik K. Agaram | 2022-05-17 | 1 | -14/+14 |
* | bit more polish to help screen | Kartik K. Agaram | 2022-05-17 | 1 | -5/+6 |
* | reset zoom | Kartik K. Agaram | 2022-05-17 | 1 | -0/+6 |
* | respect zoom when drawing drawings | Kartik K. Agaram | 2022-05-16 | 1 | -0/+4 |
* | respect zoom when printing online help | Kartik K. Agaram | 2022-05-16 | 1 | -51/+54 |
* | ctrl-+ and ctrl-- to adjust font size | Kartik K. Agaram | 2022-05-16 | 1 | -4/+12 |
* | reorg | Kartik K. Agaram | 2022-05-16 | 1 | -13/+16 |
* | more precise cursor positioning | Kartik K. Agaram | 2022-05-16 | 1 | -3/+4 |
* | position cursor by clicking on text | Kartik K. Agaram | 2022-05-16 | 1 | -6/+13 |
* | allow text to be typed while mouse hovers over drawing | Kartik K. Agaram | 2022-05-16 | 1 | -13/+0 |
* | save each line's y coordinate, whether it's a drawing or not | Kartik K. Agaram | 2022-05-16 | 1 | -1/+1 |
* | move | Kartik K. Agaram | 2022-05-16 | 1 | -24/+21 |
* | stop handling drawings in cursor_pos computations | Kartik K. Agaram | 2022-05-16 | 1 | -8/+14 |
* | change data model; text can now have metadata | Kartik K. Agaram | 2022-05-16 | 1 | -51/+63 |