Suyeol Jeon
b4a5ddfef9
macos: apply window position after setting content size
...
When window-width/height is configured, the window size is set via
setContentSize in windowDidLoad. However, window-position-x/y was not
being applied after this resize, causing the window to appear at an
incorrect position.
This was a regression introduced in c75bade89 which refactored the
default size logic from a computed NSRect property to a DefaultSize
enum. The original code called adjustForWindowPosition after calculating
the frame, but this was lost during the refactoring.
Fixes the issue by calling adjustForWindowPosition after applying
contentIntrinsicSize to ensure window position is correctly set.
2025-12-22 15:09:00 +09:00
Mitchell Hashimoto
0ace736f46
macos: remove the command palette appear/disappear animation
...
Lots of people complained about this and I don't see value in it.
2025-12-18 15:36:11 -08:00
Mitchell Hashimoto
e1d0b22029
macos: allow searching sessions by color too
2025-12-17 10:52:03 -08:00
Mitchell Hashimoto
829dd1b9b2
macos: focus shenangians
2025-12-17 10:13:53 -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
d23f7e051f
macos: stable sort for surfaces
2025-12-17 09:52:06 -08:00
Mitchell Hashimoto
1fd3f27e26
macos: show pwd for jump options
2025-12-17 09:47:16 -08:00
Mitchell Hashimoto
b30e94c0ec
macos: sort in the focus jumps in other commands
2025-12-17 09:34:30 -08:00
Mitchell Hashimoto
835fe3dd0f
macos: add the active terminals to our command palette to jump
2025-12-17 09:30:39 -08:00
Mitchell Hashimoto
e1e782c617
macos: clean up the way command options are built up
2025-12-17 09:10:46 -08:00
Mitchell Hashimoto
5d11bdddc3
macos: implement the present terminal action so we can use that
2025-12-17 09:04:51 -08:00
Mitchell Hashimoto
7e46200d31
macos: command palette entries support leading color
2025-12-17 08:56:22 -08:00
Mitchell Hashimoto
95f4093e96
macos: make syncAppearance a virtual method on BaseTerminalController
2025-12-16 12:59:56 -08:00
himura467
8d49c698e4
refactor(macos): do nothing if in fullscreen
2025-12-16 11:32:10 -08:00
himura467
ded3dd4cbc
refactor(macos): do nothing if background-opacity >= 1
2025-12-16 11:32:10 -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
Lukas
d680404fae
macOS: save&restore quick terminal state
2025-12-16 08:51:58 -08:00
Mitchell Hashimoto
78e539d684
Revert "macos: populate the sparkle:channel element"
2025-12-15 12:28:40 -08:00
Mitchell Hashimoto
8482e0777d
macos: remove glass view on syncAppearance with blur
2025-12-15 10:58:35 -08:00
Mitchell Hashimoto
a6ddf03a2e
remove the macos-background-style config
2025-12-15 10:54:35 -08:00
Justy Null
42493de098
fix: make titlebar transparent when using glass background style
2025-12-15 10:12:36 -08:00
Mitchell Hashimoto
d5c378cd6b
minor style tweaks
2025-12-15 10:12:36 -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
Jon Parise
786dc93438
macos: populate the sparkle:channel element
...
This makes the update channel name available alongside the version,
data, etc., which we can use in our update view (on the Released line).
2025-12-14 17:19:53 -05:00
Mitchell Hashimoto
ddaf307cf7
macos: more strict detection for tab context menu
...
We were accidentally modifying the "View" menu.
2025-12-12 14:05:46 -08:00
Mitchell Hashimoto
50bbced0c9
macos: add title override to restorable state
2025-12-11 16:40:09 -08:00
Mitchell Hashimoto
65c5e72d3e
macos: add tab title change to tab context menu
2025-12-11 16:24:50 -08:00
Mitchell Hashimoto
7b48eb5c62
macos: add change tab title to menu
2025-12-11 16:16:12 -08:00
Mitchell Hashimoto
e93a4a911f
macos: implement prompt_tab_title
2025-12-11 16:03:30 -08:00
Mitchell Hashimoto
4d757f0f28
macos: show tab color as header for menu item so its not grey
2025-12-11 14:43:26 -08:00
Mitchell Hashimoto
89bdee447f
macos: selected color in tab color menu should use target's color
2025-12-11 14:33:50 -08:00
Mitchell Hashimoto
2331e17835
macos: change tab color label to circle
2025-12-11 14:18:57 -08:00
Mitchell Hashimoto
6332fb5c01
macos: some cleanup
2025-12-11 13:59:06 -08:00
Mitchell Hashimoto
f71a25a621
macos: make the tab color indicator SwiftUI
2025-12-11 13:57:39 -08:00
Mitchell Hashimoto
c83bf1de75
macos: simplify terminal controller a bunch
2025-12-11 13:50:24 -08:00
Mitchell Hashimoto
1073e89a0d
macos: move context menu stuff in terminal window down to an ext
2025-12-11 13:40:01 -08:00
Mitchell Hashimoto
f559bccc38
macos: clean up setting up the tab menu by using an NSMenu extension
2025-12-11 13:36:49 -08:00
Mitchell Hashimoto
a0089702f1
macos: convert tab color view to SwiftUI
2025-12-11 13:27:51 -08:00
Mitchell Hashimoto
04913905a3
macos: tab color is codable for restoration
2025-12-11 07:24:46 -08:00
Mitchell Hashimoto
51589a4e02
macos: move TerminalTabColor to its own file
2025-12-11 07:23:51 -08:00
George Papadakis
1a65c1aae2
feat(macos): add tab color picker to tab context menu
2025-12-11 07:16:26 -08:00
Mitchell Hashimoto
eb75d48e6b
macos: add xmark to other tab close items
2025-12-10 20:56:07 -08:00
Mitchell Hashimoto
1387dbefad
macos: target should be the correct target
2025-12-10 20:50:28 -08:00
Mitchell Hashimoto
dc641c7861
macos: change to NSMenu extension
2025-12-10 20:47:15 -08:00
Mitchell Hashimoto
f612e4632c
macos: clean up some style on tab bar context menu configuring
2025-12-10 20:43:43 -08:00
Mitchell Hashimoto
4424451c59
macos: remove to "close to the right"
2025-12-10 20:28:27 -08:00
George Papadakis
625d7274bf
Add close tabs on the right action
2025-12-10 20:14:27 -08:00