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.022Jul2021191817151412930Jun282726222018161514131064543212131May1Jun31May1Jun31May292827262725242220191514121110982130Apr292827252423222019181513111097876432131Mar302928252423221918171615141311109832127Feb26242321201918151312119876532131Jan3028272625201918161514131211109865329Dec282725242322105130Nov2423221918131110Don't return a path if it doesn't exist.Merge branch 'master' of github.com:gnachman/iTerm2Add diff file for users who want to use XCode 4.Fix when building against 10.6 sdkMerge branch 'master' of github.com:gnachman/iTerm2Add lion fullscreens support. Remember window collection behavior for fullscreen windows.Revert "Add lion fullscreens support. Remember window collection behavior for fullscreen windows."Add lion fullscreens support. Remember window collection behavior for fullscreen windows.Merge branch 'master' of github.com:gnachman/iTerm2Merge branch 'master' of github.com:chendo/iTerm2Prevent cmd+key from sending 'key' to terminal if nothing catches cmd-key. Fixes bug 1136.Add locks to use of logHandle in PTYTask to fix race conditions.Fix bug where find highlights wouldn't wrap lines properly.Prevent infocmp from spamming stdout when a new session is created. Fixes bug 1118.Fix typo.Fix missing two pixels of background at top of screen in fullscreen mode. Fixes bug 1114.Performance improvements for Find. Convert positions to x,y ranges in batches. Cache block position in findSubstring:stopAt.Fix assertion in FontSizeEstimator.initial add.Handle control-pgup and control-pgdown. Fixes bug 1112.Change how font sizes are estimated by looking at all upper case letters' estimates and the actual bounds of 'X' to determine the bounding box. Looks at 'x' and 'y' to determine real descender. Fixes bug 1108. Also mostly fixes Consolas (though its baseline is still one pixel too low).Fix control+key for custom layouts. Fixes bug 1097.Show menu bar before creating a normal window. This prevents the miniaturize button from being hidden. Fixes bug 1088.optimize reverse search for long lines, which used to beachball. Fix crash when closing a window that is doing a search.Preserve collection behavior of fullscreen windows.Change label of Closing Hotkey Window May Switch Spaces. Turn it on by default. Addresses comment in bug 823.Version 1.0beta4remvoe some more logging.Remove excessive logging from hotkey window codeGet help up to dateMerge pull request #10 from pjaspers/devdev upstream/devdev upstream/devMerge branch 'applescript' into devFixing codestyle guidelines.Check args to getWordForX:y:startX:startY:endX:endY: to try to prevent a crash.Add -shutdown to Popup and don't twiddle key status from within windowDidResignKey, which has crazy side effects. Fix bug where clicking on a background term while a popup is opened resulted in two key terms. Also fix a crash when quitting iTerm2 without confirmation while a popup is open. Fixes a crash when closing a term with cmd-opt-w while a popup is open.Fix bug with appending an empty line after a partial line. It should add a blank line but it was a no-op. This made appendScreenToSCrollback push fewer lines than expected and popScrollbackLines would make a mess of things when called later. Also, empty lines would sometimes be missing from the scrollback buffer.Don't try to resize terminated sessions and don't allow sessions smaller than 1x1. Fixes crash when closing a window in IR while another window exists and is key.Don't honor pending closes while in IR because it may release a PseudoTerminal that's still in use in the call stack. Also check in DVRBuffer.h, missed in a recent commit.Fix crash when you cmd-click in a window when there's no front text view (that happens after closing a window and another window doesn't become key because another app is key).
Loading