summaryrefslogtreecommitdiff
path: root/macos/Sources/Ghostty/Package.swift
AgeCommit message (Expand)Author
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-21Add support for 'custom' on 'macos_icon' to support a completely custom app iconNicholas Mata
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-07-05macos: support configuration via CLI argumentsMitchell Hashimoto
2025-07-05macOS: zig build run disables window saved stateMitchell Hashimoto
2025-06-21macos: starting to work on new libghostty data modelsMitchell Hashimoto
2025-06-02Add option to hide macOS traffic lightsDaniel Wennberg
2025-05-06feat: implement toggleMaximize for macOS (#7191)Mitchell Hashimoto
2025-05-01Binding for toggling window float on top (macOS only)Mitchell Hashimoto
2025-04-28Rename maximize notification and refine handlerAaron Ruan
2025-04-27Refactor toggleMaximize to use notificationsAaron Ruan
2025-04-21add toggle command palette bindingMitchell Hashimoto
2025-04-15macOS: Implement basic bell features (no sound)Mitchell Hashimoto
2025-04-08Fix macOS shortcut binding for `close_window` actionBryan Lee
2025-02-28Introduce `reset_window_size` keybinding and apprt actionMitchell Hashimoto
2025-02-11macos: add a variety of artist-drawn alternate iconsMitchell Hashimoto
2025-01-08Add `close_tab` keybinding action for macOSBryan Lee
2025-01-08Implement "Paste Selection" on macOS like Terminal.appWes Campaigne
2024-12-27Rename `goto_split` top/bottom directions to up/down.Daniel Patterson
2024-12-21macos: add macos-icon-frame and some custom frame stylesMitchell Hashimoto
2024-12-21macos: support the macos-icon configurationsMitchell Hashimoto
2024-12-20Make Ghostty release channel awareMitchell Hashimoto
2024-11-21macos: listen for color change property to update window appearanceMitchell Hashimoto
2024-11-21macos: change config access to evented, derived config like libghosttyMitchell Hashimoto
2024-11-21macos: listen for config change and post a notificationMitchell Hashimoto
2024-10-25Merge pull request #2485 from axdank/move_current_TabMitchell Hashimoto
2024-10-25macos: make move_tab workMitchell Hashimoto
2024-10-24Converted config declaration to an enumjohnseth97
2024-10-09macos: change our minimum version to macOS 13Mitchell Hashimoto
2024-10-08macos: implement key sequence UIMitchell Hashimoto
2024-09-30macos: apply background opacity to quick terminalMitchell Hashimoto
2024-09-26libghostty: unified action dispatchMitchell Hashimoto
2024-08-21style(macos): cleanup trailing spacespnodet
2024-08-05chore: clean up typosƁukasz Niemier
2024-01-16macos: detect renderer health failures and show error viewMitchell Hashimoto
2024-01-14macos: remove AppState and unify onto Ghostty.App cross-platformMitchell Hashimoto
2024-01-14macos: iOS app can initialize GhosttyMitchell Hashimoto
2023-11-15macos: implement desktop notificationsGregory Anders
2023-11-10core: use ClipboardRequestType instead of ClipboardPromptReasonGregory Anders
2023-11-10macos: add option to prompt user for confirmation on OSC 52 commandsGregory Anders
2023-11-07macos: add key binding for equalizing split sizesGregory Anders
2023-11-05macos: support resizing splitsGregory Anders
2023-11-05apprt/embedded: hook up paste confirmationMitchell Hashimoto
2023-10-24core: add input binding to control terminal inspectorMitchell Hashimoto
2023-10-24macos: only re-render the inspector when requestedMitchell Hashimoto
2023-09-30macos: support initial window sizeMitchell Hashimoto
2023-09-02turn zoom into a toggle rather than an explicit zoom/unzoomMitchell Hashimoto
2023-09-02macos: support zoomed splitsMitchell Hashimoto
2023-09-02macos: hacks for split focus to work correctly on macos 12Mitchell Hashimoto
2023-08-19macOS: new split can inherit font sizeThorsten Ball