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.013Aug1198787564543231Jul302827282726252423222120191816151413121110876542130Jun2928272625232221201917151413121076543131May302827262524232221201918171615141312109543229Apr2827262524232221201918161514118754131Mar30292827262524232221Fix a bug where descenders in PragmataPro got cut off (Issue 5050). Also fix a bug where the cursor would be visible when in the excess area.Nil out tableview delegates in prefs panel to try to prevent crashes.Dim non-default background colors toward the default background color, not towards black. Fix a bug where dimming was broken. Issue 5042Merge branch 'master' of https://github.com/gnachman/iTerm2Update the underline offset for the new baseline offset computationMerge pull request #297 from coljac/masterFixed yet another cornercase with the "¥".3.0.8 upstream/…3.0.8 upstream/3.0.8Merge pull request #300 from golddranks/masterSet the cancelLabel for warnings for shell integrationSet cancel label for paste warning. Issue 5043.Merge branch 'master' of https://github.com/gnachman/iTerm2Set cancel label for paste warning. Issue 5043.When exec fails show the command, why it failed, and if it failed because the file wasn't found, show the PATH that was searchedv3.0.8v3.0.8Fix a bug where iTerm2 would hang when a fd server exited before we attached to it (which could happen if the command failed to exec or exited right away). Also fix a leak of file descriptors (serverConnectionFd).Fix a bug where we'd crash when closing prefs with a row selected in advanced settingsMerge branch 'master' into masterFixed yet another cornercase with the "¥".Use charactersIgnoringModifiers instead of keycode to determine when yen should become backslash.Merge pull request #299 from golddranks/masterAdd support for Unicode 9 as an option, but it's off by default. This is based on Keno Fischer's work in pull request 294. It adds a new escape sequence: "OSC 1337 ; UnicodeVersion= Ps ST" where Ps is a number (8 or 9, presently) to switch to; 0 for the terminal's default (currently 8; I'm not sure this is very useful, though, since it loses the profile's preferred version--better to use the stack or DECSC/DECRC described later); push to save the current value onto a stack; pop to pull the last value off the stack. The unicode version is also saved and restored with the cursor (affected by DECSC, DECRC, and DECSET 1049). The unicode version and stack are saved and restored along with the rest of the terminal's state using window state restoration. Additionally, a new setting was added under Prefs/Profiles/Text to set the initial unicode version for the profile.Untested. Add unicode 9 supportunicodeOn30 ups…unicodeOn30 upstream/unicodeOn30Fixed the yen button error that happened if the current keyboard layout doesn't produce "¥".Merge branch 'master' of https://github.com/coljac/iTerm2Updated print_image comments and invocation for fourth argument, print_filenameMerge branch 'master' into masterFix pattern phase for braodcasting diagonal stripes. Issue 5032.Fix pattern phase for braodcasting diagonal stripes. Issue 5032.Fix a bug where ligatures sometimes did not draw properly. There were two problems: first, a bogus return statement was left in rectWithHalo:. But second, lines must be drawn from the first column to avoid getting the wrong ligatures in some cases such as a line of ->->->->, where both -> and >- form different ligatures. Issue 5030.Remove commented-out codeRemove deprecated hotkey window restoration codeFix a bug where legacy saved hotkey windows could not be restoredRemove WindowArrangements from NSNotificationCenter on dealloc, which crashes 10.10 and earlier when it posts kSavedArrangementDidChangeNotification when a dealloced instance is still observing notifications.Does not take input from stdin if filename passed.Add patrons for July3.0.7 upstream/…3.0.7 upstream/3.0.7Modify release_beta to modify experiment files (testing3 and testing_changes3) so it's easy to roll changes out gradually to the populationFix a crash on 10.9 and earlier when tabs don't have close buttons and the titles are long. Issue 4985Fix a retain cycle in the keys prefs view controller that caused a crash when toggling the hotkey pinned button because a vc belonging to a now-dead window got a notification that something changed and asserted trying to get the info for the control.v3.0.7v3.0.7Fix a bug where we tried to remove the window's first responder when a popover closes, but it was done wrong because in awakeFromNib the view did not yet have a window so the workaround was a no-op. Not sure if this used to work and then something changed, breaking it. The new code should be more robust because it gets the window from the color well, which we know must exist when its popover will close. This accounted for 20% of crashes in 3.0.5.Fix a crash when you close prefs window while editing an untokenized value in the tags field. Mentioned in a comment in issue 4047.Remove use of kStateDictSavedCX and kStateDictSavedCY from tests (it was removed earlier)
Loading