Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge text.love HEAD main | Kartik K. Agaram | 5 days | 4 | -12/+23 |
|\ | |||||
| * | Merge lines.love | Kartik K. Agaram | 5 days | 4 | -12/+23 |
| |\ | |||||
| | * | fix a bug with LÖVE 12 and DPI scaling | Kartik K. Agaram | 5 days | 1 | -1/+13 |
| | | | |||||
| | * | reenable DPI scaling | Kartik K. Agaram | 5 days | 3 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I disabled it 2 days ago to fix this bug: with LÖVE 12 (both a release from Feb and a recent release) on Linux, every successive invocation would shrink the window. However, in disabling it I introduced a new bug: Carousel ended up with a huge resolution on my phone and text became miniscule. Just undo for starters. | ||||
* | | | Merge text.love | Kartik K. Agaram | 7 days | 0 | -0/+0 |
|\| | | |||||
| * | | merge bugfix for LÖVE 12 | Kartik K. Agaram | 7 days | 1 | -1/+1 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 7 days | 10 | -3524/+7068 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 7 days | 10 | -4132/+8287 |
| |\| | |||||
| | * | update source editor | Kartik K. Agaram | 7 days | 5 | -2129/+4269 |
| | | | |||||
| | * | disable DPI scaling | Kartik K. Agaram | 7 days | 2 | -5/+6 |
| | | | | | | | | | | | | | | | It will require lots of changes, and I don't know how to think about it yet. | ||||
| | * | wrap lines like lines2 forks | Kartik K. Agaram | 7 days | 3 | -175/+212 |
| | | | |||||
| | * | split up editor tests between LÖVE 11 and LÖVE 12 | Kartik K. Agaram | 7 days | 3 | -2102/+4202 |
| | | | | | | | | | | | | Both are for desktop only. Not guaranteed to work on mobile. | ||||
* | | | Merge text.love | Kartik K. Agaram | 2025-05-13 | 1 | -0/+3 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2025-05-13 | 1 | -0/+3 |
| |\| | |||||
| | * | explicitly specify app name | Kartik K. Agaram | 2025-05-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've resisted this for some reason all these years, but finally encountered a situation that requires it: $ love ./ This runs the app, but with an identity of 'lovegame'. So all new save dir, etc. | ||||
* | | | Merge text.love | Kartik K. Agaram | 2025-05-06 | 11 | -58/+58 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2025-05-06 | 11 | -58/+58 |
| |\| | |||||
| | * | plumb through all supported args in LÖVE handlers | Kartik K. Agaram | 2025-05-06 | 10 | -57/+57 |
| | | | | | | | | | | | | | | | | | | I just noticed that the is_touch arg in mouse handlers is extremely useful for arbitrating between events on a mobile device. And I'd totally forgotten about its existence X-( | ||||
| | * | standardize name | Kartik K. Agaram | 2025-05-06 | 2 | -3/+3 |
| | | | |||||
| | * | bugfix | Kartik K. Agaram | 2025-05-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2025-02-17 | 3 | -33/+33 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2025-02-17 | 3 | -33/+33 |
| |\| | |||||
| | * | slightly improve deepcopy everywhere | Kartik K. Agaram | 2025-02-17 | 2 | -8/+8 |
| | | | |||||
| | * | reindent | Kartik K. Agaram | 2025-02-17 | 1 | -25/+25 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2025-01-22 | 1 | -6/+6 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2025-01-22 | 1 | -6/+6 |
| |\| | |||||
| | * | bugfix: scrolling up using scroll wheel | Kartik K. Agaram | 2025-01-22 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | The culprit is an ambiguously named helper. put_cursor_on_next_text_line is not supposed to move to next line if the current line is text. | ||||
* | | | Merge text.love | Kartik K. Agaram | 2024-12-06 | 3 | -7/+9 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2024-12-06 | 3 | -7/+9 |
| |\| | |||||
| | * | clarify a misleading test | Kartik K. Agaram | 2024-12-06 | 3 | -7/+9 |
| | | | | | | | | | | | | | | | I'm still using these to periodically reassure myself about the state of lines2 and its descendants. | ||||
* | | | Merge text.love | Kartik K. Agaram | 2024-12-06 | 2 | -4/+1 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2024-12-06 | 1 | -3/+0 |
| |\| | |||||
| | * | delete redundant method description | Kartik K. Agaram | 2024-12-01 | 1 | -3/+0 |
| | | | |||||
| * | | drop an unused variable | Kartik K. Agaram | 2024-12-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2024-10-29 | 2 | -46/+2 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2024-10-29 | 2 | -46/+2 |
| |\| | |||||
| | * | simpler implementation of bugfix #2 | Kartik K. Agaram | 2024-10-29 | 2 | -46/+2 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2024-10-29 | 2 | -6/+6 |
|\| | | |||||
| * | | some more renames | Kartik K. Agaram | 2024-10-29 | 2 | -6/+6 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2024-10-29 | 6 | -10/+118 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2024-10-29 | 6 | -10/+118 |
| |\| | |||||
| | * | bugfix #3, attempt #2 in search UI | Kartik K. Agaram | 2024-10-29 | 2 | -5/+5 |
| | | | | | | | | | | | | Avoid accidental side-effects. | ||||
| | * | bugfix #3 in search UI | Kartik K. Agaram | 2024-10-29 | 2 | -9/+5 |
| | | | | | | | | | | | | | | | This is a regression. Scenario: search for a string, then backspace until it goes empty. | ||||
| | * | bugfix #2 in search UI | Kartik K. Agaram | 2024-10-29 | 5 | -6/+44 |
| | | | |||||
| | * | bugfix in search UI | Kartik K. Agaram | 2024-10-29 | 5 | -13/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one is ancient and it affects every single one of my forks, including the whole lines2 lineage. The corner case: searching for empty string. In the process I've also cleaned up edit.check_locs on initialization to only modify cursor if it can find a legal place for it. In general I should be more careful about mutating the cursor. Just adding 1 to it is irresponsible. | ||||
| | * | bugfix: restart search on backspace | Kartik K. Agaram | 2024-10-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Ported from bugfix of 2024-06-23. | ||||
* | | | Merge text.love | Kartik K. Agaram | 2024-10-14 | 2 | -4/+4 |
|\| | | |||||
| * | | Merge lines.love | Kartik K. Agaram | 2024-10-14 | 2 | -4/+4 |
| |\| | |||||
| | * | bugfix: Unicode | Kartik K. Agaram | 2024-10-14 | 2 | -4/+4 |
| | | | |||||
* | | | Merge text.love | Kartik K. Agaram | 2024-09-19 | 1 | -1/+1 |
|\| | |