Mitchell Hashimoto
f32d54bedb
macos: make surface grab handle visible in light mode ( #10111 )
2025-12-30 13:14:49 -08:00
Mitchell Hashimoto
c34bb5976a
macos: Ghostty.Command must copy string values
...
We were previously storing the C struct which contained pointers into
ephemeral memory that could cause segfaults later on.
2025-12-30 13:09:20 -08:00
Mitchell Hashimoto
43c7277a60
macos: make surface grab handle visible in light mode
2025-12-30 13:06:55 -08:00
Mitchell Hashimoto
29edbbbc86
macos: open dragged windows where they are dropped
2025-12-29 10:21:21 -08:00
Mitchell Hashimoto
25c413005b
macos: emit a notification when the surface drag ends outside area
2025-12-29 09:55:18 -08:00
Mitchell Hashimoto
c164e3bc02
macos: fix messy rebase
2025-12-29 07:13:25 -08:00
Mitchell Hashimoto
cfa3de5d9b
macos: change style
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
dbeeb952cc
macos: fix dragging point
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
e1f22472f6
macos: convert the transferable to a nsdraggingitem
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
7b743164ef
macos: fix iOS builds
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
be97b5bede
macOS: convert Surface dragging to use NSDraggingSource
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
9b7124cf62
macos: use preference key to detect self dragging
2025-12-29 06:55:01 -08:00
Mitchell Hashimoto
1dd8e3ef4a
macos: add GhosttyDelegate for global operations
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
d92fe44d0d
macos: fix various iOS build errors
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
485b861342
macos: drag preview is an image of the surface
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
304e2612ab
macOS: work on drop destination
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
5045688623
macos: move grab handle to separate file
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
57bb636655
surfaceview as transferable
2025-12-29 06:55:00 -08:00
Mitchell Hashimoto
88adffd734
macOS: add handle to the top of surfaces that can be used to drag
...
UI only
2025-12-29 06:54:59 -08:00
Mitchell Hashimoto
ab232b3060
macos: move Ghostty surface view into dedicated folder
2025-12-29 06:54:59 -08:00
Mitchell Hashimoto
551031e41f
macOS: move NSGlassEffectView into TerminalViewContainer ( #10062 )
...
- Fixes #9991
> Modifying the subview of NSThemeFrame seems "dangerous" and
unpredictable.
- Provides correct `intrinsicContentSize` as previous
`NSHostingView<TerminalView>` did
> Fixes regression caused by #10046
> [!NOTE]
> AI Proofread some of my comments
2025-12-29 06:52:18 -08:00
Daniel Wennberg
b7a12effce
Only use macOS 26.0 workarounds on macOS 26.0
2025-12-28 09:47:22 -08:00
Mitchell Hashimoto
14f592b8d4
macOS: Don't duplicate command palette entries for terminal commands
...
This is a regression introduced when we added macOS support for custom
entries. I mistakingly thought that only custom entries were in the
config, but we do initialize it with all!
2025-12-26 11:03:50 -08:00
Lukas
1c90af3569
macOS: move NSGlassEffectView into TerminalViewContainer
2025-12-26 11:44:30 +01:00
Mitchell Hashimoto
2415116ad0
Revert "macOS: move NSGlassEffectView into TerminalViewContainer ( #10046 )"
...
This reverts commit b8490f40c5 , reversing
changes made to 050278feae .
2025-12-25 13:52:59 -08:00
Mitchell Hashimoto
b8490f40c5
macOS: move NSGlassEffectView into TerminalViewContainer ( #10046 )
...
Fixes #9991 , modifying the subview of `NSThemeFrame` seems "dangerous"
and unpredictable.
> [!NOTE]
> AI Proofread some of my comments
https://github.com/user-attachments/assets/c443cf71-8a00-4c37-b008-d89b7f1564a3
2025-12-25 12:51:47 -08:00
rezky_nightky
bf73f75304
chore: fixed some typo
...
Author: rezky_nightky <with dot rezky at gmail dot com>
Repository: ghostty
Branch: main
Signing: GPG (4B65AAC2)
HashAlgo: BLAKE3
[ Block Metadata ]
BlockHash: c37f4ee817412728a8058ba6087f5ca6aaff5a845560447d595d8055972d0eac
PrevHash: 3510917a780936278debe21786b7bae3a2162cb3857957314c3b8702e921b3d4
PatchHash: 5e5bb4ab35df304ea13c3d297c6d9a965156052c82bccf852b1f00b7bcaa7dd4
FilesChanged: 18
Lines: +92 / -92
Timestamp: 2025-12-25T17:27:08Z
Signature1: c1970dbb94600d1e24dfe8efcc00f001664db7b777902df9632a689b1d9d1498
Signature2: 30babb1e3ca07264931e067bfe36c676fb7988c2e06f8c54e0c9538fe7c7fc9a
2025-12-26 00:27:08 +07:00
Mitchell Hashimoto
12523ca61c
macOS: command-palette-entry is now visible in macOS
2025-12-24 14:33:21 -08:00
Lukas
574ee470bd
macOS: move NSGlassEffectView into TerminalViewContainer
2025-12-24 23:10:31 +01:00
Yasu Flores
5bd814adf8
move guard down to keep surfaceModel logic together
2025-12-22 08:53:43 -06:00
Yasu Flores
2215b731da
Address warning and add guard clause
2025-12-21 20:47:56 -06:00
Yasu Flores
ab352b5af9
macos: Support native actions to move to beginning of document and move to end of document
2025-12-21 20:26:57 -06:00
Mitchell Hashimoto
39481453fe
macos: show the key sequence overlay if no tables are active
2025-12-21 13:32:24 -08:00
Lukas
7d3db17396
macOS: key table animations and cleanup
2025-12-21 09:29:47 +01:00
Mitchell Hashimoto
dc8f082392
macos: copy the key table action bytes
2025-12-20 20:36:35 -08:00
Mitchell Hashimoto
eac0ec14fd
macOS: revamped key table/sequence UI
2025-12-20 20:27:56 -08:00
Mitchell Hashimoto
901618cd8f
macOS: hook up key table apprt action to state
2025-12-20 20:01:38 -08:00
Mitchell Hashimoto
63422f4d4e
add the catch_all binding key
...
Part of #9963
This adds a new special key `catch_all` that can be used in keybinding
definitions to match any key that is not explicitly bound. For example:
`keybind = catch_all=new_window` (chaos!).
`catch_all` can be used in combination with modifiers, so if you want to
catch any non-bound key with Ctrl held down, you can do:
`keybind = ctrl+catch_all=new_window`.
`catch_all` can also be used with trigger sequences, so you can do:
`keybind = ctrl+a>catch_all=new_window` to catch any key pressed after
`ctrl+a` that is not explicitly bound and make a new window!
And if you want to remove the catch all binding, it is like any other:
`keybind = catch_all=unbind`.
2025-12-19 15:03:38 -08:00
Mitchell Hashimoto
842583b628
macos: fix uikit build
2025-12-17 10:26:02 -08:00
Mitchell Hashimoto
e1356538ac
macos: show a highlight animation when a terminal is presented
2025-12-17 10:12:44 -08:00
Mitchell Hashimoto
5d11bdddc3
macos: implement the present terminal action so we can use that
2025-12-17 09:04:51 -08:00
himura467
4c6d3f8ed2
macos: add toggle_background_opacity keybind action
2025-12-16 11:32:10 -08:00
lorenries
d364e421a8
introduce split-preserve-zoom config to maintain zoomed splits during navigation
2025-12-16 11:14:09 -08:00
Mitchell Hashimoto
a6ddf03a2e
remove the macos-background-style config
2025-12-15 10:54:35 -08:00
Mitchell Hashimoto
bb23071166
config: change macos-background-style to be enums on background-blur
2025-12-15 10:42:21 -08:00
Justy Null
45aceace72
fix: disable renderer background when macOS effects are enabled
2025-12-15 10:12:11 -08:00
Justy Null
d40af61960
refactor: migrate background glass effect to new macos-background-style config
2025-12-15 10:10:51 -08:00
Justy Null
a02364cbef
feat: add liquid glass background effect support
2025-12-15 10:10:51 -08:00
Mitchell Hashimoto
05ee9ae733
macos: implement goto_window:next/previousu
2025-12-13 14:33:17 -08:00
Mitchell Hashimoto
19e0864688
macos: unintended change
2025-12-12 14:14:15 -08:00