Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 20120108-bugfix
  • 20160102
  • 3.0.0
  • 3.0.1
  • 3.0.10
  • 3.0.11
  • 3.0.12
  • 3.0.13
  • 3.0.14
  • 3.0.15
  • 3.0.16
  • 3.0.6
  • 3.0.7
  • 3.0.8
  • 3.0.9
  • 3.1.1
  • AmbientLight
  • BetterComposedCharacterSegmentation
  • GBK
  • MaddTheSane-modernization
  • v3.1.5
  • v3.1.5.beta.2
  • v3.1.4
  • v3.1.5.beta.1
  • v3.1.4.beta.1
  • v3.1.3
  • v3.1.3.beta.1
  • v3.1.2
  • v3.1.2.beta.2
  • v3.1.2.beta.1
  • v3.1.1
  • v3.1.0
  • v3.1.beta.10
  • v3.1.beta.9
  • v3.1.beta.8
  • v3.1.beta.7
  • v3.1.beta.6
  • v3.1.beta.5
  • v3.1.beta.4
  • v3.1.beta.3
40 results
Created with Raphaël 2.2.05Jul432130Jun29281918171514131211109875432131May302927262524212019181413121110987654130Apr292726242322191816151211109865432131Mar30292827262423222120191814131211109876543227Feb262523222120191817161514131211109876543231Jan30292827262524232221201918131298765432131Dec302928272625242322212019Avoid hitting window title change rate limit when the title isn't changing. Issue 5876Merge branch 'master' of https://github.com/gnachman/iTerm2Mask two cells for double width characters being drawn over a box cursor.Show a warning if the shortcut to toggle the app is the same as the shortcut to toggle a profile window.Merge branch 'master' of https://github.com/gnachman/iTerm2Remove debugging statementRemove the lag from updating the window title. Issue 5876Tmux 2.1 and earlier throw an error when you give new-window -c a bogus directory. Improve our error reporting in this case and in all cases to show the command response.When the theme is dark and window titles are dark then use a dark background for the toolbelt. A comment by joshuajabbour in issue 3314.When rolling a hotkey window in or out, do not animate it so that it begins or ends (respectively) on another screen. When screens have their own spaces windows can't span displays and the setting of the initial/final frame does something unexpected (like choosing a different frame in a completely different place). Issue 5871.Remove logging calls from MyLoginTTY, which runs between fork and exec. This was the likely culprit in a crash. Issue 5866.Fix various bugs with highlighting of search results.Merge branch 'master' of https://github.com/gnachman/iTerm2Refactor the man page viewer into a more general single-purpose window. Add a smart selection action to run a command in a single-purpose window. Issue 5862.Merge branch 'master' of https://github.com/gnachman/iTerm2Add debug logging for quicklook. Issue 5842Keep hotkey window from hiding when a local auth dialog is visible.If the font has default ligatures like FiraCode, show that ligatures are enabled in prefs and don't let the user turn it off. Issue 5857.Add a cache to LineBlock that remembers where double-width characters that get moved to the next line exist. The cache is off by default except for nightly build users. For others it can be enabled with an advanced pref. Issue 5855.Fix a bug where selecting whole wrapped lines failed because of overflow.Add an optimization to the text extractor to cache the current line so repeated calls to characterAt: on the same line are faster. This speeds up double-click on long lines.Change how the length limit in rangeForWordAt: works. The word is now truncated instead of returning nothing at all when it is too long. This is necessary since the limit was lowered from infinity in various places, such as semantic history.Cache number of wrapped lines in a LineBlock's metadata for a raw line.Use binary search when trying to find indexes in sorted array. This speeds up finding word boundaries.Add a test for the new maxChars argument to rangeForWrappedLineAdd missing maxChars arguments to various places.Limit the number of characters that are searched for a word to 100k (was unlimited) and also don't search for the bounds of a wrapped line farther than they could possibly extend when a limit is present. This helps but does not completely fix some hangs when there is a very long line in a narrow window. Issue 5855.Improvements to man page viewing. End the command with ampersand to skip opening a terminal window. Do not issue the short-lived session warning. Do not use a fullscreen window. Always close the window immediately. Issue 5757Merge branch 'master' of https://github.com/gnachman/iTerm2Avoid opening the auto command history window when there are no commands to complete. Issue 5853.Enable drag-drop out of Jobs tool to paste process ID into terminal window. Not sure why I can't paste it into other apps.Fix a race condition when a tmux integration session is started immediately after one ends. See issue 5844 for all the gory details.Merge branch 'master' of https://github.com/gnachman/iTerm2Add an advanced pref to keep CSI 3 J from erasing the scrollback buffer.v3.1.beta.5v3.1.beta.5Log timing stats to debug logs always.Store the preferred width of the left tab bar separately from its actual width, which is constrained by the width of the window. The preferred width is set by a manual drag and is persisted in user defaults. When the window is wide enough to accommodate the preferred width, the tab bar will grow up to but not beyond that size. Issue 5833Call refresh after changing font size to avoid doing a double redraw at two different scroll positions. Issue 5836Merge branch 'master' of https://github.com/gnachman/iTerm2If a window has a nil screen, it would get resized to 0x0. Just accept the proposed size in this case. Issue 5641Make it possible to open the tmux dashboard if there are no windows opened and the tmux gateway is buried. Issue 5835
Loading