- Jun 30, 2011
-
-
pjaspers authored
-
- Jun 26, 2011
-
-
pjaspers authored
-
- Jun 02, 2011
-
-
Tom Feist authored
-
- Jun 01, 2011
- May 29, 2011
-
-
George Nachman authored
Terminate replay sessions to prevent their timer from firing after their tab is freed. Fixes bug 964.
-
- May 20, 2011
-
-
George Nachman authored
-
- May 01, 2011
-
-
George Nachman authored
Keep updateDisplay timer running always when active. Keep it running for 10 seconds after last output when inactive to catch changes in job name. Fixes bug 238.
-
- Apr 29, 2011
-
-
George Nachman authored
Make CPU usage go to 0 when there's no new output, nothing is blinking, and no tab statuses are changing. Also fix bug where windows jump screens on maximize.
-
- Apr 24, 2011
-
-
George Nachman authored
-
George Nachman authored
-
- Apr 20, 2011
-
-
George Nachman authored
-
- Apr 19, 2011
-
-
George Nachman authored
Move scroll-to-bottom from timer to PTYTextView refresh. Fixes bug mentioned in email by marco.ferragina.
-
George Nachman authored
Don't show broken pipe growl if foreground tab's session ends. Improve wording to be less nerdy. Fixes bug 358
-
- Apr 12, 2011
-
-
George Nachman authored
Make jump to mark work when you're jumping down. Fix assertion when doing a search while receving lots of output that causes the initial search offset to be a dropped line.
-
George Nachman authored
-
- Apr 11, 2011
-
-
George Nachman authored
-
- Apr 08, 2011
-
-
George Nachman authored
-
- Apr 07, 2011
-
-
gnachman authored
-
gnachman authored
-
georgen@google.com authored
-
- Apr 06, 2011
-
-
George Nachman authored
-
- Apr 05, 2011
-
-
George Nachman authored
"Autocomplete.m" "DVR.h" "DVR.m" "DVRBuffer.h" "DVRBuffer.m" "DVRDecoder.h" "DVRDecoder.m" "DVREncoder.h" "DVREncoder.m" "DVRIndexEntry.h" "DVRIndexEntry.m" "EncodingsWithLowerCase.plist" "English.lproj/Autocomplete.xib" "English.lproj/FindView.xib" "English.lproj/GlobalSearch.xib" "English.lproj/PasteboardHistory.xib" "English.lproj/iTerm2 Help/" "FakeWindow.h" "FakeWindow.m" "FindView.h" "FindView.m" "FindViewController.h" "FindViewController.m" "GlobalSearch.h" "GlobalSearch.m" "NSDateFormatterExtras.h" "NSDateFormatterExtras.m" "PSMTabBarControl/iTermDiffs/" "PTYTab.h" "PTYTab.m" "PasteboardHistory.h" "PasteboardHistory.m" "Popup.h" "Popup.m" "RegexKitLite/" "ScreenChar.h" "ScreenChar.m" "SessionView.h" "SessionView.m" "TextViewWrapper.h" "TextViewWrapper.m" "UKCrashReporter/" "WindowControllerInterface.h" "crash_report_to_plist.py" "iTerm.xcodeproj/georgen.mode1v3" "iTerm.xcodeproj/georgen.pbxuser" "iTermExpose.h" "iTermExpose.m" "iTermSearchField.h" "iTermSearchField.m" "images/IBarCursor.png" "images/bell.png" "images/bell.psd" "images/screen.png" "images/wrap.psd" "images/wrap_to_bottom.png" "images/wrap_to_top.png" "nightly.sh" "ply/" "tests/UTF-8-demo.txt" "tests/a-harpoon.txt" "tests/acid.txt" "tests/apple.txt" "tests/bogusutf8.txt" "tests/bold-complex.txt" "tests/bug439.applescript" "tests/colors.sh" "tests/combiningmark.txt" "tests/dw_sip.txt" "tests/enclosing-mark.txt" "tests/english_and_chinese.txt" "tests/greek.txt" "tests/harpoon.txt" "tests/low-surrogate.txt" "tests/radical.txt" "tests/ranges.py" "tests/register_bonjour_host" "tests/reverse_mode.txt" "tests/searchtext" "tests/set_icon_title.txt" "tests/set_icon_window_title.txt" "tests/set_window_title.txt" "tests/setbg-blue" "tests/setbg-yellow" "tests/setpal" "tests/spaces.txt" "tests/spacing-combining-mark.txt" "tests/spam-tabs.cc" "tests/suits.txt" "tests/surrogatepair.txt" "tests/too_many_parts.txt" "tests/u2000b.txt" "tests/zeta.txt"
-
- Apr 03, 2011
-
-
Jack Chen (chendo) authored
-
- Apr 01, 2011
-
-
gnachman authored
-
- Mar 31, 2011
-
-
gnachman authored
-
- Mar 29, 2011
-
-
georgen@google.com authored
-
- Mar 23, 2011
-
-
gnachman authored
Only set LANG to the reported locale if it makes sense according to setlocale(), otherwise only set LC_CTYPE to the encoding. Fixes bug 743.
-
- Mar 19, 2011
- Mar 18, 2011
-
-
georgen@google.com authored
Stop running login; instead detect the user's shell and launch it with - as the first char of argv[0]. Also change how locale is detected. Fixes bug 588.
-
- Mar 17, 2011
-
-
gnachman authored
Use kill instead of killpg which seems to terminate more subprocesses. Fixes bug 370. Also fix a crash in -[PTYSession brokenPipe] caused by a dangling PTYTab pointer.
-
- Mar 16, 2011
-
-
gnachman authored
-
- Mar 14, 2011
-
-
gnachman authored
Add new key actions to open window, tab, split horizontally, and split vertically, allowing you to specify a profile.
-
- Mar 13, 2011
- Mar 11, 2011
-
-
gnachman authored
-
- Mar 10, 2011
-
-
gnachman authored
Fix memory leaks in search. Reset highlights when window resized. Make prefix search optimization work again (init method wasn't called in find view ctrl)
-