Skip to content
Snippets Groups Projects
  1. Nov 06, 2017
  2. Jun 14, 2016
  3. Sep 21, 2014
  4. Mar 18, 2014
  5. Sep 08, 2011
  6. Jun 20, 2011
  7. Jun 01, 2011
  8. May 27, 2011
  9. May 25, 2011
  10. Apr 11, 2011
  11. Apr 05, 2011
    • George Nachman's avatar
      "Autocomplete.h" · d1321d04
      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"
      d1321d04
  12. Mar 15, 2011
  13. Feb 24, 2011
    • gnachman's avatar
      Add ctrl up, down as xterm keybindings. Fix bug where text field in... · 4eb99b1e
      gnachman authored
      Add ctrl up, down as xterm keybindings. Fix bug where text field in keybindings panel wasn't editable. Fixes bug 655.
      4eb99b1e
    • georgen@google.com's avatar
      Remove delete, all 'send text/hex code' values from default global keymap. Add... · 91d58a1d
      georgen@google.com authored
      Remove delete, all 'send text/hex code' values from default global keymap. Add various navigation shortcuts to global keymap that were in basic defaults and xterm. Fix bug where key binding panel always shows Ignore regardless of the actual action. Fixed bug where Load Factory Defaults for global keymap didn't work. Remove basic defaults keymap because it is now all in globals. Add control-number values to default bookmark and xterm keymaps (fixes bug 657). Remove delete from xterm, default keymaps. Update default bookmark with modern version, including updated xterm keymap.
      91d58a1d
  14. Jan 28, 2011
    • gnachman's avatar
      Add global key mappings ui include global key mappings, remapping modifiers,... · c5f16550
      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.
      c5f16550
  15. Dec 10, 2010
    • gnachman's avatar
      Add support for vertically split tabs. Make cmd-opt-arrow move between panes. ... · b3bec7f1
      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.
      b3bec7f1
  16. Sep 05, 2010
  17. Sep 04, 2010
  18. Sep 02, 2010
    • georgen@google.com's avatar
      This is an enormous change which reworks preferences. Most of the incremental... · 35b029cf
      georgen@google.com authored
      This is an enormous change which reworks preferences. Most of the incremental changes were done in a private Git server. The highlights are:
      - Completely redesigned preferences dialog
      - Fix lots of warnings.
      - Got rid of profiles altogether.
      - Define color and keyboard presets and store them in plist files.
      - Bookmarks now have tags instead of neted directories.
      - Remove the tree view and replace it with a flat table.
      - Bookmarks list includes a search field.
      - Make bookmarks changes be reflected immediately in open sessions.
      - Changes to the bookmark affect only that session, which is forever divorced from its founding bookmark.
      - A separate prefs panel is opened that hides the bookmarks table.
      - Bookmarks now have unique GUIDs assigned and are usually referred to by GUID instead of by pointers, which are evanescent.
      - When you do cmd-i, the session's bookmark is copied into a separate model and given a new guid.
      - Make the prefs window work differently when editing a session.
      - Display star graphic next to default bookmark.
      
      
      35b029cf
    • georgen@google.com's avatar
      This is an enormous change which reworks preferences. Most of the incremental... · cfad9cf9
      georgen@google.com authored
      This is an enormous change which reworks preferences. Most of the incremental changes were done in a private Git server. The highlights are:
      - Completely redesigned preferences dialog
      - Fix lots of warnings.
      - Got rid of profiles altogether.
      - Define color and keyboard presets and store them in plist files.
      - Bookmarks now have tags instead of neted directories.
      - Remove the tree view and replace it with a flat table.
      - Bookmarks list includes a search field.
      - Make bookmarks changes be reflected immediately in open sessions.
      - Changes to the bookmark affect only that session, which is forever divorced from its founding bookmark.
      - A separate prefs panel is opened that hides the bookmarks table.
      - Bookmarks now have unique GUIDs assigned and are usually referred to by GUID instead of by pointers, which are evanescent.
      - When you do cmd-i, the session's bookmark is copied into a separate model and given a new guid.
      - Make the prefs window work differently when editing a session.
      - Display star graphic next to default bookmark.
      
      
      cfad9cf9
Loading