Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | Scenario: make some edits, select some text, make some more edits. Press ctrl-z. Before this commit, undo would stop at the point of selection and previous edits would become unreachable. After this commit, both ctrl-z and ctrl-y seem able to span the point of selection. | ||||
* | typo | Kartik K. Agaram | 2022-12-24 | 1 | -1/+1 |
| | |||||
* | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 |
| | |||||
* | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -19/+19 |
| | | | | | I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those. | ||||
* | repeat bugfix on source editor X-( | Kartik K. Agaram | 2022-12-12 | 1 | -2/+5 |
| | |||||
* | repeat bugfix on source editor | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
| | |||||
* | repeat bugfix on source editor | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | ctrl+a: select entire buffer | Kartik K. Agaram | 2022-11-19 | 1 | -1/+4 |
| | |||||
* | 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 |