summaryrefslogtreecommitdiff
path: root/macos/Sources/Helpers
AgeCommit message (Expand)Author
2025-10-10macos: update accessory in the titlebar should not move the windowMitchell Hashimoto
2025-09-18macos: window-position-x/y are from top-left cornerMitchell Hashimoto
2025-08-26macos: fix quick terminal fullscreenAlexander Lais
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-07-05macos: support configuration via CLI argumentsMitchell Hashimoto
2025-06-21macos: the approval dialog is now foreverMitchell Hashimoto
2025-06-21macos: address some feedbackMitchell Hashimoto
2025-06-21macos: intents all ask for permissionMitchell Hashimoto
2025-06-21macos: support env vars for surface config, clean up surface configMitchell Hashimoto
2025-06-21macos: GetTerminalDetails intentMitchell Hashimoto
2025-06-17macos: disambiguate close tab vs close window for confirmationMitchell Hashimoto
2025-06-17ci: build macOS releases with Xcode 26Mitchell Hashimoto
2025-06-14macos: menu item symbols for TahoeMitchell Hashimoto
2025-06-13macos: use a runtime liquid glass check for our Tahoe stylingMitchell Hashimoto
2025-06-13macos: don't restore tab bar with non-native fsMitchell Hashimoto
2025-06-13macos: fix up some sequoia regressionsMitchell Hashimoto
2025-06-12macos: tahoe titlebar tabs taking shapeMitchell Hashimoto
2025-06-12macos: hide the reset zoom titlebar accessory when tab bar is shownMitchell Hashimoto
2025-06-12macos: non-native fullscreen should restore toolbarsMitchell Hashimoto
2025-06-12macos: add reset zoom to all window titlesMitchell Hashimoto
2025-06-12macoS: Split out terminal tabs for ventura vs tahoeMitchell Hashimoto
2025-06-11typosMitchell Hashimoto
2025-06-11macos: native terminal style works with new subclassesMitchell Hashimoto
2025-06-11macos: transparent titlebar handles transparent backgroundMitchell Hashimoto
2025-06-11macos: transparent titlebar needs to be rehidden when tabs changeMitchell Hashimoto
2025-06-11macos: add NSView hierarchy debugging codeMitchell Hashimoto
2025-06-11wip: redo terminal window stylingMitchell Hashimoto
2025-06-07macos: make sure we're not registering unnecessary undosMitchell Hashimoto
2025-06-07macos: compile errors in CIMitchell Hashimoto
2025-06-07macos: configurable undo timeoutMitchell Hashimoto
2025-06-07macos: implement a custom ExpiringUndoManager, setup undo for new/closeMitchell Hashimoto
2025-06-07wip: undoMitchell Hashimoto
2025-06-05macOS: New value-based split tree implementation, move split logic out of Swi...Mitchell Hashimoto
2025-06-05fix: exit non-native fullscreen on closeFrancisco Giordano
2025-06-05macos: moving some files aroundMitchell Hashimoto
2025-06-05macos: remove the unused resizeEvent code from SplitViewMitchell Hashimoto
2025-06-05macos: fix up command palette, focusingMitchell Hashimoto
2025-06-05macos: focus split previous/nextMitchell Hashimoto
2025-05-06macOS: save/restore firstResponder on non-native fullscreenMitchell Hashimoto
2025-05-06macOS: handle scenario cgWindowId is nilMitchell Hashimoto
2025-04-24feat: beautify command paletteAaron Ruan
2025-04-23macOS: add descriptions for PgUp, PgDown, End, and Home keysFriedrich Stoltzfus
2025-04-21macOS: command palette visual tweaksMitchell Hashimoto
2025-04-21macOS: hook up command palette C API to actual command paletteMitchell Hashimoto
2025-04-19macOS: use KeyboardShortcut rather than homegrown KeyEquivalentMitchell Hashimoto
2025-04-15macos: quick terminal uses padded notch mode if notch is visibleMitchell Hashimoto
2025-04-14macOS: quick terminal should retain menu if not frontmostMitchell Hashimoto
2025-04-14macOS: non-native fullscreen should not hide menu on fullscreen spaceMitchell Hashimoto
2025-02-13macos: add `padded-notch` option for `macos-non-native-fullscreen`Mitchell Hashimoto
2025-02-11Remember last focused window position for next startupBryan Lee