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.018Jan1715141311764231Dec171615141110987654532130Nov292625242321201614131211109876543229Oct28272625221513119543230Sep262523222120191817161514131211108743227Aug2625212017151413111082131Jul30292826252120191815141311108754329Jun2827252423Add new files, fix lots of stuffMore DECSET tests.More tests added and various improvements made.More tests written, checksums improved, various other improvementsDo escio initialization last to arg parsing errors are formatted rightAdd more tests and featuresInitial work of refactoring CSI, much left to do.Clean up VT100ScreenTest.mClean up how file downloads work internally. Instead of the parser lying and saying that OSC 1337;File=...:data ST finished at the colon, emit an incidental token with the metadata; zero or more incidental tokens for the body; and then when the code finishes or fails, the parser emits a terminator or error.Add new parser infrastructure and rewrite the xterm parser and add tests for it.Minor cleanup of VT100XtermParserAllow the OSC parser to avoid reparsing data for better performance, especially on large OSC 52 codes.Make improvements to testing infrastructure to facilitate running a subset of testsFix a bug where File= downloads would add up to three null bytes at the end of the fileMove control character sanitization code out of VT100XtermParser and into VT100TerminalFix (hackly) a bug where testWriteContentsOfFile would fail because it would write concurrently with shell integration's initial output. The echoed back text ended up in the middle of an escape code. A delay works around it, but the test is inherently flaky. Also fixes a bug where window restoration would cause testCreateWindowWithDefaultProfile to fail sometimes.Fix bug where OSC commands were limited to a paramter of 1024 chars. Fix bug where OSC P would only be executed after the subsequent token begins. Write tests for the OSC parser.Add advanced paste option to convert unicode quotes and dashes to asciiTurn off vibrancy when becoming keyAllow a double-click on the image well in prefs>profiles>window to open the file picker. Modernize the file picker code so it will remember the last-used directory.Adhoc build 2.0.0.20141217_144446adhoc_2.0.0.201…adhoc_2.0.0.20141217_144446 upstream/adhoc_2.0.0.20141217_144446Adhoc build 2.9.20141217_121244adhoc_2.9.20141…adhoc_2.9.20141217_121244 upstream/adhoc_2.9.20141217_121244Show alert with runtime errors for scripts run from Scripts menuFix a bug where you could open find, hit a key, close find, and then results would get highlighted because of the delay inserted before find for very short queries. This commit sets the active state without calling doSearch when closing the find view. That prevents anything from happening in the dispatch_after.Merge branch 'master' of https://github.com/gnachman/iTerm2Add advanced pref for maximum number of bytes of selection to provide to Services (issue 3359)Add more variables, not sure if I should add functions tooaddVariables up…addVariables upstream/addVariablesMerge branch 'master' of https://github.com/gnachman/iTerm2Minor cleanup of previous commitDon't allow one iTerm2 to attach twice to the same session.Fix a problem where setFrame:display: on a window would annoy constraints, which caused the window to get resized to the wrong height. It was caused by the "bugFixView", which did not play nicely with constraints. Constraints exist on the window now when a titlebar accessory is present. To repro the bug, simply run tmux -CC attach, and observe that there's a bit of gray at the bottom of the window frame.add session.tty variableMerge branch 'master' of https://github.com/gnachman/iTerm2Add session.lastCommand variableFix a bug where flashing indicators would not completely erase themselves when done flashing. Deal with fast repeating bell with flashing indicator better (allow flashes to completely finish). The problem was called because not all calls to -drawRect were due to iTermIndicatorsHelper calling setNeedsDisplay:.Don't allow the badge to go over 999 because it's slow to increment the badge.Fix bug where window shortcut indicator would say 'Label' and where it would show as light when a window becomes key but not main.Use tab style for find view and paste progress indicator viewClean up drag-drop code in PTYTextView some more.Clean up drag-drop code in PTYTextView. Remove aincent senseless code for 'extended drag-n-drop' which never made sense and doesn't seem to do anything. Also make cmd-drag of a single filename issue 'cd filename(newline)'
Loading