summaryrefslogtreecommitdiff
path: root/macos/Sources/App/macOS/AppDelegate.swift
AgeCommit message (Expand)Author
2025-10-10macOS: Fix New Tab behaviours (#9124)Xiangbao Meng
2025-10-10macos: re-enable real update checkMitchell Hashimoto
2025-10-10macOS: Make a lot of things more robustMitchell Hashimoto
2025-10-08macos: hook up our new update controllerMitchell Hashimoto
2025-10-08macos: clean up the permission requestMitchell Hashimoto
2025-10-08macos: "OK" should dismiss error Mitchell Hashimoto
2025-10-08macos: update simulator to test various scenarios in UIMitchell Hashimoto
2025-10-08Sparkle user driver, drives updates to the view model.Mitchell Hashimoto
2025-10-08macOS: Show update information as an overlayMitchell Hashimoto
2025-10-08macOS: Move update view model over to App scopeMitchell Hashimoto
2025-10-08macOS: Unobtrusive update viewsMitchell Hashimoto
2025-09-19macos: set the app icon in syncAppearance to delay the icon updateMitchell Hashimoto
2025-09-14macos: disable NSAutoFillHeuristicController on macOS 26Mitchell Hashimoto
2025-09-06macOS: ghostty launched via CLI should come to frontMitchell Hashimoto
2025-09-03macOS: SurfaceView should implement IdentifiableMitchell Hashimoto
2025-08-28macos: require confirmation to run any scriptMitchell Hashimoto
2025-08-28macos: when executing a script directly, always wait after commandMitchell Hashimoto
2025-08-21macos: move activation to after new window/tab is createdDaniel Wennberg
2025-08-21macos: have macos-dock-drop-behavior apply to all dropsMitchell Hashimoto
2025-08-21Add macos-dock-drop-folder-behavior configuration optionDavid Keegan
2025-08-21Correct Swift formatting inconsistenciesNicholas Mata
2025-08-21Add support for 'custom' on 'macos_icon' to support a completely custom app iconNicholas Mata
2025-08-21Make macos icon persistent even when app is closedNicholas Mata
2025-07-28Update Float on Top menu icon to square.filled.on.squareAaron Ruan
2025-07-25macos: add more Tahoe menu item icons from SF SymbolsWeizhao Ouyang
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-07-05macOS: zig build run disables window saved stateMitchell Hashimoto
2025-07-04Build system can build macOS app bundle and open itMitchell Hashimoto
2025-07-01reload configuration on SIGUSR2Mitchell Hashimoto
2025-06-22macOS: Run scripts using stdin rather than executing directlyMitchell Hashimoto
2025-06-21macos: intent to open quick terminalMitchell Hashimoto
2025-06-21macos: new terminal intentMitchell Hashimoto
2025-06-15macos: Tahoe menu item icons, missed the "Ghostty" menu entirelyMitchell Hashimoto
2025-06-14macos: menu item symbols for TahoeMitchell Hashimoto
2025-06-07macos: address quick terminal basic functionality with new APIMitchell Hashimoto
2025-06-07macos: only process reopen if already activatedMitchell Hashimoto
2025-06-07macos: initial window shouldn't support undoMitchell Hashimoto
2025-06-07macos: remove TerminalManagerMitchell Hashimoto
2025-06-07add undo/redo keybindings, default them on macOSMitchell Hashimoto
2025-06-07macos: setup undo responders at the AppDelegate levelMitchell Hashimoto
2025-06-07macos: implement a custom ExpiringUndoManager, setup undo for new/closeMitchell Hashimoto
2025-06-07wip: undoMitchell Hashimoto
2025-06-06Add bell feature flags for audio, attention, and title actions on macOS (#7533)Mitchell Hashimoto
2025-06-06Add bell feature flags for audio, attention, and title actions on macOSAaron Ruan
2025-06-06macos: dismiss notifications on focus, application exitMitchell Hashimoto
2025-06-05macos: rename surfaceTree2 to surfaceTreeMitchell Hashimoto
2025-06-05macos: Remove the legacy SurfaceTreeMitchell Hashimoto
2025-05-15macos: add "Check for Updates" action, menu item & key-binding supportAaron Ruan
2025-05-09macOS: app key is binding check should include utf-8 charsMitchell Hashimoto
2025-05-01Binding for toggling window float on top (macOS only)Mitchell Hashimoto