about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* don't save settings on error in source editorKartik K. Agaram2024-01-121-0/+1
* copy correct warning messageKartik K. Agaram2023-12-071-1/+6
* hide some details within the 'warning' stateKartik K. Agaram2023-12-061-27/+45
* redo version checks yet againKartik K. Agaram2023-12-061-17/+40
* redo version checksKartik K. Agaram2023-12-061-17/+20
* speculatively recommend new LÖVE v11.5 in all forksKartik K. Agaram2023-12-031-1/+1
* bugfix: version checkKartik K. Agaram2023-12-031-2/+3
* remove some dead codeKartik K. Agaram2023-11-121-1/+0
* check for 'error' mode in a few more placesKartik K. Agaram2023-11-121-5/+14
* start supporting LÖVE v12Kartik K. Agaram2023-10-091-1/+35
* Revert "deemphasize the source editor"Kartik K. Agaram2023-09-101-10/+2
* show any error after switching to source editorKartik K. Agaram2023-09-041-0/+2
* deemphasize the source editorKartik K. Agaram2023-04-091-2/+10
* mouse wheel supportKartik K. Agaram2023-03-231-0/+10
* no, turn vsync back onKartik K. Agaram2023-01-191-1/+0
* correct comment; vsync is hard to reason aboutKartik K. Agaram2023-01-161-1/+1
* disable vsyncKartik K. Agaram2023-01-161-0/+1
* hoist out some common settingsKartik K. Agaram2023-01-161-0/+5
* fix some arg namesKartik K. Agaram2022-12-231-3/+3
* another missed renameKartik K. Agaram2022-12-231-2/+2
* consistent names in a few more placesKartik K. Agaram2022-12-231-2/+2
* make love event names consistentKartik K. Agaram2022-12-231-11/+11
* stop tracking wallclock timeKartik K. Agaram2022-11-031-8/+10
* some debug printsKartik K. Agaram2022-09-171-0/+1
* support selections in the source editorKartik K. Agaram2022-09-061-1/+1
* .Kartik K. Agaram2022-09-051-1/+3
* support drawings in the source editorKartik K. Agaram2022-09-051-5/+7
* set window title within each appKartik K. Agaram2022-09-031-2/+0
* bugfix: window titleKartik K. Agaram2022-09-031-2/+2
* editing source code from within the appKartik K. Agaram2022-09-031-162/+205
* infrastructure for caching LÖVE text objectsKartik K. Agaram2022-08-241-0/+11
* stop putting button state in a globalKartik K. Agaram2022-08-231-1/+0
* correct a commentKartik K. Agaram2022-08-211-1/+1
* regression: dropping files on the windowKartik K. Agaram2022-08-191-0/+1
* remove some duplicationKartik K. Agaram2022-08-141-7/+4
* overzealous search-and-replaceKartik K. Agaram2022-08-131-1/+1
* have file API operate on state objectKartik K. Agaram2022-07-251-3/+3
* bugfix: alt-tab shouldn't emit keypress eventsKartik K. Agaram2022-07-251-1/+20
* moveKartik K. Agaram2022-07-251-2/+3
* simplify hysteresis logicKartik K. Agaram2022-07-251-8/+3
* extract methodKartik K. Agaram2022-07-231-14/+2
* separate data structure for each line's cache dataKartik K. Agaram2022-07-171-0/+2
* more precise nameKartik K. Agaram2022-07-151-7/+0
* make test initializations a little more obviousKartik K. Agaram2022-07-151-9/+4
* bugfix: zoom in/out hotkeysKartik K. Agaram2022-07-131-0/+7
* bugfix: resizeKartik K. Agaram2022-07-131-0/+2
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-21/+20
* add state arg to a few functionsKartik K. Agaram2022-07-121-2/+2
* start passing in Editor_state explicitlyKartik K. Agaram2022-07-121-8/+8
* initialize contains test stateKartik K. Agaram2022-07-121-0/+3