- Sep 24, 2017
-
-
George Nachman authored
Disable High Sierra's system tabs, which you can get when System Prefs > Docks > Prefer tabs when opening documents is set to Always. Issue 6096
-
- Sep 20, 2017
-
-
George Nachman authored
-
- Jan 20, 2017
-
-
George Nachman authored
-
- Oct 02, 2016
-
-
George Nachman authored
-
- Sep 10, 2016
-
-
George Nachman authored
Add a pref to toggle the division view (the line under the title bar) when there is no tab bar. Issue 4671
-
- Sep 05, 2016
-
-
Cameron Mulhern authored
-
- Aug 08, 2016
-
-
George Nachman authored
Add support for Unicode 9 as an option, but it's off by default. This is based on Keno Fischer's work in pull request 294. It adds a new escape sequence: "OSC 1337 ; UnicodeVersion= Ps ST" where Ps is a number (8 or 9, presently) to switch to; 0 for the terminal's default (currently 8; I'm not sure this is very useful, though, since it loses the profile's preferred version--better to use the stack or DECSC/DECRC described later); push to save the current value onto a stack; pop to pull the last value off the stack. The unicode version is also saved and restored with the cursor (affected by DECSC, DECRC, and DECSET 1049). The unicode version and stack are saved and restored along with the rest of the terminal's state using window state restoration. Additionally, a new setting was added under Prefs/Profiles/Text to set the initial unicode version for the profile.
-
- Jul 21, 2016
-
-
George Nachman authored
-
- Jul 16, 2016
-
-
George Nachman authored
Add a menu item to the Toolbelt menu to save the current toolbelt's width as the default. Set the width from the pref the first time it is shown in a window.
-
George Nachman authored
Merge in code from hotkeyWindowsInPanels branch. Support multiple hotkey windows. Update the shortcut input view. Add support for floating panel terminal windows.
-
- Jun 06, 2016
-
-
George Nachman authored
Default to release versions of iTerm2. For the next month, ask non-early-adopter, non-nightly, beta-receiving, auto-updating users if they'd like to continue getting beta versions
-
- May 16, 2016
-
-
George Nachman authored
-
- Apr 19, 2016
-
-
George Nachman authored
-
- Apr 17, 2016
-
-
George Nachman authored
-
- Jan 21, 2016
-
-
aljex authored
-
- Jan 04, 2016
-
-
aljex authored
Removed 2 ceil() calls before, but idiotically didn't remove the rest of the tests they were part of, leaving behind essentially 2 x == x noops.
-
- Jan 03, 2016
-
-
aljex authored
-
- Jan 02, 2016
-
-
aljex authored
Correct a couple of working but technically wrong casts.
-
- Dec 30, 2015
-
-
aljex authored
Fixes: https://gitlab.com/gnachman/iterm2/issues/4105 PTYSession.m (before): // Unfortunately, this preference has been saved as a 32-bit int for a while, although it should // be an unsigned 64 bit. Luckily, 32 bits happens to be enough so far, since enabling 64-bit // storage is in the profile prefs system is somewhat involved. For now, hack off the sign // extension. [self setEncodingFromSInt32:[iTermProfilePreferences intForKey:KEY_CHARACTER_ENCODING inProfile:aDict]]; [...] // See note at call site about why this exists. - (void)setEncodingFromSInt32:(int)intEncoding { NSStringEncoding encoding = intEncoding; encoding &= 0xffffffff; [self setEncoding:encoding]; } ProfilesTerminalPreferencesViewController.m (before): // Unfortunately, character encoding should have been stored as a NSUInteger all along :( // See notes in PTYSession for more details. NSInteger tag = [self intForKey:info.key]; tag &= 0xffffffff; [_characterEncoding selectItemWithTag:tag];
-
- Nov 14, 2015
-
-
George Nachman authored
Change prefs in appearance from Hide to Show, which makes more sense (no double negatives when they're off)
-
George Nachman authored
Add a control to appearance prefs for whether to show tabs in fullscreen. Make the setting affect all windows rather than having a per-window setting.
-
- Oct 06, 2015
-
-
George Nachman authored
Get rid of hold cmd to show tabs in fullscreen. Allow holding cmd to extend how long tabs are shown in fullscreen.
-
- Jun 01, 2015
-
-
George Nachman authored
-
- May 30, 2015
-
-
George Nachman authored
-
- Apr 20, 2015
-
-
George Nachman authored
Set NSScrollViewShouldScrollUnderTitlebar instead of trying to swizzle -[NSTitlebarContainerView addSubview:], which caused issue 3499.
-
- Apr 12, 2015
-
-
George Nachman authored
Conflicts: sources/PTYSession.h sources/PTYTextView.m sources/iTermTextExtractor.h
-
- Feb 02, 2015
-
-
George Nachman authored
-
- Dec 18, 2014
-
-
George Nachman authored
-
- Dec 10, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Get rid of animated dimming and fix a bug where tmux split pane title bars would not have the correct text color at creation time
-
- Dec 09, 2014
-
-
George Nachman authored
Add preference for double-click to do smart selection (actually, it swaps double- and quad- click behaviors, but many users never discover quad click so I don't want to make the prefs text too verbsoe).
-
- Dec 04, 2014
-
-
George Nachman authored
-
- Dec 01, 2014
-
-
George Nachman authored
When pasting a string with tabs, show just one alert that includes an accessory for picking the tabstop size
-
- Nov 30, 2014
-
-
George Nachman authored
-
- Nov 14, 2014
-
-
Brian Mock authored
-
- Nov 12, 2014
-
-
Brian Mock 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
-
- Jul 29, 2014
-
-
George Nachman authored
-
- Jul 25, 2014
-
-
George Nachman authored
-