Commit graph

19 commits

Author SHA1 Message Date
1f45f27f74
it's a mousemap not a keybind 2026-01-07 23:05:39 -05:00
Harrison DiAmbrosio
42204bc4d2 started letting/denying passthrough of mouse events 2026-01-07 01:18:39 -05:00
Harrison DiAmbrosio
973ea9d509 drag working, good callback arguments for moving and resizing views 2026-01-06 22:21:30 -05:00
Harrison DiAmbrosio
9d8463255c basic add and del mousemaps work, drag is yet to be implemented 2026-01-05 15:49:29 -05:00
Harrison DiAmbrosio
64dccb248d basic mousemap stuff, probably needs to be changed 2026-01-04 22:26:55 -05:00
8d980ad032
hooks can now be deleted 2025-12-15 00:37:22 -05:00
12aa7b6448
make sure all callbacks send their errors to the remote lua clients 2025-12-12 17:42:51 -05:00
7a619ab770
fix only one hook working per event (I forgot to zero the memory) 2025-12-12 17:34:22 -05:00
1f2e333846
Merge branch 'mez_remote_lua' into dev 2025-12-10 20:21:10 -05:00
Harrison DiAmbrosio
7265fecfaf Merge branch 'layer_shell' into dev
merge
2025-12-05 21:12:08 -05:00
98dbdc1570
add another marker 2025-12-05 20:10:35 -05:00
9d5240aaa5
try to not crash on keymap callbacks 2025-12-05 20:09:41 -05:00
Harrison DiAmbrosio
9186aeecd3 viewById works again, layer still ontop of other things 2025-12-04 23:50:39 -05:00
ffbe496599
implement the zmez_remote_lua_v1 protocol 2025-11-27 20:14:06 -05:00
Harrison DiAmbrosio
d34db37589 basic data retrieval output api and some more view api 2025-11-25 23:31:23 -05:00
0bb1ba2963
we can now pass arbitrary zig data to lua through hooks 2025-11-25 16:50:17 -05:00
2c130539f6
intial setup for passing arbitrary data to hooks 2025-11-25 16:48:49 -05:00
41cbe17262
cleanup the keymap stuff 2025-11-21 23:32:03 -05:00
b3322eeb90
inital support for hooks...
Currently the following hooks are available:
 - WinMapPre
 - WinMapPost
2025-11-21 23:30:21 -05:00