summaryrefslogtreecommitdiff
path: root/macos/Ghostty.xcodeproj/project.pbxproj
AgeCommit message (Expand)Author
2025-10-10macos: update accessory in the titlebar should not move the windowMitchell Hashimoto
2025-10-08macos: do not build updaters into iOSMitchell Hashimoto
2025-09-30chore: update iOS membership exceptionshimura467
2025-09-23Update iOS membership exceptionsLars
2025-09-23Convert `Sources` to folder referencesLars
2025-09-18macos: add progress bar to iOS targetMitchell Hashimoto
2025-09-18macos: custom progress bar to workaround macOS 26 ProgressView bugsMitchell Hashimoto
2025-08-31macOS: Progress bar for OSC9 progress reportsMitchell 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-26Merge branch 'main' into quick-term-initial-sizeFriedrich Stoltzfus
2025-08-26macOS: Add support for quick terminal sizing configurationFriedrich Stoltzfus
2025-07-10build: `zig build test` runs Xcode tests on macOSMitchell Hashimoto
2025-07-09macos: add benchmark tests to our Xcode projectMitchell Hashimoto
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: Ghostty Icon Update for macOS TahoeMitchell Hashimoto
2025-06-21macos: Optional/Array extensions need to build for iOS tooMitchell 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: intent to open quick terminalMitchell Hashimoto
2025-06-21macos: Close Terminal IntentMitchell Hashimoto
2025-06-21macos: input intentMitchell Hashimoto
2025-06-21macos: invoke keybind intentMitchell Hashimoto
2025-06-21macos: InvokeCommandPaletteIntent and CommandEntityMitchell Hashimoto
2025-06-21macos: starting to work on new libghostty data modelsMitchell Hashimoto
2025-06-21macos: GetTerminalDetails intentMitchell Hashimoto
2025-06-21macos: TerminalEntityMitchell Hashimoto
2025-06-21macos: new terminal intentMitchell Hashimoto
2025-06-17macos: disambiguate close tab vs close window for confirmationMitchell 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: move old toolbar into ventura fileMitchell Hashimoto
2025-06-12macoS: Split out terminal tabs for ventura vs tahoeMitchell Hashimoto
2025-06-12macos: titlebar tabs uses legacy window for nowMitchell Hashimoto
2025-06-11macos: native terminal style works with new subclassesMitchell Hashimoto
2025-06-11macos: transparent titlebar handles transparent backgroundMitchell Hashimoto
2025-06-11wip: redo terminal window stylingMitchell Hashimoto
2025-06-07macos: make sure we're not registering unnecessary undosMitchell Hashimoto
2025-06-07macos: remove TerminalManagerMitchell Hashimoto
2025-06-07macos: implement a custom ExpiringUndoManager, setup undo for new/closeMitchell Hashimoto
2025-06-07wip: undoMitchell Hashimoto
2025-06-05macos: moving some files aroundMitchell Hashimoto
2025-06-05macos: remove the old split implementationMitchell Hashimoto
2025-06-05macos: fix up command palette, focusingMitchell Hashimoto
2025-06-05macos: focus split previous/nextMitchell Hashimoto
2025-06-05new SplitTreeMitchell Hashimoto
2025-04-21macOS: extract TerminalCommandPaletteMitchell Hashimoto
2025-04-21command palette SwiftUI viewMitchell Hashimoto
2025-04-19macOS: use KeyboardShortcut rather than homegrown KeyEquivalentMitchell Hashimoto