- Jul 11, 2016
-
-
George Nachman authored
Center tab labels as though there is no close button. If the label is so long that it would overlap the close button, left align it just after the close button. Issue 4915.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
- Jul 10, 2016
-
-
George Nachman authored
When arranging windows horizontally, wait for all windows to exit fullscreen first. This requires queuing up toggle fullscreen operations, so the iTermFullScreenWindowManager got revamped to handle this.
-
- Jul 07, 2016
-
-
George Nachman authored
-
George Nachman authored
-
- Jul 06, 2016
-
-
George Nachman authored
Make checkmarks in scheme selection box reflect reality (including whether the system considers us the default app). Remove some legacy iterm2 scheme code.
-
George Nachman authored
Fix 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.
-
George Nachman authored
-
George Nachman authored
Avoid recomputing window occlusion fraction by caching it and invalidating the cache when windows move, create, are destroyed, or change order. Issue 4893.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jul 05, 2016
-
-
George Nachman authored
-
George Nachman authored
Clean 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.
-
George Nachman authored
-
- Jul 04, 2016
-
-
George Nachman authored
-
- Jul 03, 2016
-
-
George Nachman authored
-
George Nachman authored
When the terminal is untrusted show a buster sign for images instead of silently swallowing the escape sequence.
-
- Jul 02, 2016
-
-
George Nachman authored
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.
-
George Nachman authored
-
George Nachman authored
Fix 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.
-
George Nachman authored
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.
-
- Jul 01, 2016
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Change permissions of paste history to remove user and all readability. Update text for paste history size advanced preference.
-
- Jun 30, 2016
-
-
George Nachman authored
Don't erase hotkey window restorable state after iTermController has been released. This prevented the hotkey window from being restored on update. Fixes issue 4838.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jun 29, 2016
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-