- Mar 02, 2013
-
-
George Nachman authored
Fix a bug where we get drag events outside the window, causing us to try to look up a line with a bogus index
-
George Nachman authored
-
- Feb 23, 2013
-
-
George Nachman authored
Fix a bug where sometimes a character's code is set to 0 but its complexChar flag is left as YES, leading to an assertion because there is no UTF-8 string with that code
-
- Feb 18, 2013
-
-
George Nachman authored
-
George Nachman authored
-
- Feb 10, 2013
-
-
George Nachman authored
Hide toolbar in fullscreen windows. Save toolbar setting in user prefs. Make sure it is consistent across all windows.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
When a top/left/bottom window specifies more rows/cols than fit, try to resize it when the window grows. Remember the 'desired' size of such a window when it is created. Also add a delay before canonicalizing windows after the screen parameters change to work around a bug in osx
-
- Jan 24, 2013
-
-
George Nachman authored
Performance improvement--do not allocate a new CharacterRun for each character. Also cache colors in constructRuns.
-
George Nachman authored
-
George Nachman authored
-
- Jan 22, 2013
-
-
George Nachman authored
-
- Jan 21, 2013
-
-
George Nachman authored
Add closing a session with cmd-w as an interaction that turns off the 'don't quit when the last window is closed' safety valve
-
George Nachman authored
In issue 999, a problem was raised that iTerm2 won't quit when the last window is closed if it's been running for less than 10 seconds. The 10-second safety valve was added to allow you to fix a busted profile which could cause the last window to close immediately when the app starts. The problem is that you might want a short session. This change disables the safety valve if you type in a session or intentionally close the window.
-
- Jan 20, 2013
-
-
George Nachman authored
-
- Jan 19, 2013
-
-
George Nachman authored
Only ask about saving prefs to custom folder when feature is enabled and no folder is already specifie
-
- Jan 10, 2013
-
-
George Nachman authored
Add gesture recognizer for three finger taps to act like three finger clicks, gated by ThreeFingerTapEmulatesThreeFingerClick pref
-
George Nachman authored
-
George Nachman authored
If the tmux profile specifies a nonpostive value for rows or columns, use 1 instead to prevent an assertion
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Render private-use range unicode chars (except the four reserved by iterm). Some fonts use them for fancy special characters and it's nice to support that. The down side is that for normal fonts they'll render a bit uglier as a double-width character, but you shouldn't get them often anyway
-
- Jan 06, 2013
-
-
gnachman authored
Reset focus mode with RIS
-
George Nachman authored
-
George Nachman authored
-
saitoha authored
-
- Jan 03, 2013
-
-
George Nachman authored
-
George Nachman authored
-
- Jan 02, 2013
-
-
George Nachman authored
-