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.023Nov22211918171615141312111098765432131Oct302925242322201918654230Sep28272625242322171211108765131Aug302725242322212018171614131198787564543231Jul302827282726252423222120191816151413121110876542130Jun2928272625232221201917151413121076543Beat touch bar into submissionStart adding touch bar support. makeTouchBar is not called. I think I need to mess with bindings like in the sample codeUpdate bundle identifier for TextMateMerge branch 'master' of https://github.com/gnachman/iTerm2Add stub for iTermPreciseTimerStatsMeasureAndAccumulateDo not raise hotkey windows when switching spaces.Merge branch 'master' of https://github.com/gnachman/iTerm2Add logging for issue 5198adhoc_3.0.20161…adhoc_3.0.20161118_092114 upstream/adhoc_3.0.20161118_092114Turn off layer support by default. I did some work to make it less broken in the redoDrawingFOrOSX9 branch, but having seen that it is much slower on a MBP w/ a 4k display, I'm not motivated to invest more in this approach.Ensure views have layers when they ought to. Note: performance on my MBP is dramatically *worse* with layers. wtfredoDrawingFOrO…redoDrawingFOrOSX9 upstream/redoDrawingFOrOSX9Fix coipes on scroll logic but now it seems really slowImprove drawing for the floating view. Stripes respect margins. Make scrollviews redraw when stripes are toggled. Make PTYTextView setNeedsDisplay also redraw the floating view. When there's a background image always redraw the whole ptytextview.Fix redrawing with a layer (partially, need to not do it if there is no layer). Move bottom margin into a floating view, ut it's not quite right with stripes (too wide, doesn't phase shift on scroll). Also, indicators need to move into a floating view. There is miscellaneous debug code floating around too. Also turning off stripes doesn't cause a redraw?Disable code signing, which doesn't do anyone any good.Merge branch 'master' of https://github.com/gnachman/iTerm2Fix a few bugs with the new fastpath rendering that came up in issue 5330:Reference count calls to enable/disable secure input to avoid getting stuck. Issue 4538Fix imgcat support for PDFs, which have no pixel size in their NSImageRep and need to create temp files in /private/var.tmux 2.1 changed break-pane to take -s instead of -t for break-pane, which I noticed while investigating issue 5320. Use the correct flag depending on the tmux version.Adhoc build 3.0.20161115_204208adhoc_3.0.20161…adhoc_3.0.20161115_204208 upstream/adhoc_3.0.20161115_204208Increase minimum distance from baseline to underline from 1.5 to 2 ptRestore thin strokes and anti-aliased text to fastpathMerge pull request #309 from jcs/swap_pane_from_keyboardMerge branch 'master' of https://github.com/gnachman/iTerm2Adhoc build 3.0.20161114_211649adhoc_3.0.20161…adhoc_3.0.20161114_211649 upstream/adhoc_3.0.20161114_211649Undo accidental commit of project file. I hate xcode so muchUse slow text rendering for underlined text. This is a workaround until I can get the fastpath drawing properly masked underlines.Merge branch 'master' of https://github.com/gnachman/iTerm2Add an on by default experimental option to use Core Animation layers. On my iMac, this gives a dramatic speedup (from 15 to 30 fps on my vimdiff benchmark).Merge branch 'master' of https://github.com/gnachman/iTerm2Clean up the mutable attributed string builder.Add a fast path for drawing ASCII text. This disables ligatures for alphabetic, numeric, and space characters when using a font with ligatures (or for all ASCII characters when the font does not support ligatures), and uses a much faster drawing algorithm for them. It demonstrates a 33% speedup for vimdiff output on my iMac.Merge branch 'master' of https://github.com/gnachman/iTerm2Avoid doing segmentation and attribute combination in attributed string construction when a character has the same attributes as its predecessor.Merge branch 'master' of https://github.com/gnachman/iTerm2Fix broken buildFix how drawing happens in the presence of tabs and other undrawable cells. Background colors and underlines need to draw through non-drawn cells. Before, the runs were not created. Now a run with one space is made but the proper underline width attribute is added. Also, foreground and background colors are properly set on tab cells. Masking of underlines was improved and fixed (these changes revealed bugs, and it was creating unnecessarily large masks, anyway).Add timing code from 3.1Fix disabled precise timer return valueImprove precise timers.
Loading