about summary refs log tree commit diff stats
path: root/run.lua
Commit message (Expand)AuthorAgeFilesLines
* bugfixKartik K. Agaram2023-12-291-2/+2
* pull font into editorKartik K. Agaram2023-12-291-6/+4
* use my name for a dirKartik K. Agaram2023-10-271-1/+1
* drop an unused argKartik K. Agaram2023-07-111-2/+2
* standardize between run and source some moreKartik K. Agaram2023-07-101-3/+1
* simplify saving settingsKartik K. Agaram2023-07-101-3/+1
* bugfix: Windows pushing title bar off screenKartik K. Agaram2023-07-101-15/+11
* delete flags that have never been exercisedKartik K. Agaram2023-07-101-4/+0
* bugfix: preserve window positionKartik K. Agaram2023-07-101-1/+11
* several bugfixes in saving/loading cursor positionKartik K. Agaram2023-06-081-6/+9
* some temporary logging to catch a bugKartik K. Agaram2023-06-011-0/+5
* switch source side to new screen-line-based renderKartik K. Agaram2023-04-031-3/+0
* App.width can no longer take a TextKartik K. Agaram2023-04-011-3/+1
* get rid of to_textKartik K. Agaram2023-04-011-6/+2
* stop reusing cursor locations between filesKartik K. Agaram2023-03-251-1/+2
* experiment at avoiding some merge conflictsKartik K. Agaram2023-03-251-0/+13
* some minor cleanupKartik K. Agaram2023-03-231-2/+2
* mouse wheel supportKartik K. Agaram2023-03-231-0/+5
* get typed in keystrokes to show on screen on iPadKartik K. Agaram2023-03-181-0/+7
* consistently use App names for methods everywhereKartik K. Agaram2023-03-181-7/+7
* more robust state validationKartik K. Agaram2023-03-171-5/+2
* hoist out some common settingsKartik K. Agaram2023-01-161-5/+0
* bugfixKartik K. Agaram2023-01-061-2/+2
* typoKartik K. Agaram2023-01-011-2/+2
* fix stale commentKartik K. Agaram2023-01-011-1/+1
* make love event names consistentKartik K. Agaram2022-12-231-9/+9
* some debug printsKartik K. Agaram2022-09-171-0/+1
* more correct absolute path detectionKartik K. Agaram2022-09-111-3/+2
* bugfix: path munging on WindowsKartik K. Agaram2022-09-101-2/+3
* bugfix: cold startKartik K. Agaram2022-09-031-0/+3
* remember window positions across restart/ctrl+eKartik K. Agaram2022-09-031-3/+5
* editing source code from within the appKartik K. Agaram2022-09-031-0/+182
* renameKartik K. Agaram2022-05-221-37/+0
* beginnings of a test harnessKartik K. Agaram2022-05-221-0/+37