| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
I've been subtly finding myself waiting for the cursor to stop blinking
to see if I clicked on the right place.
|
|
|
|
| |
https://tildegit.org/akkartik/lines.love/issues/1
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now I might actually use them more, and maybe I can start considering
taking out some shapes. Do I really need circles if I don't provide
ellipses?
Thanks Ivan Reese for the feedback. "What drawings does your tool
encourage?"
Minor note: taking out the deepcopy creates a cute little string like
effect, where the curve grows tighter the slower you draw it.
|
| |
|
|
|
|
|
| |
There's multiple ways to do this, only one of them is right, and I keep
forgetting what it is. Turn it into a method.
|
|
|
|
|
|
| |
This has been broken since commit b544e8c357 on May 17 :/
I'm just undoing that commit, which turns out to be completely
unnecessary. And adding a test.
|
|
|
|
| |
First idea: just leave it alone. Let's see how this works.
|
| |
|
|
|
|
| |
Gracefully degrade if previously edited file shrinks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
bugfix scenario:
press pageup
click somewhere near the bottom
Before this change the selection was flickering when doing this.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We're still not reading them anywhere.
|