Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | don't try to append text to drawings | Kartik K. Agaram | 2022-05-16 | 1 | -0/+1 | |
* | rename | Kartik K. Agaram | 2022-05-16 | 1 | -2/+2 | |
* | . | Kartik K. Agaram | 2022-05-16 | 1 | -2/+1 | |
* | make sure to show the border of a drawing immediately after creating it | Kartik K. Agaram | 2022-05-16 | 1 | -1/+1 | |
* | bugfix: up/down across drawings | Kartik K. Agaram | 2022-05-16 | 1 | -0/+2 | |
* | show cursor even on empty lines | Kartik K. Agaram | 2022-05-16 | 1 | -1/+4 | |
* | speed up some obvious common cases | Kartik K. Agaram | 2022-05-16 | 1 | -3/+16 | |
* | binary search to most natural up/down with proportional fonts | Kartik K. Agaram | 2022-05-16 | 1 | -9/+35 | |
* | up/down cursor movement | Kartik K. Agaram | 2022-05-16 | 1 | -7/+24 | |
* | left/right cursor movement, deleting characters | Kartik K. Agaram | 2022-05-16 | 1 | -6/+51 | |
* | position cursor more precisely | Kartik K. Agaram | 2022-05-16 | 1 | -1/+1 | |
* | always show current filename in window title | Kartik K. Agaram | 2022-05-16 | 1 | -1/+3 | |
* | always have a filename | Kartik K. Agaram | 2022-05-16 | 1 | -4/+2 | |
* | gracefully handle a non-existent filename at the commandline | Kartik K. Agaram | 2022-05-16 | 1 | -2/+5 | |
* | couple of bugfixes to file-handling | Kartik K. Agaram | 2022-05-16 | 1 | -1/+2 | |
* | delete experimental REPL | Kartik K. Agaram | 2022-05-16 | 1 | -13/+0 | |
* | silly reason my screenshots had an ugly black line down the left | Kartik K. Agaram | 2022-05-16 | 1 | -1/+1 | |
* | to open a file without a terminal, drag it on! | Kartik K. Agaram | 2022-05-16 | 1 | -5/+18 | |
* | 2 regressions: | Kartik K. Agaram | 2022-05-16 | 1 | -6/+7 | |
* | bugfix | Kartik K. Agaram | 2022-05-16 | 1 | -1/+2 | |
* | slightly better default sizing of drawings | Kartik K. Agaram | 2022-05-16 | 1 | -1/+2 | |
* | adjust window size | Kartik K. Agaram | 2022-05-16 | 1 | -0/+6 | |
* | some missing transitions | Kartik K. Agaram | 2022-05-15 | 1 | -4/+14 | |
* | esc to cancel a shape mid-click | Kartik K. Agaram | 2022-05-15 | 1 | -0/+5 | |
* | fix a comment | Kartik K. Agaram | 2022-05-15 | 1 | -3/+2 | |
* | autosave on keystrokes | Kartik K. Agaram | 2022-05-15 | 1 | -1/+6 | |
* | bugfix: move mode | Kartik K. Agaram | 2022-05-15 | 1 | -1/+5 | |
* | online contextual help | Kartik K. Agaram | 2022-05-15 | 1 | -0/+130 |