cmux/Sources
Lawrence Chen dca8992901
Fix use-after-free in ghostty_surface_refresh after sleep/wake (#432) (#619)
Add nil guard in forceRefresh() to prevent dereferencing freed surface
pointer. Split else-if chains in Workspace.swift so
requestBackgroundSurfaceStartIfNeeded() runs if surface is freed during
the refresh call. Add regression test exercising the crash path.
2026-02-27 01:44:02 -08:00
..
Find Break terminal find overlay retain cycle 2026-02-22 16:29:35 -08:00
Panels Fix browser eval: await promises, always-on console hooks, undefined detection (#613) 2026-02-27 01:42:27 -08:00
Update Fix notification bell hover crash by conditionally tracking hover (#574) 2026-02-26 14:26:28 -08:00
AppDelegate.swift Sort TerminalDirectoryOpenTarget enum cases alphabetically (#628) 2026-02-27 01:18:52 -08:00
Backport.swift Polish browser suggestions, focus, and tagged reload flow 2026-02-14 21:33:28 -08:00
BrowserWindowPortal.swift Fix double-click titlebar zoom not working on browser panel side 2026-02-24 14:35:10 -08:00
cmuxApp.swift Remove duplicate telemetry assignment in resetAllSettings (#611) 2026-02-26 22:14:17 -08:00
ContentView.swift Fix frozen blank launch state caused by session restore race condition (#399) (#565) 2026-02-26 22:10:21 -08:00
GhosttyConfig.swift Cache Ghostty config loads on UI path 2026-02-25 15:15:34 -08:00
GhosttyTerminalView.swift Fix use-after-free in ghostty_surface_refresh after sleep/wake (#432) (#619) 2026-02-27 01:44:02 -08:00
KeyboardLayout.swift Use typed unretained cast for input source ID 2026-02-25 02:45:55 -08:00
KeyboardShortcutSettings.swift Restore Cmd+Shift+R as rename workspace 2026-02-25 05:07:26 -08:00
NotificationsPage.swift Adopt custom blue accent across active UI states 2026-02-24 14:22:58 -08:00
PortScanner.swift Avoid main-thread hops for explicit socket scope 2026-02-20 23:58:47 -08:00
PostHogAnalytics.swift Add telemetry opt-out setting (#610) 2026-02-26 22:02:29 -08:00
SentryHelper.swift Add telemetry opt-out setting (#610) 2026-02-26 22:02:29 -08:00
SessionPersistence.swift Fix session restore routing and browser history persistence 2026-02-24 14:34:55 -08:00
SidebarSelectionState.swift Implement session persistence pass 1 with multi-window restore 2026-02-22 15:39:59 -08:00
SocketControlSettings.swift Restore lazy keychain reads for socket password (#589) 2026-02-26 15:16:27 -08:00
TabManager.swift Fix frozen blank launch state caused by session restore race condition (#399) (#565) 2026-02-26 22:10:21 -08:00
TerminalController.swift Fix browser eval: await promises, always-on console hooks, undefined detection (#613) 2026-02-27 01:42:27 -08:00
TerminalNotificationStore.swift Optimize notification lookups with indexed store paths 2026-02-25 14:51:43 -08:00
TerminalView.swift Add sidebar blur effect with withinWindow blending (#9) 2026-02-04 03:04:45 -08:00
TerminalWindowPortal.swift Merge pull request #512 from manaflow-ai/fix/issue-483-terminal-portal-recovery 2026-02-25 18:12:39 -08:00
UITestRecorder.swift Fix frozen terminals after split churn (#12) 2026-02-13 16:45:31 -08:00
WindowAccessor.swift Polish browser suggestions, focus, and tagged reload flow 2026-02-14 21:33:28 -08:00
WindowDecorationsController.swift Refine settings/about titlebar styling and controls alignment 2026-02-14 02:11:35 -08:00
WindowDragHandleView.swift Fix drag-handle crash on launch from stale foreign-window events (#490) (#620) 2026-02-27 01:42:17 -08:00
WindowToolbarController.swift Coalesce title notification updates to reduce main-thread hangs 2026-02-20 20:14:19 -08:00
Workspace.swift Fix use-after-free in ghostty_surface_refresh after sleep/wake (#432) (#619) 2026-02-27 01:44:02 -08:00
WorkspaceContentView.swift Cache Ghostty config loads on UI path 2026-02-25 15:15:34 -08:00