about summary refs log tree commit diff stats
path: root/file.lua
Commit message (Expand)AuthorAgeFilesLines
* audit all assertsKartik K. Agaram2023-11-181-8/+5
* yet another set of bugfixesKartik K. Agaram2023-08-301-1/+1
* bugfix: drawings in source editorKartik K. Agaram2023-05-301-5/+10
* fix support for absolute paths in WindowsKartik K. Agaram2022-09-261-0/+1
* more correct absolute path detectionKartik K. Agaram2022-09-111-0/+17
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+2
* dedup points while loading drawing from diskKartik K. Agaram2022-09-031-8/+8
* editing source code from within the appKartik K. Agaram2022-09-031-1/+0
* helper: file_existsKartik K. Agaram2022-08-231-0/+10
* have file API operate on state objectKartik K. Agaram2022-07-251-8/+7
* stop pretending globals are localKartik K. Agaram2022-07-111-2/+0
* better error messageKartik K. Agaram2022-07-051-0/+3
* test: autosave after any shapeKartik K. Agaram2022-06-141-1/+1
* avoid some string concatenationsKartik K. Agaram2022-06-101-6/+6
* ignore 'deleted' shapes when saving to diskKartik K. Agaram2022-05-301-0/+6
* typosKartik K. Agaram2022-05-251-2/+2
* couple more testsKartik K. Agaram2022-05-251-1/+1
* first successful pagedown test, first bug found by testKartik K. Agaram2022-05-231-3/+9
* first test!Kartik K. Agaram2022-05-221-0/+56
* support for naming pointsKartik K. Agaram2022-05-211-1/+11
* bugfix: rectangles and squares are now savedKartik K. Agaram2022-05-211-2/+8
* several more modulesKartik K. Agaram2022-05-171-0/+88
id='n239' href='#n239'>239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323