- Jun 26, 2011
- Jun 02, 2011
-
-
Tom Feist authored
-
- Jun 01, 2011
-
-
Tom Feist authored
-
- May 29, 2011
-
-
George Nachman authored
Terminate replay sessions to prevent their timer from firing after their tab is freed. Fixes bug 964.
-
- 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 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.
-
- Apr 11, 2011
-
-
George Nachman authored
-
- Apr 07, 2011
-
-
georgen@google.com 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"
-
- Mar 29, 2011
-
-
georgen@google.com authored
-
- Mar 19, 2011
-
-
gnachman authored
-
- 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 11, 2011
-
-
gnachman authored
-
- Mar 10, 2011
-
-
gnachman authored
-
- Mar 03, 2011
-
-
gnachman authored
-
- Mar 01, 2011
-
-
gnachman authored
Fix bug where action was always Ignore when editing a keymap. Rename address book (entry) to profile/profiles. Fix warnings. Allow global keymaps to menu items to work when terminal is not key. Fixed appearance of New Tab icon in toolbar.
-
- Feb 21, 2011
-
-
gnachman authored
-
- Feb 11, 2011
-
-
georgen@google.com authored
Remove excessive NSLog statements. Add save/jump to mark feature. Remove currentEvent string that was for debugging. Fixes bug 530.
-
- Feb 01, 2011
-
-
gnachman authored
-
- Jan 31, 2011
-
-
gnachman authored
-
- Jan 30, 2011
-
-
gnachman authored
When navigating panes with cmd-opt-arrow and the choice is ambiguous, pick the most recently used session. Fixes bug 433.
-
- Jan 28, 2011
-
-
gnachman authored
Add global key mappings ui include global key mappings, remapping modifiers, and setting backspace default to c-h. Fixes bug 403. Add actions for select pane above, below. Fixes bug 430. Change capitalization of action names. Fix cmd-9 to go the last tab. Fixes bug 524. Move delete out of default bookmark keymaps. Re-enable event tap when it times out due to user input. Fixes bug 445. Don't pay attention to left vs right option key in hotkey modifier mask. Fixes bug 523.
-
- Jan 26, 2011
-
-
georgen@google.com authored
Add preference to show bookmark name in tab/window titles. Also improve updating of job names. Fixes bug 371.
-
- Jan 18, 2011
-
-
gnachman authored
Add iTerm2-specific Expose mode. Fixes bug 306. Formatting, dead code fixes. Improve PTYTab's image code to not draw an enormouse frame into a tiny view, and to draw the visible part; also to draw a proper background for splitters and scrollview.
-
- Dec 27, 2010
-
-
gnachman authored
-
- Dec 25, 2010
-
-
gnachman authored
-
- Dec 10, 2010
-
-
gnachman authored
Add support for vertically split tabs. Make cmd-opt-arrow move between panes. Remove cmd-opt-arrow from "basic key mappings" preset. Many formatting improvements. Removed some dead code. Rewrote how windows are resized. Fixed some broken applescript commands like setting rows/cols before adding a session. Fixed a bug where session-initiated resize could make the window bigger than the screen. Added willDropTabViewItem to PMSTabBarControl delegate. Add select pane left/right keybinding options.
-
- Dec 05, 2010
-
-
gnachman authored
Integrate changes from juhagman's branch at r390. Fix lead of DVR buffer. Introduce PTYTab abstraction in preparation for split panes. Only show tabs in fullscreen mode if the cmd key alone is depressed. Introduce SessionView in preparation for split panes. Fix a bug where you try to enter IR with no frames due to lack of memory in buffer for even one frame. Fixed some memory leaks.
-
- Nov 24, 2010
-
-
gnachman authored
-
- Nov 23, 2010
- Nov 18, 2010
-
-
gnachman authored
Add top margin. Get rid of bottom margin preference. Fix bug where tab characters are inserted in the wrong place. Fix bug where COLORFGBG wasn't set. Fix a bug where changing the font size in a tab with an excess margin caused the wrong size excess margin. Fixes bug 137.
-
- Nov 13, 2010
-
-
gnachman authored
Make hockey toggle app rather than only bringing it to the front. Fixes bug 151. Change how tags are displayed in bookmark list view. Allow multiple bookmarks to be selected in prefs panel. Fixes bug 120. Disable popup button for bookmarks in prefs panel when it oughtn't be used. Change Copy From to a new Copy To UI in prefs panel. Fixes bug 82. Add visual bell that flashes the screen. Fixes bug 104. Increase max speed of scroll-by-drag. Allow scroll-by-drag to reach the last line. Add slow paste feature. Fixes bug 94. Add 'close after opening bookmark' option to bookmarks window. Fixes bug 95. Add 'open as tabs in new window' button when multiple tabs are selected in bookmark window. Fixes bug 126.
-
- Nov 11, 2010
-
-
gnachman authored
-
- Nov 09, 2010
-
-
gnachman authored
-
- Oct 31, 2010
-
-
gnachman authored
Set localization environment variables more correctly. Fixes bug where entering japanese text at the prompt has no effect.
-
- Oct 29, 2010
-
-
gnachman authored
Fix a bug where sftp hosts were left behind, possibly causing bug 43. Fix bug where blinking cursor didn't update properly. Fixes bug 240
-