summaryrefslogtreecommitdiff
path: root/macos
AgeCommit message (Expand)Author
2025-10-06macos: fix missing file for iOSMitchell Hashimoto
2025-10-06Expand `~` in `macos-custom-icon` (#9024)Mitchell Hashimoto
2025-10-06macos: avoid any zero-sized content size increments (#9020)Mitchell Hashimoto
2025-09-29Workaround for #8669 (#8838)Mitchell Hashimoto
2025-09-29macos: quick terminal stores the last closed size by screen (#8796)Mitchell Hashimoto
2025-09-29macos: set the app icon in syncAppearance to delay the icon update (#8792)Mitchell Hashimoto
2025-09-29macos: correct SurfaceView supported send/receive types for services (#8790)Mitchell Hashimoto
2025-09-29macos: "new tab" service should set preferred parent to ensure tab (#8784)Mitchell Hashimoto
2025-09-29macos: implement bell-features=border on macOSMitchell Hashimoto
2025-09-29macos: bell-features=title works againMitchell Hashimoto
2025-09-29macos: opening filepaths should make proper file URLsMitchell Hashimoto
2025-09-29macos: set initial window in TerminalWindow awakeFromNibMitchell Hashimoto
2025-09-29macos: window-position-x/y are from top-left cornerMitchell Hashimoto
2025-09-29macos: custom progress bar to workaround macOS 26 ProgressView bugs (#8753)Mitchell Hashimoto
2025-09-29Pass config to splits in NewTerminalConfigCaleb Hearth
2025-09-14macos: disable NSAutoFillHeuristicController on macOS 26Mitchell Hashimoto
2025-09-12macOS 26: Always set titlebarview background color for transparent titleMitchell Hashimoto
2025-09-12macos: always reset titlebar tab constraints on frame changeMitchell Hashimoto
2025-09-11macos 26: fix visual glitches with moving tabs and titlebar tabsMitchell Hashimoto
2025-09-11macos: run change title dialog in a sheet modalMitchell Hashimoto
2025-09-11macOS: grab text field focus of command palette after tickMitchell Hashimoto
2025-09-10macos: update Sparkle to 2.7.3Mitchell Hashimoto
2025-09-06macOS: ghostty launched via CLI should come to frontMitchell Hashimoto
2025-09-03macOS: prevent focus loss in hidden titlebar + non-native fullscreenMitchell Hashimoto
2025-09-03macOS: SurfaceView should implement IdentifiableMitchell Hashimoto
2025-09-03macOS: split tree zoom state should encode as path, not full nodeMitchell Hashimoto
2025-09-02macOS: firstRect should return full rect width/heightMitchell Hashimoto
2025-09-02macOS: Notify macOS of cell width/height for firstRectMitchell Hashimoto
2025-09-02config: bind both physical digit plus unicode digit for `goto_tab`Mitchell Hashimoto
2025-08-31macOS: Progress bar for OSC9 progress reportsMitchell 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-27macos: use visible frame for quick terminal sizing calculationMitchell Hashimoto
2025-08-26macos: fix quick terminal issue where closing while fullscreen Mitchell Hashimoto
2025-08-26macos: fix quick terminal fullscreenAlexander Lais
2025-08-26macos: style changes for quick terminal sizingMitchell Hashimoto
2025-08-26config: change quick terminal size C layout to tagged unionMitchell Hashimoto
2025-08-26macOS: rename c struct, relocate QuickTerminalSize fileFriedrich Stoltzfus
2025-08-26macOS: Round quick terminal window position coordinatesFriedrich Stoltzfus
2025-08-26Merge branch 'main' into quick-term-initial-sizeFriedrich Stoltzfus
2025-08-26macOS: enable quick terminal manual resizingFriedrich Stoltzfus
2025-08-26macOS: update zig and c structs for quick terminal sizeFriedrich Stoltzfus
2025-08-26macOS: Add support for quick terminal sizing configurationFriedrich Stoltzfus
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-22macos: if parent window is fullscreen, new window is fullscreen tooMitchell Hashimoto
2025-08-22typo found typos, typo may keep themTobias Pape
2025-08-22Work around strange SwiftUI behavior in "older" macOSen.Tobias Pape
2025-08-22macOS: order out alert sheets to avoid Stage Manager focus lossMoeeze Hassan
2025-08-21macos: move activation to after new window/tab is createdDaniel Wennberg