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.013Mar121110987652128Feb27262320191716171513116543228Jan27262524232221201918171615141312111098765432131Dec29282726252423222120212019181716151413111098765432129Nov27242322212019181716141312111087654331Oct3029282726Expose isAlternate as a method of the PTYTextViewDataSource protocol and other improvements as suggested by @gnachmanAdd hidden setting (AlternateMouseScroll) for arrow keys on mouse scrollReset save area with RISInitialize save area on startupSave/Restore the wraparound mode with DECSC/DECRC or DECSET/DECRST 1049Save/Restore the origin mode with DECSC/DECRC or DECSET/DECRST 1049Make the terminal save/restore the character ROM state with DECSC/DECRCReduce the duplicated evaluation for DECSC/DECRCMake Triggers panel resizable.Reset terminal modes with RISMerge remote-tracking branch 'upstream/master'Merge branch 'master' of https://github.com/gnachman/iTerm2Make smart selection panel resizableMerge pull request #159 from cgrushko/masterMerge pull request #158 from saitoha/quickfix-for-risHandle prefs that refer to nonexistent toolsFix race condition that threw an exception in ProcessCache when getNameOfPid:isForeground returned nil.Use NFC form when possible. Fixes issue 2813Update window titles immediately during live resize (bug 2812)Improve debug logging of token parsing.Don't set old selection's delegate to nil because then it can't get widthRemove directory portion of filename from debug logFix errors found by xcode 5.1Update project for Xcode 5.1Merge remote-tracking branch 'upstream/master'Make debug logging thread-safe. Add appendBytes:length:excludingCharacter: to NSMutableData. Do low-level tmux parsing in new VT100TmuxParser class to simplify PTYSession’s threadedReadTask: method. Fix race condition where threadedReadTask: could run after dealloc was begun. Remove the not-so-useful kTmuxGatewayCommandHasEndGuardBug flag. Fix analyzer issues and some leaks.refactorTermina…refactorTerminal upstream/refactorTerminalMake it possible to choose the bouncing type for dock icon (once, infinite).Fix some bugs with how autocomplete works with command history. Multiple words would be picked from history and not always with the prefix removed.Fix bug in Autocomplete that limits size of prefix to 1 bytereduce number of outstanding execute calls with minimal performance penalty of 4%Improve performance on very long lines by assuming there are no DWC's until one is seen, which allows a faster algorithm for counting the number of lines since we don't care about DWCs that get wrapped to the next line.Initialize screen_char_t’s in PTYTask thread for ascii strings. Combine ALTSEM_FG_DEFAULT and ALTSEM_BG_DEFAULT into one value so totally default characters are 0s and calloc initializes all the fields of screen_char_t except code for ascii data. Add ALTSEM_REVERSED_DEFAULT so foreground and background can take each other’s default values in reverse video.Remove log statementUpdate to Growl 2.0.1 frameworkSpeed up dropping linesImprove dynamic redraw frequency to avoid randomly switching between fast and slow updatesRecycle tokens in a background thread (big performance win)Fix bug in previous commit that entered the for loop in clearScreenChars in the wrong conditionOptimize clearing lines in VT100GridConvert frequently used VT100 parsers from Obj-C to C functions to reduce time spent in objc_msgsend.
Loading