summaryrefslogtreecommitdiff
path: root/macos/Sources/Ghostty/SurfaceView_AppKit.swift
AgeCommit message (Expand)Author
2025-10-03Fix typosAndreas Deininger
2025-09-19macos: correct SurfaceView supported send/receive types for servicesMitchell Hashimoto
2025-09-11macos: run change title dialog in a sheet modalMitchell Hashimoto
2025-09-03macOS: SurfaceView should implement IdentifiableMitchell 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-19macos: show the copy menu item if we have any text selectedMitchell Hashimoto
2025-07-23Fix tab titles not being preserved with window-save-stateBryan Lee
2025-07-14fix: rename tab title popup focusWilliam Walker
2025-06-21The Big Renderer Rework (#7620)Qwerasd
2025-06-21macos: support env vars for surface config, clean up surface configMitchell Hashimoto
2025-06-21macos: move mousePos and mousScroll to Ghostty.SurfaceMitchell Hashimoto
2025-06-21macos: add mouse button intentMitchell Hashimoto
2025-06-21macos: input intentMitchell Hashimoto
2025-06-21macos: starting to work on new libghostty data modelsMitchell Hashimoto
2025-06-21macos: GetTerminalDetails intentMitchell Hashimoto
2025-06-20renderer: big rework, graphics API abstraction layers, unified logicQwerasd
2025-06-15macos: complete more ax APIs for terminal accessibilityMitchell Hashimoto
2025-06-15macos: auto-expire cached screen contentsMitchell Hashimoto
2025-06-15macos: simple cache of screen contents for axMitchell Hashimoto
2025-06-15apprt/embedded: improve text reading APIs (selection, random points)Mitchell Hashimoto
2025-06-15macos: bare minimum terminal axMitchell Hashimoto
2025-06-14macos: menu item symbols for TahoeMitchell Hashimoto
2025-06-07macos: show quick terminal on undo/redoMitchell Hashimoto
2025-06-07macos: address quick terminal basic functionality with new APIMitchell Hashimoto
2025-06-07macos: remove debug logMitchell Hashimoto
2025-06-07macos: implement a custom ExpiringUndoManager, setup undo for new/closeMitchell Hashimoto
2025-06-06macos: dismiss notifications on focus, application exitMitchell Hashimoto
2025-06-05macos: restoration for new split treeMitchell Hashimoto
2025-06-02macos: fix small memory leak in surface tree when closing splitsMitchell Hashimoto
2025-05-11macOS: treat C-/ specially again to prevent beepMitchell Hashimoto
2025-05-09clean up bindings so that they match macOS menusMitchell Hashimoto
2025-04-28macos: key input that clears preedit without text shouldn't encodeMitchell Hashimoto
2025-04-19macOS: use KeyboardShortcut rather than homegrown KeyEquivalentMitchell Hashimoto
2025-04-19macOS: Do not send control characters as UTF8 keyboard textMitchell Hashimoto
2025-04-18macOS: translation mods should never have "control"Mitchell Hashimoto
2025-04-18macos: translationMods should be used for consumed mods calculationMitchell Hashimoto
2025-04-17macOS: handle preedit text changes outside of key eventMitchell Hashimoto
2025-04-17macOS/libghostty: rework keyboard input handlingMitchell Hashimoto
2025-04-15macOS: Implement basic bell features (no sound)Mitchell Hashimoto
2025-04-13macOS: only emit a mouse exited position if we're not draggingMitchell Hashimoto
2025-04-04macos: replay control+key events that go to doCommandMitchell Hashimoto
2025-04-04macos: left mouse click while not focused doesn't encode to ptyMitchell Hashimoto
2025-03-27macos: reset the last command key state when keyDown eventMitchell Hashimoto
2025-03-25macos: remove special-case cmd+period handlingMitchell Hashimoto
2025-02-16Add Split Left and Split Up to menumbrown379
2025-02-14Add tab title rename feature to macosAswin M Prabhu
2025-02-13macos: don't remove ctrl modifier for text inputMitchell Hashimoto