about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge lines.loveKartik K. Agaram2022-09-074-8/+16
| |\|
| | * self-documenting 0 Test_right_marginKartik K. Agaram2022-09-074-8/+16
| | |
* | | Merge text.loveKartik K. Agaram2022-09-061-3/+1
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-061-3/+1
| |\|
| | * one issue lessKartik K. Agaram2022-09-061-3/+1
| | | | | | | | | | | | | | | Selecting text is also almost done. I just need to figure out what to do with bifold text.
* | | Merge text.loveKartik K. Agaram2022-09-067-11/+713
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-067-11/+713
| |\|
| | * switch shortcuts for bifold textKartik K. Agaram2022-09-062-5/+5
| | | | | | | | | | | | | | | | | | I've been running out of ctrl+ shortcuts, and I just remembered my original idea to keep ctrl+ for drawings/mouse operations and alt+ for everything else.
| | * support selections in the source editorKartik K. Agaram2022-09-066-6/+708
| | | | | | | | | | | | | | | I've only tested side A so far, and included a statement of how I want side B to behave.
* | | Merge text.loveKartik K. Agaram2022-09-053-0/+40
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-053-0/+40
| |\|
| | * support hyperlinks in the source editorKartik K. Agaram2022-09-053-0/+40
| | | | | | | | | | | | Integrated from the pensieve fork.
* | | Merge text.loveKartik K. Agaram2022-09-0517-117/+2473
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-0517-119/+2474
| |\|
| | * bugfix: save modified files in save directoryKartik K. Agaram2022-09-051-2/+26
| | | | | | | | | | | | | | | | | | scenario: open app from .love file, press ctrl+e Before this change the source file showed up empty.
| | * .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
| | |
* | | Merge text.loveKartik K. Agaram2022-09-031-0/+3
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-031-0/+3
| |\|
| | * bugfix: cold startKartik K. Agaram2022-09-031-0/+3
| | |
* | | Merge text.loveKartik K. Agaram2022-09-030-0/+0
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-030-0/+0
| |\|
| | * dedup points while loading drawing from diskKartik K. Agaram2022-09-032-13/+8
| | |
* | | Merge text.loveKartik K. Agaram2022-09-034-15/+7
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-032-2/+2
| |\|
| | * set window title within each appKartik K. Agaram2022-09-032-2/+2
| | | | | | | | | | | | The main app shows the file being edited, but the programming environment does not.
| * | Merge lines.loveKartik K. Agaram2022-09-033-15/+7
| |\|
| | * 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
| | |
| * | stray edit from source_text.luaKartik K. Agaram2022-09-031-1/+0
| | |
* | | Merge text.loveKartik K. Agaram2022-09-0321-193/+5153
|\| |
| * | Merge lines.loveKartik K. Agaram2022-09-030-0/+0
| |\| | | | | | | | | | Just a placeholder to skip past changes lines.love pulled from us.
| | * editing source code from within the appKartik K. Agaram2022-09-0322-203/+5164
| | | | | | | | | | | | | | | integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243
| * | editing source code from within the appKartik K. Agaram2022-09-0321-194/+5157
| | | | | | | | | | | | integrated from pong.love: https://merveilles.town/@akkartik/108933336531898243
* | | Merge text.loveKartik K. Agaram2022-08-241-4/+6
|\| |
| * | Merge lines.loveKartik K. Agaram2022-08-241-4/+6
| |\|
| | * bugfix: propagate mouse press if any button wouldKartik K. Agaram2022-08-241-4/+6
| | | | | | | | | | | | | | | Before this commit I was propagating press events only if _all_ buttons would.
* | | Merge text.loveKartik K. Agaram2022-08-242-0/+12
|\| |
| * | Merge lines.loveKartik K. Agaram2022-08-242-0/+12
| |\|
| | * infrastructure for caching LÖVE text objectsKartik K. Agaram2022-08-243-6/+13
| | |
* | | update window titleKartik K. Agaram2022-08-241-2/+2
| | |
* | | Merge text.loveKartik K. Agaram2022-08-232-1/+23
|\| |
| * | Merge lines.loveKartik K. Agaram2022-08-232-1/+23
| |\|
| | * set color for each fragmentKartik K. Agaram2022-08-231-1/+1
| | | | | | | | | | | | | | | In general it seems like good practice to minimize assumptions about the current color.
| | * helper: trimming whitespace from stringsKartik K. Agaram2022-08-231-0/+12
| | |
| | * helper: file_existsKartik K. Agaram2022-08-231-0/+10
| | |
* | | Merge text.loveKartik K. Agaram2022-08-234-46/+68
|\| |
| * | Merge lines.loveKartik K. Agaram2022-08-234-46/+68
| |\|