about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* renameKartik K. Agaram2022-09-171-3/+3
* delete some logsKartik K. Agaram2022-09-171-3/+0
* yet another bugfix in log parsingKartik K. Agaram2022-09-171-2/+6
* bugfix: perform matches in the right orderKartik K. Agaram2022-09-171-2/+2
* easy way to make file switching more convenientKartik K. Agaram2022-09-171-1/+0
* bugfix: never skip files in file navigatorKartik K. Agaram2022-09-171-4/+3
* use existing localKartik K. Agaram2022-09-171-1/+1
* use a helperKartik K. Agaram2022-09-171-11/+7
* bugfix: log filenames can have 2 formatsKartik K. Agaram2022-09-171-1/+4
* some debug printsKartik K. Agaram2022-09-174-0/+8
* isolate some tests from settingsKartik K. Agaram2022-09-171-1/+3
* get rid of ugly side-effects in testsKartik K. Agaram2022-09-172-9/+34
* bugfix: source margins when toggling log browserKartik K. Agaram2022-09-172-1/+65
* .Kartik K. Agaram2022-09-171-1/+2
* .Kartik K. Agaram2022-09-151-1/+1
* new testKartik K. Agaram2022-09-153-2/+21
* more correct absolute path detectionKartik K. Agaram2022-09-114-6/+38
* bugfix: path munging on WindowsKartik K. Agaram2022-09-104-6/+8
* self-documenting 0 Test_right_marginKartik K. Agaram2022-09-074-8/+16
* one issue lessKartik K. Agaram2022-09-061-3/+1
* switch shortcuts for bifold textKartik K. Agaram2022-09-062-5/+5
* support selections in the source editorKartik K. Agaram2022-09-066-6/+708
* support hyperlinks in the source editorKartik K. Agaram2022-09-053-0/+40
* bugfix: save modified files in save directoryKartik K. Agaram2022-09-051-2/+26
* .Kartik K. Agaram2022-09-051-1/+3
* support drawings in the source editorKartik K. Agaram2022-09-0511-128/+545
* include some missing source filesKartik K. Agaram2022-09-051-0/+4
* bugfix: cold startKartik K. Agaram2022-09-031-0/+3
* dedup points while loading drawing from diskKartik K. Agaram2022-09-032-13/+8
* set window title within each appKartik K. Agaram2022-09-032-2/+2
* remember window positions across restart/ctrl+eKartik K. Agaram2022-09-031-3/+5
* duplicateKartik K. Agaram2022-09-031-10/+0
* bugfix: window titleKartik K. Agaram2022-09-031-2/+2
* editing source code from within the appKartik K. Agaram2022-09-0322-203/+5164
* bugfix: propagate mouse press if any button wouldKartik K. Agaram2022-08-241-4/+6
* infrastructure for caching LÖVE text objectsKartik K. Agaram2022-08-243-6/+13
* set color for each fragmentKartik K. Agaram2022-08-231-1/+1
* helper: trimming whitespace from stringsKartik K. Agaram2022-08-231-0/+12
* helper: file_existsKartik K. Agaram2022-08-231-0/+10
* make App.open_for_* look more like io.openKartik K. Agaram2022-08-231-7/+9
* pass all button params to the iconKartik K. Agaram2022-08-232-2/+3
* allow buttons to nest as wellKartik K. Agaram2022-08-231-2/+11
* flip return value of button handlersKartik K. Agaram2022-08-232-6/+4
* stop putting button state in a globalKartik K. Agaram2022-08-233-9/+13
* improve explanation for buttonsKartik K. Agaram2022-08-231-1/+4
* allow buttons to interrupt eventsKartik K. Agaram2022-08-232-2/+6
* indentKartik K. Agaram2022-08-231-1/+3
* distinguish consistently between mouse buttons and other buttonsKartik K. Agaram2022-08-233-30/+30
* include pensieve.love even though it's in developmentKartik K. Agaram2022-08-221-0/+5
* include a forkKartik K. Agaram2022-08-211-0/+2
href='#n506'>506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641