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.021Mar20181716151413121312109876432129Feb282725242322212019181615148652129Jan282725232120191815141312117643232131Dec30313029252321171514131298528Nov26222019181615131211109543230Oct29282726232221201918171615141312109876542130Sep2927222019181716131098753230Aug2618Add 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).Accept the font returned by convertWeight:ofFont: as long as it's a different font. It needn't have the bold flag set, in case you get Black or the like. An attempt to fix issue 4294.Give PTYSession a proper delegate. Now it has no direct knowledge of PTYTab, but it still has to assume it's in a tab or something a lot like one.Define PTYSessionDelegate instead of having a reference directly to PTYTab.ptysessionDeleg…ptysessionDelegate upstream/ptysessionDelegateAdhoc build 2.9.20160315_214026adhoc_2.9.20160…adhoc_2.9.20160315_214026 upstream/adhoc_2.9.20160315_214026Track allocations of tracking rectsadhoc_2.9.20160…adhoc_2.9.20160314_140236 upstream/adhoc_2.9.20160314_140236Automatically place the sha-256 hash in the release notes.Merge branch 'master' of https://github.com/gnachman/iTerm2v2.9.20160313v2.9.20160313Increase minimum update interval to 1/30 second for issue 4343invoke class methods with square bracketsUpdate rony/memory-usage based on review from gnachmanMerge pull request #276 from ronyfadel/rony/overflow-imageFix issue number in commentMerge branch 'master' of https://github.com/gnachman/iTerm2Check whether Option is pressed to decide whether to perform a filename paste or an SCP upload. If the dragging source only allows Copy (like Lightroom) then we still want to be able to paste the filename if option is not held or upload if it is. That's rare, anyway, so the slightly odd behavior of getting the green plus but still pasting a filename (vs uploading) will be rare for most users. This is further mitigated because we now indicate drop targets for SCP upload. Issue 4286.Check whether Option is pressed to decide whether to perform a filename paste or an SCP upload. If the dragging source only allows Copy (like Lightroom) then we still want to be able to paste the filename if option is not held or upload if it is. That's rare, anyway, so the slightly odd behavior of getting the green plus but still pasting a filename (vs uploading) will be rare for most users. This is further mitigated because we now indicate drop targets for SCP upload. Issue 4313.create new retina-ready overflowImageLoad QLPreviewPanel lazily
Loading