Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 1 | -2/+2 |
| | | | | We only need time differences. | ||||
* | hide editor cursor while in file navigator | Kartik K. Agaram | 2022-09-18 | 1 | -2/+2 |
| | |||||
* | new test | Kartik K. Agaram | 2022-09-15 | 1 | -1/+4 |
| | |||||
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -1/+1 |
| | |||||
* | self-documenting 0 Test_right_margin | Kartik K. Agaram | 2022-09-07 | 1 | -1/+4 |
| | |||||
* | switch shortcuts for bifold text | Kartik K. Agaram | 2022-09-06 | 1 | -2/+2 |
| | | | | | | I've been running out of ctrl+ shortcuts, and I just remembered my original idea to keep ctrl+ for drawings/mouse operations and alt+ for everything else. | ||||
* | support selections in the source editor | Kartik K. Agaram | 2022-09-06 | 1 | -1/+56 |
| | | | | | I've only tested side A so far, and included a statement of how I want side B to behave. | ||||
* | support hyperlinks in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -0/+1 |
| | | | | Integrated from the pensieve fork. | ||||
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -21/+157 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+377 |
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 |