Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -5/+2 |
| | | | | | In the process I discovered the horrible fact that Text.x allocates a new Text. And it gets called (just once, thank goodness) on every single frame. | ||||
* | support selections in the source editor | Kartik K. Agaram | 2022-09-06 | 1 | -0/+183 |
I've only tested side A so far, and included a statement of how I want side B to behave. |