about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge lines.loveKartik K. Agaram2023-09-101-0/+1
|\
| * Revert "deemphasize the source editor"Kartik K. Agaram2023-09-101-0/+1
| | | | | | | | | | | | | | Now that we have decent error handling, I think we can encourage people to press ctrl+e again. This reverts commit 4b43e9e85d985bcedd105fa9693ae751e5b6d0b6.
* | Merge lines.loveKartik K. Agaram2023-06-251-0/+1
|\|
| * experiment: convert to PijulKartik K. Agaram2023-06-251-0/+1
| | | | | | | | https://pijul.org
* | Merge lines.loveKartik K. Agaram2023-04-211-4/+0
|\|
| * delete inapplicable issueKartik K. Agaram2023-04-211-4/+0
| |
* | Merge lines.loveKartik K. Agaram2023-04-211-2/+2
|\|
| * correct a characterizationKartik K. Agaram2023-04-211-2/+2
| |
* | Merge lines.loveKartik K. Agaram2023-04-091-1/+0
|\|
| * deemphasize the source editorKartik K. Agaram2023-04-091-1/+0
| | | | | | | | | | | | | | | | | | 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 lines.loveKartik K. Agaram2023-03-251-2/+2
|\|
| * update stale informationKartik K. Agaram2023-03-251-2/+2
| |
| * mention a new toolKartik K. Agaram2023-03-211-0/+2
| |
* | Merge lines.loveKartik K. Agaram2023-03-171-2/+0
|\|
| * remove a stale issueKartik K. Agaram2023-03-171-2/+0
| |
* | Merge lines.loveKartik K. Agaram2023-01-241-1/+5
|\|
| * include instructions to install LÖVEKartik K. Agaram2023-01-241-1/+5
| |
* | Merge lines.loveKartik K. Agaram2023-01-231-7/+7
|\|
| * demote codeberg.org in the list of mirrorsKartik K. Agaram2023-01-231-2/+2
| | | | | | | | It's been slow to push to lately, so I'm going to update it less frequently.
* | fix broken linkKartik K. Agaram2023-01-201-1/+1
| |
* | best prose across forksKartik K. Agaram2023-01-181-1/+2
| |
* | cleanerKartik K. Agaram2023-01-181-1/+1
| |
* | irrelevant issue fork this forkKartik K. Agaram2022-11-301-4/+0
| |
* | include a few more forksKartik K. Agaram2022-11-301-0/+7
| |
* | Merge lines.loveKartik K. Agaram2022-11-191-0/+1
|\|
| * ctrl+a: select entire bufferKartik K. Agaram2022-11-191-0/+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.
| * editing source code from within the appKartik K. Agaram2022-09-031-0/+5
| | | | | | | | | | integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243
| * include pensieve.love even though it's in developmentKartik K. Agaram2022-08-221-0/+5
| |
* | editing source code from within the appKartik K. Agaram2022-09-031-0/+7
| | | | | | | | integrated from pong.love: https://merveilles.town/@akkartik/108933336531898243
* | Merge lines.loveKartik K. Agaram2022-08-211-0/+3
|\| | | | | | | Bring forks up to date.
| * include a forkKartik K. Agaram2022-08-211-0/+2
| |
* | clean up a few more loose endsKartik K. Agaram2022-08-141-19/+0
| |
* | new fork: rip out drawing supportKartik K. Agaram2022-08-141-30/+21
|/
* new mirrorKartik K. Agaram2022-08-141-0/+1
|
* more cogent onboarding instructionsKartik K. Agaram2022-08-141-4/+7
| | | | Someone looking at the repo will probably prefer the terminal.
* click to the left of a lineKartik K. Agaram2022-07-291-0/+4
|
* affirm a priorityKartik K. Agaram2022-07-081-0/+2
|
* link to export toolKartik K. Agaram2022-07-021-0/+5
|
* deemphasize the terminal in ReadmeKartik K. Agaram2022-07-011-22/+4
|
* drop stale flag from documentationKartik K. Agaram2022-07-011-10/+0
|
* clarify what "large files" meansKartik K. Agaram2022-06-291-1/+2
|
* clean upKartik K. Agaram2022-06-171-3/+0
|
* better handle moving pointsKartik K. Agaram2022-06-171-15/+0
| | | | | This should hopefully address #5. I'm removing some constraints from manhattan lines, rectangles and squares.
* document one more shortcutKartik K. Agaram2022-06-171-0/+1
|
* tweak to ReadmeKartik K. Agaram2022-06-151-2/+2
|
* new fork for #1Kartik K. Agaram2022-06-151-0/+4
|
* .Kartik K. Agaram2022-06-111-1/+1
|
* things seem to feel snappier nowKartik K. Agaram2022-06-101-6/+2
| | | | | However, I think a lot of the benefit comes from just turning JIT off. Turning it on is still noticably sluggish.