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.06Jul542130Jun2928272625232221201917151413121076543131May302827262524232221201918171615141312109543229Apr2827262524232221201918161514118754131Mar3029282726252423222120181716151413121312109876432129Feb282725242322212019181615148652Fix a crash where some preference panel view controllers remained allocated after the pref panel was released. There were cyclic references in various blocks. The fix for most of them is to remove the blocks in PreferenceInfo when the window closes. A color well block also had a cycle, and I fixed it by using an unsafe unretained pointer. Blocks are non-arc code are scary.Remove bogus call to remove observer.Avoid recomputing window occlusion fraction by caching it and invalidating the cache when windows move, create, are destroyed, or change order. Issue 4893.adhoc_3.0.20160…adhoc_3.0.20160706_103308 upstream/adhoc_3.0.20160706_103308Make permissions of ShellHistory database only user-readableShow a warning before installing shell integration giving the command to be runFix a bug where iTermWarning would not run the block for saved preferencesDon't evaluate smart selection rules without actions when searching for custom actions. Issue 4888Clean up iTermWarning so you can provide a block for each action. Use the new API in the mutiline paste warning. Fix a bug where it did not offer to paste without nesline when not at a shell prompt.Fix spacing between checkboxes on the appearance tabGet animating off the screen working. Halleluja.Add missing QLPreviewPanel filesAdd new imagesFix a bug where toggling traditional fullscreen changes the style mask for floating hotkey windows. Make PseudoTerminal track the hotkey window type so it can ensure the style mask is right.Clarify that an untrusted terminal has limited featuresWhen the terminal is untrusted show a buster sign for images instead of silently swallowing the escape sequence.Improve performance when doing word selection. Reduce the longest word findable by smart selection in word selection mode to 1000 bytes. Do not try to do word selection in smart selection when an action is required (this greatly speeds up pressing cmd while hovering over a long line). Optimize how word strings are found when building up a string by enumerating backwards from the cursor position.Add missing importFix a bug with focus follows mouse where the window whose textview was under the cursor would be made key, even if a higher-ordered window was under the cursor (just not the textview part). Issue 4833.Merge ronyfadel's change that delays creating the prefs panel until it's needed and releases it when it's closed. Originated in PR 275.Respect vim special characters in advanced paste regex substitution string. Issue 4873Fix up mark and shell integration state after cmd-k clearing the buffer. Issue 4866.Change permissions of paste history to remove user and all readability. Update text for paste history size advanced preference.Make the hotkey roll animation window a panel that can overlay a lion window, and remove its shadow.Don't remove hotkey window restorable state when iTermController is released.Improve prose on hotkey panelDon't erase hotkey window restorable state after iTermController has been released. This prevented the hotkey window from being restored on update. Fixes issue 4838.Fix version.txtMake a click in a session title view make the textview first responder. Issue 4864Escape user supplied URLs which might contain nonascii data, which NSURL cannot handle. Issue 48423.0.4+3.0.4v3.0.4v3.0.4Set version to 3.0.4v+3.0.4v+3.0.4Change window identifier from string to integerAdd reminder to release scripts to fix the version.txt backFix version numberAdd debug logging to sendEvent:adhoc_3.0.3 ups…adhoc_3.0.3 upstream/adhoc_3.0.3Better debug logging for creating a new windowAdd a pref to make hotkey window float and plumb it through.Fix up the commented out activate app callsSplit PTYWindow into iTermWindow and iTermPanel. For now only iTermWindow is used. In the future, iTermPanel will be used for floating all-spaces windows so it can appear above fullscreen lion windows.
Loading