megaproxy
  • Joined on 2025-07-14
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 21:18:34 +00:00
45d0f4cd8b Add a 2px gap around each leaf slot so per-pane borders don't merge
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 21:12:07 +00:00
9827b01688 Skip PTY resize when cols/rows didn't actually change
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 21:01:43 +00:00
daf0d4e88a Enforce minimum pane size (180px) on split and gutter drag
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:53:36 +00:00
a5209e08ae Debounce PTY resize during drag to stop SIGWINCH-spam corrupting prompts
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:43:39 +00:00
7d1f1f4b9a Default new panes to WSL home (~) instead of inherited Windows cwd
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:40:17 +00:00
94bdb884ad Fix resize artifacts: rAF-throttle drag + force xterm repaint
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:32:52 +00:00
a4cd82440b Add keyboard shortcuts (Ctrl+Shift chord style)
megaproxy pushed tag v0.2.1 to megaproxy/tiletopia 2026-05-22 20:14:26 +00:00
megaproxy released v0.2.1 at megaproxy/tiletopia 2026-05-22 20:14:25 +00:00
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:14:11 +00:00
9aa0c5a828 Pick up Cargo.lock 0.2.1 bump from tauri build
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 20:10:50 +00:00
31bc4859cf Bump version to 0.2.1
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 18:54:20 +00:00
d9ddf52699 Replace idle toasts with pane border + titlebar badge
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 18:47:08 +00:00
c93ebddfa5 Drag a pane's toolbar onto another pane to swap them
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 18:39:59 +00:00
c4747546e0 Flat-list layout: render leaves as siblings keyed by id
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 18:27:52 +00:00
8c3af8f9ee Preserve existing panes when applying a preset
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 17:46:56 +00:00
2a0c096095 Fix broadcast no-op: stop depending on orch object in LeafPane effects
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 17:41:28 +00:00
c8234442f1 README: update for the React rewrite
megaproxy pushed tag v0.2.0 to megaproxy/tiletopia 2026-05-22 17:40:09 +00:00
megaproxy released v0.2.0 at megaproxy/tiletopia 2026-05-22 17:40:08 +00:00
megaproxy pushed to main at megaproxy/tiletopia 2026-05-22 17:35:32 +00:00
0535cfc388 Gitignore *.tsbuildinfo (tsc -b incremental cache)