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.013Oct12986230Sep272624232019181716151413876543225Aug2219181211109876130Jul2826252422171615121110765230Jun292425232221201813121092129May262221201916121110865430Apr2927212019181716151110986128Mar2423191813121110986228Feb272625222017103231Jan292826232120181196Fix up warnings. Starting on tests for vt100gridGrid compilesMore progressMore progressMore progressinitial workImmediately redraw when instant replay updatesMake the hotkey window go all the way off the screen. It was incorrectly using the screen's visible frame to compute its offscreen position. Fixes bug 2638Get it kind of working but it crashes in windowDidResignMain, not sure why that if statement is thereMake unblockPipeW nonblocking (pun not intended) to fix bug 2633. The PTYTask thread would get stuck in readTask waiting for the mainThread to complete -[PTYSession readTask:] while the main thread was stuck in -unblock waiting to write to unblockPipeW, which is only read by the PTYTask thread. Since unblockPipeW was blocking, it must have had a lot of pending writes that hadn't been read off, and dropping one on the floor won't matter because the thread will definitely get unblocked.Merge branch 'master' of https://github.com/gnachman/iTerm2Make unblockPipeW nonblocking (pun not intended) to fix bug 2633. The PTYTask thread would get stuck in readTask waiting for the mainThread to complete -[PTYSession readTask:] while the main thread was stuck in -unblock waiting to write to unblockPipeW, which is only read by the PTYTask thread. Since unblockPipeW was blocking, it must have had a lot of pending writes that hadn't been read off, and dropping one on the floor won't matter because the thread will definitely get unblocked.Merge branch 'v2' of https://github.com/gnachman/iTerm2 into v2Update release.sh to edit changelog, push to proper branchMerge branch 'v2' of https://github.com/gnachman/iTerm2 into v2Round font width rather than using floor because with 11pt monaco, it was too tight (eg on O])Round font width rather than using floor because with 11pt monaco, it was too tight (eg on O])Make broadcast to all panes in current tab be a per-tab setting.Fix analyzer warningsFix a bunch of analyzer warningsFix a bunch of warningsRemove private category from PseudoTerminal, move comments into .m fileReplace to foo->isa with object_getClass(foo)Fix errors in mergeFix merge conflictsFix crasher where a CRun attribute's color could get dealloced when another NSColor was created with the same attributes. Not sure why autorelease semantics are violated this way by NSColor. The fix is to explicitly keep a reference to every color used in a run in the CRunStorage object.Refuse to connect to tmux in aggressive-resize modeWhen changing an existing session's profile, also change its idea of what its original profile (originalAddressBookEntry) was so that when splitting it splits with the new profile instead of the old one. Fixes bug 2632.remove files that should never have been addedMerge v2Merge branch 'v2' of https://github.com/gnachman/iTerm2 into v2Fix double-free of colors in CRun's because they were being treated as weak refs by CRun and strong refs by PTYTextView.mUndo change to iTerm.plist's bundle idResolve merge conflictsAdd solarized license to helpAdd solarized to color presetsOnly call TranslateCharacterSet on ascii strings. Fixes bug 2630.Merge branch 'v2' of https://github.com/gnachman/iTerm2 into v2Only call TranslateCharacterSet on ascii strings. Fixes bug 2630.Underline clickable URLs when cmd is held down
Loading