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.010Jul9865432130Jun29281918171514131211109875432131May302927262524212019181413121110987654130Apr292726242322191816151211109865432131Mar30292827262423222120191814131211109876543227Feb262523222120191817161514131211109876543231Jan30292827262524232221201918131298765432131Dec3029282726252423222120Merge branch 'master' of https://github.com/gnachman/iTerm2Don't try to make the window content size an exact multiple of cell size when standardizing the frame. This causes too much confusion for little benefit. Issue 5892.Merge branch 'master' of https://github.com/gnachman/iTerm2When you tap the touch bar button to view a man page on a command that does not have a man page, man will return an error. The window would close immediately. Modify the default man page command to wait a few seconds on error so you can see what went wrong.Fix a bug where a buried tmux gateway could not relay title changed notifications to the proper PTYTab because it lacks a delegate.Merge branch 'master' of https://github.com/gnachman/iTerm2Fix failing tests.Make a copy of the raw line block data in -[LineBlock dictionary]. It looks like OS 10.13 needs the data in the coder asynchronously. This was always a risky optimization. It used to work because nothing could be mutated between willEncode and the actual encoding, but it seems that is no longer the case.Prevent text extractor's line cache from outliving the vcall to performBlockWithLineCache, which caused a test to access freed memoryAvoid 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.
Loading