about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* simplify some code now that lines contains no derived dataKartik K. Agaram2024-07-082-18/+2
* use deepcopy where possibleKartik K. Agaram2024-06-234-32/+32
* bugfix: restart search on backspaceKartik K. Agaram2024-06-231-0/+3
* correct some commentsKartik K. Agaram2024-06-231-5/+3
* update a stale commentKartik K. Agaram2024-06-161-2/+1
* crap, fix some final changes in the source editorKartik K. Agaram2024-06-113-9/+7
* commentKartik K. Agaram2024-06-111-2/+2
* whitespaceKartik K. Agaram2024-06-111-5/+5
* stop caching startyKartik K. Agaram2024-06-1112-107/+148
* stop caching screen_bottom1Kartik K. Agaram2024-06-1110-303/+173
* bugfix in source editor: don't clear selection on M-arrowKartik K. Agaram2024-06-091-1/+1
* bugfix in source editorKartik K. Agaram2024-06-093-7/+27
* fix a crash involving mouse and drawingsKartik K. Agaram2024-06-095-8/+33
* document recent handlersKartik K. Agaram2024-05-191-0/+7
* mousefocus handlerKartik K. Agaram2024-05-191-0/+11
* mousemoved handlerKartik K. Agaram2024-05-191-0/+11
* add a mirror and reorg mirrorsKartik K. Agaram2024-03-101-3/+4
* ensure tapping on editor brings up soft keyboardKartik K. Agaram2024-02-162-0/+2
* bugfix in cursor positioningKartik K. Agaram2024-02-084-14/+14
* fix yet another placeKartik K. Agaram2024-02-041-3/+3
* more realism in one more helperKartik K. Agaram2024-02-042-5/+5
* bugfix: don't clear selection on M-arrowKartik K. Agaram2024-02-041-1/+1
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-045-188/+188
* use editor state font for width calculationsKartik K. Agaram2024-01-129-71/+67
* don't save settings on error in source editorKartik K. Agaram2024-01-123-2/+3
* fix still more issues with the previous scenarioKartik K. Agaram2024-01-122-1/+2
* clean up test mocks before abortingKartik K. Agaram2024-01-121-0/+1
* moar bugfix X-(Kartik K. Agaram2023-12-292-2/+2
* bugfixKartik K. Agaram2023-12-296-10/+12
* update docKartik K. Agaram2023-12-291-1/+1
* pull font into editorKartik K. Agaram2023-12-295-23/+23
* bugfix: utf-8Kartik K. Agaram2023-12-262-2/+4
* document a missing editor APIKartik K. Agaram2023-12-191-3/+6
* bugfix :(Kartik K. Agaram2023-12-181-1/+1
* make button backgrounds optionalKartik K. Agaram2023-12-183-12/+13
* add a helper and update some docsKartik K. Agaram2023-12-182-3/+7
* streamline button.luaKartik K. Agaram2023-12-166-11/+7
* fix a couple of asserts missed in the recent auditKartik K. Agaram2023-12-093-5/+2
* copy correct warning messageKartik K. Agaram2023-12-071-1/+6
* minor tweaks to manual tests while pushing to all forksKartik K. Agaram2023-12-071-3/+3
* hide some details within the 'warning' stateKartik K. Agaram2023-12-061-27/+45
* redo version checks yet againKartik K. Agaram2023-12-063-19/+41
* redo version checksKartik K. Agaram2023-12-064-22/+40
* _yet another_ bugfix to the version check X-(Kartik K. Agaram2023-12-062-0/+2
* yet another bugfix to the version checkKartik K. Agaram2023-12-032-2/+2
* speculatively recommend new LÖVE v11.5 in all forksKartik K. Agaram2023-12-031-1/+1
* bugfix: version checkKartik K. Agaram2023-12-033-2/+6
* clearing starty is redundant in mutationsKartik K. Agaram2023-12-032-10/+0
* mouse button state in source editorKartik K. Agaram2023-12-012-1/+3
* manually maintain mouse button press stateKartik K. Agaram2023-12-012-1/+3
href='#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197