| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-19 | macos: "new tab" service should set preferred parent to ensure tab | Mitchell Hashimoto | |
| Fixes #8783 Our new tab flow will never have a previously focused window because its triggered by a service so we need to use the "preferred parent" logic we have to open this in the last focused window. | |||
| 2025-06-07 | macos: remove TerminalManager | Mitchell Hashimoto | |
| All logic related to TerminalController is now in TerminalController. | |||
| 2025-06-02 | macos: simplify some ServiceProvider code | Jon Parise | |
| First, remove the always-inlined openTerminalFromPasteboard code and combine it with openTerminal. Now that we're doing a bit of work inside openTerminal, there's little better to having an intermediate, inlined function. Second, combine some type-casting operations (saving a .map() call). Lastly, adjust some variable names because a generic `objs` or `urls` was a little ambiguous now that we're all in one function scope. | |||
| 2025-05-09 | macOS: switch to using URL instead of String | Bryan Lee | |
| 2025-05-08 | macOS: simplify path handling in `openTerminal` | Bryan Lee | |
| 2025-05-08 | macOS: use file parent dir for `openTerminal` service cwd (#7286) | Bryan Lee | |
| 2024-08-21 | style(macos): cleanup trailing spaces | pnodet | |
| 2023-12-22 | macos: Implement context menu functionality to open tabs and windows. | Vivek Roy | |
| 2023-10-30 | macos: working on the new terminalmanager | Mitchell Hashimoto | |
| 2023-10-04 | macos: implement service provider | Mitchell Hashimoto | |
