Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | bugfix | Kartik K. Agaram | 2023-03-17 | 4 | -18/+72 | |
| | | | | | | | | | | | | Thanks Mikoláš Štrajt. | |||||
| | * | get rid of all bifold text | Kartik K. Agaram | 2023-03-17 | 4 | -874/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's just uneconomic to maintain given how little I've used it. I have a bug right now and no time to port the bugfix to all the complexities of the B side. I briefly considered tossing out the entire source editor. But I _have_ been using it to browse logs across sessions. The live editor doesn't quite cover all my use cases just yet. We now have duplication in the source editor only for: * syntax highlighting * hyperlinking [[WikiWords]] * ability to hide cursor (when showing file browser or Focus is in log browser) | |||||
| | * | bring a few things in sync between run and source | Kartik K. Agaram | 2023-03-17 | 3 | -8/+29 | |
| | | | ||||||
| | * | bugfix: disallow font size of 0 | Kartik K. Agaram | 2023-03-17 | 2 | -4/+8 | |
| | | | | | | | | | | | | Thanks Mikoláš Štrajt. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-17 | 4 | -2/+43 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-17 | 4 | -2/+43 | |
| |\| | ||||||
| | * | state validation in source editor as well | Kartik K. Agaram | 2023-03-17 | 2 | -2/+25 | |
| | | | ||||||
| | * | more robust state validation | Kartik K. Agaram | 2023-03-17 | 2 | -7/+26 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-02-09 | 2 | -0/+2 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-02-09 | 2 | -0/+2 | |
| |\| | ||||||
| | * | bugfix | Kartik K. Agaram | 2023-02-09 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scenario: press ctrl+f, type in a string hit down arrow if needed until the screen scrolls press enter click with the mouse somewhere Before this commit the app would crash because cursor was above screen top. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-02-07 | 1 | -0/+3 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-02-07 | 1 | -0/+3 | |
| |\| | ||||||
| | * | document the version of LÖVE I've been using | Kartik K. Agaram | 2023-02-07 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-31 | 3 | -3/+53 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-31 | 3 | -3/+53 | |
| |\| | ||||||
| | * | bugfix: up arrow when line above is a drawing | Kartik K. Agaram | 2023-01-31 | 4 | -3/+103 | |
| | | | | | | | | | | | | This bug was introduced in commit 528c64d690 on 2022-09-05 :/ | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-30 | 2 | -1/+3 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-30 | 2 | -1/+3 | |
| |\| | ||||||
| | * | create a place for graphical log handlers | Kartik K. Agaram | 2023-01-30 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only used in pong.love, but let's keep the bad merge that had it broken since September from occurring again. To do that we'll be consistent across forks on where globals are initialized. I haven't appreciated the implications of main.lua for load order. log.lua comes first just because it's shared by both the main app and its 'source' editing environment. And it just so happens that source.lua was loading after log.lua resulting in the pong.love breakage. Now let's lean into that and enshrine that one should initialize log_render in log.lua. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-28 | 0 | -0/+0 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 | |
| |\| | ||||||
| | * | wait a little to flush disk before quitting | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | I've been noticing in pensieve.love in particular that once a month or so I lose data if I quit immediately after typing in something. Nothing major, just the odd link between notes which leaves things in an inconsistent state. Let's see if this helps. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-24 | 1 | -1/+5 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-24 | 1 | -1/+5 | |
| |\| | ||||||
| | * | include instructions to install LÖVE | Kartik K. Agaram | 2023-01-24 | 1 | -1/+5 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-23 | 1 | -4/+4 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-23 | 1 | -7/+7 | |
| |\| | ||||||
| | * | demote codeberg.org in the list of mirrors | Kartik K. Agaram | 2023-01-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | It's been slow to push to lately, so I'm going to update it less frequently. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 | |
| |\| | ||||||
| | * | remove a condition | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-20 | 7 | -1188/+1003 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-20 | 7 | -1367/+1153 | |
| |\| | ||||||
| | * | clean up a print | Kartik K. Agaram | 2023-01-20 | 1 | -1/+0 | |
| | | | ||||||
| | * | show another detail on test failure | Kartik K. Agaram | 2023-01-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | deduce test names on failures | Kartik K. Agaram | 2023-01-20 | 7 | -1375/+1159 | |
| | | | ||||||
| | * | link to default love.run for comparison | Kartik K. Agaram | 2023-01-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-20 | 0 | -0/+0 | |
|\| | | ||||||
| * | | fix broken link | Kartik K. Agaram | 2023-01-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-19 | 1 | -1/+0 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-19 | 1 | -1/+0 | |
| |\| | ||||||
| | * | no, turn vsync back on | Kartik K. Agaram | 2023-01-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | I notice my laptop's fan starts coming on when running many of my apps. An empty app takes 10% CPU where it used to take just 1-2%. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-18 | 1 | -1/+2 | |
|\| | | ||||||
| * | | best prose across forks | Kartik K. Agaram | 2023-01-18 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-18 | 1 | -1/+1 | |
|\| | | ||||||
| * | | cleaner | Kartik K. Agaram | 2023-01-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-16 | 3 | -10/+6 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-16 | 1 | -1/+1 | |
| |\| | ||||||
| | * | correct comment; vsync is hard to reason about | Kartik K. Agaram | 2023-01-16 | 1 | -1/+1 | |
| | | |