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.01Sep31Aug302725242322212018171614131198787564543231Jul302827282726252423222120191816151413121110876542130Jun2928272625232221201917151413121076543131May302827262524232221201918171615141312109543229Apr2827262524232221201918161514118754Merge branch '3.0.9' into 3.0.10Fix about boxCap the number of commands, hosts, and directories saved per session to 100 to keep the saved state from getting too big. Issue 5029Fix a warningRevert prompt to show images now that they're decoded out of processDecode images out of process. This is for improved security because buffer overflows when decoding images are a real risk. This commit adds a new executable, image_decoder, which reads a compressed image on fd 0 and writes JSON describing its frames, sizes, and delays (for animated GIFs) on fd 1. When an image is received, the image_decoder job is run in a sandbox. Likewise, when iTerm2 restores saved state, image_decoder again decodes each image. In this way images that were not in our control are always passed through image_decoder. Some images, like the broken pipe graphic, are under our control and do not need to be decoded out of process. When restoring state, one image at a time is decoded in order of most recently requested. This provides adequate performance while minimizing latency.Update for September's patronsv3.0.9v3.0.9Remove preference to permanently silence multiline paste warning if the default action is cancel. Issue 5115.3.0.9 upstream/…3.0.9 upstream/3.0.9Cap the number of commands, hosts, and directories saved per session to 100 to keep the saved state from getting too big. Issue 5029Fix a warningRevert prompt to show images now that they're decoded out of processDecode images out of process. This is for improved security because buffer overflows when decoding images are a real risk. This commit adds a new executable, image_decoder, which reads a compressed image on fd 0 and writes JSON describing its frames, sizes, and delays (for animated GIFs) on fd 1. When an image is received, the image_decoder job is run in a sandbox. Likewise, when iTerm2 restores saved state, image_decoder again decodes each image. In this way images that were not in our control are always passed through image_decoder. Some images, like the broken pipe graphic, are under our control and do not need to be decoded out of process. When restoring state, one image at a time is decoded in order of most recently requested. This provides adequate performance while minimizing latency.Show a warning before decoding an image to let security-conscious people know there is a risk.Warn when you type a suppl. plane character into tmux 2.2. Issue 5040Merge branch '3.0.9' into 3.1-mergedwith-3.0.9Update ColorPicker.framework for commit f6712386c7a5958de46d0a5df2ac829cd55bc49cFix a bug where the color picker's eyedropper didn't work on any display other than screen 0. Issue 4821.Save and restore the profiles panel's frameDelete dead codeCopy to pasteboard on a custom click action to extend the selection. Issue 5101.When dimming text only, dim non-default background colors towards a gray with the brightness of the default background color, not toward a 50% gray. Issue 5042Cut out descenders for underlines. Iterating on issue 4957Use NSLayoutManager to compute underline offset instead of the NSFont's value. On retina, allow a single-pixel thick line and ensure it is on the grid.Rate limit TIOCSWINSZ to 5/second to avoid signal coalescing preventing the remote from redrawing when size changes twice in rapid succession, as when you close a split pane with a per-pane title bar (1st the title bar goes away, causing a size change, and then the split goes away causing a second size change in rapdi succession). Issue 5096Use SRGB internally for terminal colors. This also fixes a bug where the hex value entered into the color picker was not stable. Calibrated colors remain for various interfaces, such as Applescript and palette-setting escape sequences to preserve compatibilityEnsure that, when pasting chunks, a surrogate pair does not get cut in half. Issue 5040adhoc_3.0.20160…adhoc_3.0.20160821_104513 upstream/adhoc_3.0.20160821_104513Ensure that, when pasting chunks, a surrogate pair does not get cut in half. Issue 5040Use integer underline thicknessMove cursor to the origin on DECSET 1049, like Terminal and Konsole to make less output look nicer. Issue 3408.Adhoc build 3.0.20160818_215555adhoc_3.0.20160…adhoc_3.0.20160818_215555 upstream/adhoc_3.0.20160818_215555Fix how capture-pane -p -P -C is parsed to handle improperly escaped backslashes. More info in issue 5091.adhoc_3.0.20160…adhoc_3.0.20160818_134539 upstream/adhoc_3.0.20160818_134539Revert "Change the level of the color picker popover to NSSubmenuWindowLevel for issue 5079"Merge branch '3.0.9' of https://github.com/gnachman/iTerm2 into 3.0.9Change the level of the color picker popover to NSSubmenuWindowLevel for issue 5079Adhoc build 3.0.20160817_171247adhoc_3.0.20160…adhoc_3.0.20160817_171247 upstream/adhoc_3.0.20160817_171247Adhoc build 3.0.20160817_160443adhoc_3.0.20160…adhoc_3.0.20160817_160443 upstream/adhoc_3.0.20160817_160443When iTerm2 is terminating, detach from tmux gateways before windows are closed. Issue 4926adhoc_3.0.20160…adhoc_3.0.20160817_101739 upstream/adhoc_3.0.20160817_101739Include execution of diffs in file uploaded from test failure on travisUpdate nonretina golden images. Port diffscript from master to 3.0.9 branchUpdate travis golden tests for new text dimming algorithm that dims the cursor
Loading