Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regression: dropping files on the window | Kartik K. Agaram | 2022-08-19 | 1 | -0/+2 |
| | | | | Also improve the test to catch this next time. | ||||
* | make test initializations a little more obvious | Kartik K. Agaram | 2022-07-15 | 1 | -4/+5 |
| | |||||
* | bugfix: resize | Kartik K. Agaram | 2022-07-13 | 1 | -2/+7 |
| | |||||
* | left/right margin -> left/right coordinates | Kartik K. Agaram | 2022-07-12 | 1 | -4/+4 |
| | | | | | Editor state initialization now depends on window dimensions, so we have to more carefully orchestrate startup. | ||||
* | add state arg to schedule_save | Kartik K. Agaram | 2022-07-12 | 1 | -1/+1 |
| | |||||
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -11/+11 |
| | | | | We're still accessing them through a global. But we'll change that next. | ||||
* | rip out the line-width slider | Kartik K. Agaram | 2022-06-30 | 1 | -18/+0 |
| | | | | | | | New plan: - render text across the whole window - let people resize the window to the desired line width - save window size settings between sessions | ||||
* | bugfix: save previous file when dropping a new one on | Kartik K. Agaram | 2022-06-29 | 1 | -0/+30 |
| | |||||
* | new test: dragging and dropping a file on lines.love | Kartik K. Agaram | 2022-06-29 | 1 | -0/+27 |
| | |||||
* | correct location of the line width slider | Kartik K. Agaram | 2022-06-18 | 1 | -2/+2 |
| | |||||
* | drop last couple of manual tests | Kartik K. Agaram | 2022-06-17 | 1 | -0/+29 |