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.024Mar23222120181716151413121312109876432129Feb282725242322212019181615148652129Jan282725232120191815141312117643232131Dec30313029252321171514131298528Nov26222019181615131211109543230Oct29282726232221201918171615141312109876542130Sep29272220191817161310987Update Sparkle to 1.14 with my patchMerge branch 'master' of https://github.com/gnachman/iTerm2Make line under tab color one point wideMake nightly build script stop on scp or ssh errorCache the width of tab labels because it got computed way too often.Make PTYTextView's description show its session since it's really hard to correlate them otherwiseFix a bug where the foreground tab's processing state would rapidly toggle between on and off because the wrong criterion was used to determine if it was processing. Also make setIsProcessing a no-op if the value hasn't changed.Fix a bug where the activity indicator in a tab wouldn't appear with a dark theme sometimes. startAnimation only works when the view is visible.Parse /etc/auto_master to find NFS automounts and ignore them for semantic history. Issue 4458Add advanced preference to specify directories to ignore for semantic history.Adhoc build 2.0.20160321_222849adhoc_2.0.20160…adhoc_2.0.20160321_222849 upstream/adhoc_2.0.20160321_222849Merge branch 'master' of https://github.com/gnachman/iTerm2Add advanced option to disable dictionary lookup on force press. Issue 4456.Remove the restriction that inset be less than a cellMerge branch 'master' of https://github.com/gnachman/iTerm2Add support for insets inline images. Add optional paramters insetLeft, insetRight, insetTop, and insetBottom, which default to zero. The image will be inset within its original space. The insets are clamped to the size of a character cell. Issue 4419.Add support for insets inline images. Add optional paramters insetLeft, insetRight, insetTop, and insetBottom, which default to zero. The image will be inset within its original space. The insets are clamped to the size of a character cell.Add a new proprietary API to get cell size in points. OSC 1337 ; ReportCellSize ST will respond with OSC 1337 ; ReportCellSize= H ; W ST where H and W are floating point values giving the height and width of a cell, respectively.Add a log message to updateDisplayFix bad mergeMerge branch 'master' of https://github.com/gnachman/iTerm2Log when things are dirtyImprove debug logging to disambiguate multiple sessions.Remove bogus setting of command flags keyFix a memory leak where NSMutableParagraphStyle was retained way more than it should have been. Issue 4440.Fix a bug where trying to tmux -CC attach to a tmux server without a session would cause us to write a command to the shell prompt. Previously, we would immediately send show-window-options -g aggressive-resize to tmux after getting the escape code. It happens that tmux always starts by sending us a begin-end or begin-error pair for the command on the command line, so we can check if it is successful. If not, print the error (yay!). If it is, proceed to kick off the initialization commands.Fix a bug where trying to tmux -CC attach to a tmux server without a session would cause us to write a command to the shell prompt. Previously, we would immediately send show-window-options -g aggressive-resize to tmux after getting the escape code. It happens that tmux always starts by sending us a begin-end or begin-error pair for the command on the command line, so we can check if it is successful. If not, print the error (yay!). If it is, proceed to kick off the initialization commands.reduceMemoryUsa…reduceMemoryUsageForPreviewPanelsAndQuicklook upstream/reduceMemoryUsageForPreviewPanelsAndQuicklookMake the file descriptor server a process group leader in its own process group so shells without job control (or any child process that catches SIGINT but doesn't create process groups) will not cause the server to terminate on SIGINT. Issue 4288.George's style changesMerge branch 'rony/memory-usage' of https://github.com/ronyfadel/iTerm2 into ronyfadel-rony/memory-usageAdd alert on all marks as a global option, but I don't know if it's a good idea. It maybe should be per-profile. See issue 4414.alertOnAllMarks…alertOnAllMarks upstream/alertOnAllMarksFix a bug where the hamburger menu's Restart Session item would restart the tab's current session, not the session associated with the menu. Issue 4411.Merge branch 'simplerTimer'Merge branch 'master' of https://github.com/gnachman/iTerm2Simplify how the session update timer works.im not sureFix bug where non-antiaaliased underlines were too thick. Issue 4438.Make sure that we don't pick a font with different traits when looking for the bold version (can't change obliqueness, width, etc.; only bold/unbold can change). Issue 4442.Improve the algorithm for finding a bold version of a font. Search for a font whose weight is at least 4 more than the non-bold variant. Issue 4294.Update to latest version of NMSSH (with a custom libssh2 version 1.7, since upstream is still 1.6) to fix a crash when public key authentication fails due to the session being freed prematurely (from disconnect, not dealloc).
Loading