~akkartik/luaML.love

f36d2726 — Kartik K. Agaram 7 days ago main
Merge template-live-editor
6aae1547 — Kartik K. Agaram 7 days ago
merge bugfix
270412e0 — Kartik K. Agaram 7 days ago
Merge template-live-editor
4e7538d0 — Kartik K. Agaram 7 days ago
Merge text0
3aaa2674 — Kartik K. Agaram 7 days ago
Merge text.love
3aec9155 — Kartik K. Agaram 7 days ago
Merge lines.love
bd6f7d48 — Kartik K. Agaram 7 days ago
bugfix: clear selection when clicking above or below lines

Matt Wynne pointed out that snap.love would crash when a node went off
screen. While debugging it I noticed that selection1 was being set when
it shouldn't be.

Turns out I introduced a bug when I fixed the inscript bug back in June
(commit 9656e137742). One invariant I want to preserve is: selection1
should be unset after a mouse click (press and release without
intervening drag). This invariant was violated in my bugfix back in
June. I was concerned only with selection back then, and I didn't
realize I was breaking the mouse click case (in a fairly subtle way; you
can have selection set, and when it's set identically to the cursor
everything looks the same).

I think there might still be an issue in snap.love after this fix. I
noticed screen_bottom1.pos was nil, and as far as I recall that should
never happen.
055bf0cd — Kartik K. Agaram 11 days ago
Merge template-live-editor
d6d2ff36 — Kartik K. Agaram 11 days ago
Merge text0
a41e5151 — Kartik K. Agaram 11 days ago
Merge text.love
5c5a8a88 — Kartik K. Agaram 11 days ago
Merge lines.love
c43d884b — Kartik K. Agaram 11 days ago
indent
9241fedf — Kartik K. Agaram 11 days ago
port an old fix to source editor
6e2137c5 — Kartik K. Agaram 11 days ago
bugfix to the helper I added yesterday
fe75260f — Kartik K. Agaram 12 days ago
Merge template-live-editor
10307973 — Kartik K. Agaram 12 days ago
Merge text0
5c511203 — Kartik K. Agaram 12 days ago
Merge text.love
e1168f4e — Kartik K. Agaram 12 days ago
fix a bad merge
09c76c82 — Kartik K. Agaram 12 days ago
Merge lines.love
715c6fd3 — Kartik K. Agaram 12 days ago
source: show file being edited in window title bar
Next