- Dec 10, 2017
-
-
George Nachman authored
Improve performance of opening a window with the Profiles tool present when there are many profiles. We spent a long time calculting row heights. It's still slow because every row needs to be queried, but it's a lot faster than it used to be. Issue 6322
-
- Feb 21, 2016
-
-
George Nachman authored
When editing a profile's name, first lock the selection, then modify the preference, and then select the locked guid. Fixes issue 4085
-
- Nov 29, 2015
-
-
George Nachman authored
Fix a bug where deleting a profile would not cause profile list views other than the one in the prefs panel to call reloadData immediately, which causes an assertion as seen in issue 4033.
-
- Oct 14, 2015
-
-
George Nachman authored
-
- Oct 10, 2015
-
-
C.W. Betts authored
Not every class was looked over, though. Remove redundant declarations of dealloc in interface blocks. Mark constructors of classes with instancetype instead of id.
-
- Jun 13, 2015
-
-
George Nachman authored
Make the profiles window remember its state using window state restoration. Clean up the code a bit.
-
- Dec 02, 2014
-
-
George Nachman authored
-
- Nov 17, 2014
-
-
George Nachman authored
-
- Sep 21, 2014
-
-
George Nachman authored
Move source into sources/ directory. Delete a few unused images in the process and fix a reference to an Aqua image in FindView
-
- Sep 16, 2014
-
-
George Nachman authored
When you rename a profile while there is a search query in the profile prefs, 'lock' it so that even though the profile's name nolonger matches the query, it remains visible in the ProfileListView and selected.
-
- Apr 12, 2014
-
-
George Nachman authored
Lay the groundwork for refactoring profile prefs and move bookmarkName over to new system. Also fix assertion when a bogus range is passed to accessibility for the NSAccessibilityAttributedStringForRangeParameterizedAttribute property
-
- Apr 11, 2014
-
-
George Nachman authored
-
- Jan 05, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Oct 14, 2013
-
-
George Nachman authored
-
- Mar 09, 2013
-
-
George Nachman authored
-
- Feb 20, 2012
-
-
George Nachman authored
-
- Jan 11, 2012
-
-
George Nachman authored
-
- Jan 10, 2012
-
-
George Nachman authored
-
- Nov 14, 2011
-
-
George Nachman authored
-
- Sep 07, 2011
-
-
George Nachman authored
Clean up BookmarkListView a bit. Add ability to change font size of bookmark list view. Remove useless toolbar delegate. Fixed drawer-related memory leaks. Added clear button to paste history. General cleanup of drawer-related things. Make all tools small-font. Hide tool close button when there's only one. Fix bugs around which views are visible, confusion with user defaults. Add jobs tool.
- Sep 06, 2011
-
-
George Nachman authored
Improved BookmarkListView interface. Add toolbelt menu item. Add pref to show drawer. Add modifier + click to profiles. Save toolbelt prefs.
-
- Sep 05, 2011
-
-
George Nachman authored
-
- Aug 19, 2011
-
-
George Nachman authored
-
- Aug 18, 2011
-
-
George Nachman authored
-
- Jul 21, 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"
-
- Mar 13, 2011
-
-
gnachman authored
-
- Jan 25, 2011
-
-
georgen@google.com authored
Refactor BookmarkSearchField into its own file. Add global search to expose, make thumbnails move out of the way of the results window. Make clicking on the background hide expose'. Make thumbnails appear in reasonable order. Fix drawing of textview images to draw margins correctly and not use a humongous image.
-
- Nov 24, 2010
-
-
gnachman authored
Fix cmd-i crash. Fix crash on closing fullscreen window. Fix crash on quitting item while in fullscreen. Fixes bug 295.
-
- Nov 23, 2010
-
-
gnachman authored
-
- 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.
-
- Oct 26, 2010
-
-
gnachman authored
-
- Sep 07, 2010
- Sep 06, 2010
-
-
gnachman authored
-