summaryrefslogtreecommitdiff
path: root/macos/Sources/Features/Terminal/BaseTerminalController.swift
AgeCommit message (Expand)Author
2025-10-08macOS: only show the update overlay if window doesn't support itMitchell Hashimoto
2025-10-03macos: avoid any zero-sized content size incrementsMitchell Hashimoto
2025-09-30refactor: no need to set from for moveFocus probablyhimura467
2025-09-30fix: the renderer's cursor remains in an unfocused state (block_hollow)himura467
2025-09-29docs(BaseTerminalController)himura467
2025-09-29refactor(focusSurface): check app status in advancehimura467
2025-09-28feat: focus terminal in basic caseshimura467
2025-09-18macos: bell-features=title works againMitchell Hashimoto
2025-09-18macos: set initial window in TerminalWindow awakeFromNibMitchell Hashimoto
2025-08-22macOS: order out alert sheets to avoid Stage Manager focus lossMoeeze Hassan
2025-06-21macos: Close Terminal IntentMitchell Hashimoto
2025-06-21macos: NewTerminalIntent returns Terminal, can splitMitchell Hashimoto
2025-06-12macos: add reset zoom to all window titlesMitchell Hashimoto
2025-06-11macos: native terminal style works with new subclassesMitchell Hashimoto
2025-06-10macos: unsplit window shouldn't allow split zoomingMitchell Hashimoto
2025-06-07macos: fix some CI build issuesMitchell Hashimoto
2025-06-07macos: make sure we're not registering unnecessary undosMitchell Hashimoto
2025-06-07macos: remove TerminalManagerMitchell Hashimoto
2025-06-07macos: compile errors in CIMitchell Hashimoto
2025-06-07macos: configurable undo timeoutMitchell Hashimoto
2025-06-07macos: basic undo close window, not very robust yetMitchell Hashimoto
2025-06-07macos: implement a custom ExpiringUndoManager, setup undo for new/closeMitchell Hashimoto
2025-06-07wip: undoMitchell Hashimoto
2025-06-05input: add focus split directional commands to command paletteMitchell Hashimoto
2025-06-05macos: resize split keybind handlingMitchell Hashimoto
2025-06-05macos: unzoom on new split and focus changeMitchell Hashimoto
2025-06-05macos: address remaining todosMitchell Hashimoto
2025-06-05macos: fix focus after closing splitsMitchell Hashimoto
2025-06-05macos: rename surfaceTree2 to surfaceTreeMitchell Hashimoto
2025-06-05macos: Remove the legacy SurfaceTreeMitchell Hashimoto
2025-06-05macos: handle surfaceTreeDidChangeMitchell Hashimoto
2025-06-05macos: handle split zoomingMitchell Hashimoto
2025-06-05macos: spatial focus navigationMitchell Hashimoto
2025-06-05macos: equalize splits works with new treeMitchell Hashimoto
2025-06-05macos: use surfaceTree2 needsConfirmQuitMitchell Hashimoto
2025-06-05macos: fix up command palette, focusingMitchell Hashimoto
2025-06-05macos: focus split previous/nextMitchell Hashimoto
2025-06-05macos: unify confirm close in our terminal controllersMitchell Hashimoto
2025-06-05macos: restoration for new split treeMitchell Hashimoto
2025-06-05macos: setup sequence for SplitTreeMitchell Hashimoto
2025-06-05macos: confirm close on split closeMitchell Hashimoto
2025-06-05macos: handle split resizingMitchell Hashimoto
2025-06-05new SplitTreeMitchell Hashimoto
2025-06-02macos: fix small memory leak in surface tree when closing splitsMitchell Hashimoto
2025-05-30macos: quick terminal can equalize splitsMitchell Hashimoto
2025-05-06macOS: move window title handling fully to AppKitMitchell Hashimoto
2025-05-06feat: implement toggleMaximize for macOS (#7191)Mitchell Hashimoto
2025-05-06macOS: save/restore firstResponder on non-native fullscreenMitchell Hashimoto
2025-04-28Rename maximize notification and refine handlerAaron Ruan
2025-04-27Refactor toggleMaximize to use notificationsAaron Ruan