Commit Graph

852 Commits

Author SHA1 Message Date
Kartik K. Agaram 6a5eca342c a new event: receiving code changes from the driver 2022-12-16 19:35:29 -08:00
Kartik K. Agaram 25b1fb8cc5 Merge text0 2022-12-12 23:54:48 -08:00
Kartik K. Agaram 8426ddba47 Merge text.love 2022-12-12 23:52:20 -08:00
Kartik K. Agaram 97fa2b0a7a Merge lines.love 2022-12-12 23:50:36 -08:00
Kartik K. Agaram 1d27d59533 repeat bugfix on source editor X-( 2022-12-12 23:47:59 -08:00
Kartik K. Agaram e1f99e7fad Merge lines.love 2022-12-12 23:36:02 -08:00
Kartik K. Agaram d63178244b switch one call back to keychord_pressed
I don't understand why, but we need to fix production.
2022-12-12 23:31:50 -08:00
Kartik K. Agaram 39ffe7f411 switch a bunch of tests to textinput events
textinput is strictly more realistic than keychord_pressed, which
doesn't cause any textinput events. Use it wherever possible.
2022-12-12 23:18:42 -08:00
Kartik K. Agaram 92eccaea5a bugfix in changing shape mid-stroke 2022-12-12 23:17:02 -08:00
Kartik K. Agaram 561c94bbb0 Merge text0 2022-12-12 22:58:16 -08:00
Kartik K. Agaram 9f8861d5cb Merge text.love 2022-12-12 22:54:35 -08:00
Kartik K. Agaram 7d19465931 Merge lines.love 2022-12-12 22:52:51 -08:00
Kartik K. Agaram 35f81e5139 repeat bugfix on source editor 2022-12-12 22:50:08 -08:00
Kartik K. Agaram 3897a9d86d Merge lines.love 2022-12-12 22:45:16 -08:00
Kartik K. Agaram 8b30e0608b bugfix: naming points in drawings
We had a regression since commit 60e1023f0 on Nov 27. Turns out we do
need the ancient hack after all.

But no, we won't go back to the hack. It's a simple problem to fix
right. And while we're at it, we'll fix the test harness to be more
realistic so it would have caught this problem.
2022-12-12 22:31:45 -08:00
Kartik K. Agaram 2f8fa605db Merge text0 2022-12-05 15:56:37 -08:00
Kartik K. Agaram e843706191 Merge text.love 2022-12-05 15:55:13 -08:00
Kartik K. Agaram 54d2d3ed4d Merge lines.love 2022-12-05 15:53:27 -08:00
Kartik K. Agaram 076611fbb5 save state when clearing logs 2022-12-05 15:50:19 -08:00
Kartik K. Agaram 5e0e3b3358 Merge text0 2022-12-05 15:41:11 -08:00
Kartik K. Agaram da715851ea Merge text.love 2022-12-05 15:38:54 -08:00
Kartik K. Agaram ec86d7587d Merge lines.love 2022-12-05 15:36:36 -08:00
Kartik K. Agaram f9bea7783b source editor: clear logs 2022-12-05 15:26:38 -08:00
Kartik K. Agaram 0167c57cdf consume a mouse click when switching sides
This way we can have the log side actually take focus sometimes.
2022-12-05 15:04:54 -08:00
Kartik K. Agaram f43f47b8df Merge text0 2022-11-30 23:20:24 -08:00
Kartik K. Agaram 5a26f7f17b Merge text.love 2022-11-30 23:16:29 -08:00
Kartik K. Agaram 2fd6806848 Merge lines.love 2022-11-30 23:04:52 -08:00
Kartik K. Agaram a8a8965b1b compare nested tables 2022-11-30 23:03:50 -08:00
Kartik K. Agaram c975bd8afb Merge text0 2022-11-30 21:26:16 -08:00
Kartik K. Agaram 173f155810 Merge text.love 2022-11-30 21:20:25 -08:00
Kartik K. Agaram 7f2b179ac3 irrelevant issue fork this fork 2022-11-30 21:18:57 -08:00
Kartik K. Agaram 938cd6b585 include a few more forks 2022-11-30 20:02:23 -08:00
Kartik K. Agaram bbdd8a8776 new fork: template for live programming with editor widgets 2022-11-30 19:45:17 -08:00
Kartik K. Agaram 833ef32db1 configurable colors and cursor in editor widget 2022-11-30 19:31:00 -08:00
Kartik K. Agaram f41a8bb91f bugfix: chords with modifiers 2022-11-30 19:28:59 -08:00
Kartik K. Agaram e9a5027d7c bugfix: check for numeric prefix 2022-11-30 19:26:46 -08:00
Kartik K. Agaram 18fa7fcc3d move temporary file out of user directory (if possible)
'(could be the same as getUserDirectory)' -- https://love2d.org/wiki/love.filesystem.getAppdataDirectory
2022-11-30 19:25:34 -08:00
Kartik K. Agaram 64b4e0c442 Merge text.love 2022-11-27 22:30:37 -08:00
Kartik K. Agaram 8645ddf7e0 Merge lines.love 2022-11-27 22:28:33 -08:00
Kartik K. Agaram 4335669ecc repeat bugfix on source editor 2022-11-27 22:27:23 -08:00
Kartik K. Agaram af85211247 Merge text.love 2022-11-27 22:24:31 -08:00
Kartik K. Agaram 5283c16e5c Merge lines.love 2022-11-27 22:22:16 -08:00
Kartik K. Agaram 7557e0904a bugfix 2022-11-27 22:20:26 -08:00
Kartik K. Agaram 6d57eaa77a bugfix
Errors like this in handle_error get very hard to debug.
2022-11-27 18:19:58 -08:00
Kartik K. Agaram 3588b4ddf5 load manifest in correct order 2022-11-27 18:07:10 -08:00
Kartik K. Agaram 8b8e08c4d6 nice way to make on.* handlers more discoverable 2022-11-27 14:56:48 -08:00
Kartik K. Agaram fdf4722d2a app is now live, can communicate with driver
In the process I've also switched to a separate channel for run-time
errors. Now the driver won't struggle to get bindings out of the app
while it's throwing errors.
2022-11-27 14:28:18 -08:00
Kartik K. Agaram ce36bc1f43 app running again 2022-11-27 14:06:15 -08:00
Kartik K. Agaram 2e68629898 Merge text.love 2022-11-27 13:21:46 -08:00
Kartik K. Agaram 816e3549b5 Merge text.love 2022-11-27 13:20:27 -08:00