- Apr 29, 2015
-
-
George Nachman authored
-
George Nachman authored
-
- Apr 28, 2015
-
-
George Nachman authored
-
George Nachman authored
Try to fix a common crash in the nightly build in [LineBlock getWrappedLineWithWrapWidth:lineNum:lineLength:includesEndOfLine:yOffset:continuation:], which I suspect is caused by a negative row passed to tabFillerOrphansOnRow:. From the comments in crash logs, it looks like shell integration is failing to mark the end of the command for some people; after a lot of output, the start of the command is lost to overflow, leading to a negative Y value in the command range, which gets passed to tabFillerOrphansOnRow.
-
George Nachman authored
Add a cancel button to the prompt for substitutions, thus allowing session creation anywhere to fail. Make the parameter panel less ugly. Preserve substitutions in saved arrangements. Fixes issue 1063. Remove a bunch of dead code. Fix Shell>Close terminal window by implementing -[PseudoTerminal performClose:]
-
- Apr 27, 2015
-
-
George Nachman authored
-
- Apr 26, 2015
-
-
George Nachman authored
-
- Apr 25, 2015
-
-
George Nachman authored
-
George Nachman authored
When the cursor is hidden, save a copy of the grid for 200 ms and use it in place of the real grid for drawing purposes. This prevents flicker while the screen is getting repainted.
-
gnachman authored
Make the find bar first responder immediately upon opening
- Apr 24, 2015
-
-
ridiculousfish authored
More aggressive fix for issue 3496. The original fix allowed a possibility for enqueued events to be processed before the text field gained focus, so that for example typing cmd-F followed by 'a', the 'a' would go to the iTerm window. This fix ensures that enqueued events go to the search field.
-
- Apr 22, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix a bug where we didn't advance curX when constructing a run that begins with a DWC_RIGHT. That happens commonly now that we draw a ring of extra chars every time. Issue reported on mailing list today. Also make golden tests insensitive to small changes to avoid false failures.
- Apr 21, 2015
-
-
George Nachman authored
-
George Nachman authored
Fix bugs in captured output. Remove a warning about takeFocus being undefined. Fix a bug where the help button disappears when Captured Output is shown from the announcement bar. Make tapping an item in capture output make the textview first responder.
-
George Nachman authored
-
George Nachman authored
Ignore the tautological pointer comparison warning, which I think is actually incorrect because of the RKLCDelayedAssert at the top of the method.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Use ThreeFingerTapGestureRecognizer for the EventMonitorView in the Pointer prefs panel. Clean up the code that uses it a bit
-
George Nachman authored
Fixes a bug where pointer actions requiring option would not work because ignoreOption: was always YES when the profile allows mouse reporting. This changes PTYTextView to take the mouse mode into consideration, allowing option to be used to determine the pointer action when the mode is NONE or HILITE, since they take no actions.
-
George Nachman authored
Fix a bug where selecting whole lines did not properly see soft EOLs because the check for logical windows was incorrect.
-
George Nachman authored
Fix 'smart selection ignoring newlines' pointer action, which didn’t properly ignore newlines (it used iTermSelection’s smart selection mode; now we use character mode instead).
-
George Nachman authored
Move 'Disable session-initiated window resizing' to Terminal from Window profile prefs. Add 'Open Toolbelt' to Window profile prefs (Issue 3303)
-
George Nachman authored
Fix a bug where a dynamic profile couldn't be default if there were no bookmarks saved in prefs (Issue 3491)
-
George Nachman authored
-
gnachman authored
Fixed the plural form in "Check For Update..."
-
George Nachman authored
-
George Nachman authored
-
gnachman authored
Revert "Fix for setting BBEdit as default for semantic history"
-
gnachman authored
-
gnachman authored
Fix for setting BBEdit as default for semantic history by using x-bbedit as the scheme.
-
George Nachman authored
-