- Aug 08, 2011
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix bug where top/bottom of screen windows could go fullscreen, leading to crazytimes. Fixes bug 1265
-
George Nachman authored
Fix bug where white rectangle appears briefly on right side of new tabs in Lion with overlay scrollbars. Fixes bug 1291.
-
- Aug 07, 2011
-
-
gnachman authored
Some code hygiene
-
Lucas Jenss authored
The warnings are generated because GCC 4.2 didn't know of which type the object from the array was, and it guessed that it was some object which returns an NSString *, which cannot be cast to PTYTab * without warning.
-
Lucas Jenß authored
PseudoTerminal#closeTabContextualMenuAction
-
Lucas Jenß authored
comparison
-
Lucas Jenß authored
-
Lucas Jenß authored
the correct protocol Fixes warning when setting the delegate of a PTYTabView to a PSMTabBarControl, which correctly implements PTYTabViewDelegateProtocol, but the correct override for setDelegate was missing in PTYTabView.
-
Lucas Jenß authored
Fixes a warning when assigning PseudoTerminal as the delegate for [self window]; inside (id)initWithSmartLayout:(BOOL)smartLayout windowType:(int)windowType screen:(int)screenNumber
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
gnachman authored
makeMainWindow is required when the terminal is in another space for steal focus to work
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
Samuel Bichsel authored
Implemented that the Terminal stays at the bottom when resizing/ creating normal window at the bottom
-
George Nachman authored
-
Gordon Child authored
-
gnachman authored
added a StealFocus escape code: ESC]50;StealFocus^G
-
Gordon Child authored
-
Gordon Child authored
This is able to be activated using echo -e -n "\033]50;StealFocus\007"
-
George Nachman authored
-
- Aug 06, 2011
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Aug 05, 2011
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Improve send input to all sessions to support toggling individual sessions or senidng to just panes in current tab.
- Aug 03, 2011
-
-
George Nachman authored
-
- Aug 02, 2011
-
-
Samuel Bichsel authored
-