- Oct 07, 2017
-
-
George Nachman authored
Reset user scroll when the buffer is cleared. Change the convenience accessor for verticalScroller to ptyVerticalScroller since in xcode 9 you can no longer override a superclass method and change the return type to a subclass of the method's original return type. Issue 6174
-
George Nachman authored
Add iTermCallWithTimeout since 10.13 has a lot of system calls that never return. Prevent proc_pidinfo for hanging for more than half a second.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Update colorpicker to use latest project settings and warnings. Fix a bug where the eyedropper window is never hidden on 10.13. Issue 6171
-
George Nachman authored
When the autocomplete window opens and then discovers it has no results and closes it causes a nonpinned hotkey window to close because the window gets closed before becoming key. That confuses the very complex logic for autohiding. To make the smallest possible change, I do a dispatch async on the close to order it properly. Issue 6169.
- Oct 06, 2017
-
-
George Nachman authored
-
George Nachman authored
Prevent statfs from hanging the app for more than half a second in the face of broken network filesystems. Issue 6110
-
George Nachman authored
-
George Nachman authored
Don't set desiredRows_/desiredColumns_ when adding a tab to an existing window. It should stay at the value set by the first tab. Issue 6141.
-
- Oct 05, 2017
-
-
George Nachman authored
Fix warnings introduced in Xcode 9
-
Klemen Košir authored
-
- Oct 04, 2017
-
-
George Nachman authored
Fix vertical alignment of 'Paste' button in advanced paste.
-
Klemen Košir authored
-
Klemen Košir authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 29, 2017
-
-
George Nachman authored
actually allows this if screens don't have their own spaces. Issue 6125
-
George Nachman authored
-
- Sep 28, 2017
-
-
George Nachman authored
This fixes both deadkeys alone (e.g., ` on a DE keyboard) or deadkey+key (opt+` on DE to give '). I tested migration from 3.0 and it seems fine.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 27, 2017
-
-
George Nachman authored
If no local authentication policy can succeed, then authenticate the password manager. This is the previous behavior from 3.1.1. Apparently OS X 10.11 has the APIs but can't authenticate with them. Issue 6113
- Sep 26, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 24, 2017
-
-
George Nachman authored
-
George Nachman authored
Disable High Sierra's system tabs, which you can get when System Prefs > Docks > Prefer tabs when opening documents is set to Always. Issue 6096
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 23, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored