Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-04-09 | 1 | -0/+7 | |
| |\| | ||||||
| | * | deemphasize the source editor | Kartik K. Agaram | 2023-04-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This repo does not support freewheeling modification. It's a primitive to enable freewheeling modification in downstream forks. The source editor is a convenience, but it's a sharp tool and can easily leave the app in a broken state that requires dropping down to external tools (editor, file manager) to fix. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-04-03 | 1 | -3/+0 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-04-03 | 1 | -3/+0 | |
| |\| | ||||||
| | * | switch source side to new screen-line-based render | Kartik K. Agaram | 2023-04-03 | 1 | -3/+0 | |
| | | | | | | | | | | | | Also copy over the implementation of links from pensieve.love. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-04-02 | 1 | -11/+1 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-04-02 | 1 | -11/+1 | |
| |\| | ||||||
| | * | App.width can no longer take a Text | Kartik K. Agaram | 2023-04-01 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | In the process I discovered the horrible fact that Text.x allocates a new Text. And it gets called (just once, thank goodness) on every single frame. | |||||
| | * | get rid of to_text | Kartik K. Agaram | 2023-04-01 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been misunderstanding what Text objects are. They can render a lot of text with a given line height, word wrap, colors in various places. And I've been creating one for every word :facepalm: Unwinding this will take some time. This is just a first baby step for ad hoc text objects. Turns out I don't need to convert to Text to get something's rendered width, just the Font can do that. Thanks to the LÖVE Discord for educating me: https://discord.com/channels/329400828920070144/330089431379869708/1091535487333826580 | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-25 | 1 | -0/+14 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-25 | 1 | -0/+14 | |
| |\| | ||||||
| | * | experiment at avoiding some merge conflicts | Kartik K. Agaram | 2023-03-25 | 1 | -0/+14 | |
| | | | | | | | | | | | | https://merveilles.town/@akkartik/110084833821965708 | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-23 | 1 | -0/+9 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-23 | 1 | -0/+9 | |
| |\| | ||||||
| | * | mouse wheel support | Kartik K. Agaram | 2023-03-23 | 1 | -0/+9 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-19 | 1 | -12/+30 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-18 | 1 | -12/+30 | |
| |\| | ||||||
| | * | get typed in keystrokes to show on screen on iPad | Kartik K. Agaram | 2023-03-18 | 1 | -0/+14 | |
| | | | | | | | | | | | | Many thanks to Myte for helping test this! | |||||
| | * | extract a function | Kartik K. Agaram | 2023-03-18 | 1 | -10/+14 | |
| | | | ||||||
| | * | consistently use App names for methods everywhere | Kartik K. Agaram | 2023-03-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-17 | 1 | -13/+1 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-17 | 1 | -13/+1 | |
| |\| | ||||||
| | * | get rid of all bifold text | Kartik K. Agaram | 2023-03-17 | 1 | -13/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
* | | | Merge text.love | Kartik K. Agaram | 2023-03-17 | 1 | -0/+1 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-03-17 | 1 | -0/+1 | |
| |\| | ||||||
| | * | state validation in source editor as well | Kartik K. Agaram | 2023-03-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-30 | 1 | -1/+0 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-30 | 1 | -1/+0 | |
| |\| | ||||||
| | * | create a place for graphical log handlers | Kartik K. Agaram | 2023-01-30 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16 | 1 | -5/+0 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-16 | 1 | -5/+0 | |
| |\| | ||||||
| | * | hoist out some common settings | Kartik K. Agaram | 2023-01-16 | 1 | -5/+0 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 | |
| |\| | ||||||
| | * | typo | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2022-12-23 | 1 | -20/+20 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2022-12-23 | 1 | -20/+20 | |
| |\| | ||||||
| | * | consistent names in a few more places | Kartik K. Agaram | 2022-12-23 | 1 | -4/+4 | |
| | | | ||||||
| | * | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -16/+16 | |
| | | | | | | | | | | | | | | | I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 | |
| |\| | ||||||
| | * | save state when clearing logs | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge text.love | Kartik K. Agaram | 2022-12-05 | 1 | -0/+12 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2022-12-05 | 1 | -0/+12 | |
| |\| | ||||||
| | * | source editor: clear logs | Kartik K. Agaram | 2022-12-05 | 1 | -0/+10 | |
| | | | ||||||
| | * | consume a mouse click when switching sides | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | This way we can have the log side actually take focus sometimes. | |||||
* | | | Merge text.love | Kartik K. Agaram | 2022-09-19 | 1 | -23/+37 | |
|\| | | ||||||
| * | | Merge lines.love | Kartik K. Agaram | 2022-09-19 | 1 | -23/+37 | |
| |\| | ||||||
| | * | migrate old settings, attempt #3 | Kartik K. Agaram | 2022-09-19 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least. | |||||
| | * | ugh, missed deleting an arg | Kartik K. Agaram | 2022-09-19 | 1 | -1/+1 | |
| | | |