This project is mirrored from https://github.com/gnachman/iTerm2.
Pull mirroring updated .
- 18 Jan, 2021 5 commits
-
-
George Nachman authored
-
George Nachman authored
Fix advanced working directory window so that its text fields can become first responder. I think this has been broken since Big Sur broke utility panels. Issue 9431
-
George Nachman authored
Don't try to add custom actions to the context menu if there is an invalid click coord, as when you open the menu from the pane titlebar.
-
Devin Palmer authored
Don't attempt to extract a URL from invalid coordinates (-1,-1) if context menu is opened from the session titlebar (#434)
-
George Nachman authored
* Close file descriptor when iTermFileDescriptorMultiClientChild gets dealloced. This fixes a file descriptor leak. * Invoke all wait callbacks from handleWait:. Failing to call the one added in fileDescriptorMultiClient:childDidTerminate: caused a leak of iTermFileDescriptorMultiClientChild. * Add a call to brokenPipe in finishAttaching:task: for jobs that terminated while iTerm2 was not running. This ensures you get the "session ended" banner on terminated restored sessions and orphans. * Add support for tracing iTermCallback.
-
- 17 Jan, 2021 7 commits
-
-
George Nachman authored
-
George Nachman authored
Fix a bug where doublecliking on a session titlebar didn't maximize tmux panes correctly. Issue 9428
-
George Nachman authored
Fix a bug where the big sur fullscreen white line workaround left an empty spot at the top of the screen in minimal after hiding the tabbar
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- 16 Jan, 2021 5 commits
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
Devin Palmer authored
-
George Nachman authored
Also update Python profile.py and its sphinx docs, which were out of date.
-
- 11 Jan, 2021 1 commit
-
-
George Nachman authored
-
- 10 Jan, 2021 3 commits
-
-
George Nachman authored
-
George Nachman authored
Add support for HDR cursor. This isn't ready for prime time because it only works in the metal renderer and only works when the cursor color is pure white. It's mostly for me to play around with to see if it's worth shipping.
-
George Nachman authored
-
- 09 Jan, 2021 3 commits
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- 05 Jan, 2021 5 commits
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Commit daed41c3 introduced a bug because it treated initial windows the same as anonymous windows, causing them to always open in the attaching tab. Adding to the confusion is that it didn't take commit 8d92dd6e in to account. This commit explicitly labels windows as anonymous and uses the advanced pref added daed41c3 in for them while respecting the user's setting for the initial attach. Issue 9403
-
George Nachman authored
When a tab drag exits the tabbar select the previously selected tab. If the current tab is being dragged, select the next one if possible otherwise the previous one. Fixes a problem where you couldn't drag another tab into a split pane in the current tab. Brought up in mailing list subject 'New tab-drag behavior: Bug or feature'
-
George Nachman authored
-
- 04 Jan, 2021 4 commits
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- 03 Jan, 2021 2 commits
-
-
George Nachman authored
-
George Nachman authored
-
- 02 Jan, 2021 5 commits
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Eliminate composer popover and use dropdown composer as the expanded form of the status bar composer.
-
George Nachman authored
Fix appearance of tab colors menu in dark mode. Make the 'no color' selection a box with a slash intead of an X for consistency
-