Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | selecting a stroke | Kartik K. Agaram | 2022-05-11 | 1 | -2/+47 | |
| | ||||||
* | bugfix: restrict strokes to the drawing they started in | Kartik K. Agaram | 2022-05-11 | 1 | -4/+15 | |
| | ||||||
* | reorg | Kartik K. Agaram | 2022-05-11 | 1 | -4/+4 | |
| | ||||||
* | spacing | Kartik K. Agaram | 2022-05-11 | 1 | -3/+3 | |
| | ||||||
* | inline | Kartik K. Agaram | 2022-05-11 | 1 | -5/+1 | |
| | ||||||
* | rename | Kartik K. Agaram | 2022-05-11 | 1 | -3/+4 | |
| | ||||||
* | clean up repl functionality | Kartik K. Agaram | 2022-05-11 | 1 | -32/+7 | |
| | | | | Now we have separate keywords for returning vs drawing something. | |||||
* | clip drawings inside the border | Kartik K. Agaram | 2022-05-11 | 1 | -2/+2 | |
| | ||||||
* | lighter border for figures | Kartik K. Agaram | 2022-05-11 | 1 | -1/+2 | |
| | ||||||
* | intermingle freehand line drawings with text | Kartik K. Agaram | 2022-05-11 | 1 | -7/+69 | |
| | ||||||
* | confirm that we have access to all of the love API | Kartik K. Agaram | 2022-05-02 | 1 | -4/+14 | |
| | | | | | | | | love.graphics.line(1, 1, 500, 500) However, we're now no longer printing results or errors. Time now to design the data model. When do we (re)evaluate code. When do we display results. Where do errors go. | |||||
* | don't rely on defaults | Kartik K. Agaram | 2022-05-02 | 1 | -0/+1 | |
| | ||||||
* | backspace | Kartik K. Agaram | 2022-05-02 | 1 | -0/+10 | |
| | ||||||
* | handle chords | Kartik K. Agaram | 2022-05-02 | 1 | -26/+21 | |
| | | | | | For shift we'll mostly rely on love.textinput. For the rest I've created a simple driver. | |||||
* | little Lua repl on hitting ctrl-r | Kartik K. Agaram | 2022-05-02 | 1 | -1/+30 | |
| | ||||||
* | ctrl- and alt- combinations | Kartik K. Agaram | 2022-05-02 | 1 | -0/+6 | |
| | ||||||
* | handle space key | Kartik K. Agaram | 2022-05-01 | 1 | -0/+2 | |
| | | | | We're going to run into a few of these.. | |||||
* | note card | Kartik K. Agaram | 2022-05-01 | 1 | -0/+2 | |
| | ||||||
* | show cursor | Kartik K. Agaram | 2022-05-01 | 1 | -1/+5 | |
| | ||||||
* | love2d scaffold | Kartik K. Agaram | 2022-05-01 | 1 | -0/+37 | |