- Jan 02, 2016
-
- Dec 31, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Access app delegate via -[iTermApplication delegate] instead of casting. Also add +[iTermApplication sharedInstance] to reduce type casting.
-
Roan Delyf authored
Access app delegate via -[iTermApplication delegate] instead of casting down from NSApplication APIs
-
- Dec 30, 2015
-
-
George Nachman authored
Move logic for removing a profile into ITAddressBookManager and out of the profiles preferences view controller. When removing a profile from Dynamic Profiles, the view controller might not exist. Also, this obviously does not belong in a view controller. Should fix issue 4104.
-
George Nachman authored
Nil out PSMTabBarCell's controlView when it gets deallocated to avoid dereferencing it later from a timer. Not quite sure hot to reproduce this bug, unfortunately. It happened when closing lots of tabs at once.
-
George Nachman authored
-
-
George Nachman authored
-
- Dec 29, 2015
-
-
George Nachman authored
-
- Dec 25, 2015
-
-
George Nachman authored
Fix find view invocation/dismissal animation when height is less than radius.
- Dec 23, 2015
-
-
George Nachman authored
-
George Nachman authored
-
- Dec 21, 2015
-
-
George Nachman authored
-
George Nachman authored
-
- Dec 16, 2015
-
-
Roan Delyf authored
We were over-shooting the initial find view bezier curve drawing, making the curve->line->curve paths discontinuous on both sides.
-
- Dec 15, 2015
-
-
George Nachman authored
-
George Nachman authored
When an x-of-screen style window is manually resized, forget about the desired rows/columns and simply respect the size the user sets. Fixes issue 4073.
-
- Dec 13, 2015
-
-
George Nachman authored
Fix a bug when appending a string after a double-width character. The DWC_RIGHT copied from the predecessoryString was appended at the cursor, causing two copes of it. This commit changes the algorithm to skip over the preexisting DWC_RIGHT. Issue 4058
-
George Nachman authored
Send CR instead of NL from the applescript 'write text' command to be more like what happens when you press return. Issue 4067
-
George Nachman authored
-
- Dec 12, 2015
-
-
George Nachman authored
Fix a bug where you right click on something, the underlying data model changes before the menu shows, and then you pick an action from the context menu and it acts on the changed text. See issue 4048.
-
- Dec 10, 2015
-
-
George Nachman authored
Turn off the flicker fixer by default. Some users experience lots of latency because of it and I haven't been able to track it down. For example, issue 4050.
-
George Nachman authored
-
George Nachman authored
-
- Dec 09, 2015
-
-
George Nachman authored
-
George Nachman authored
Catch errors from core data. Errors can happen if two copies of iTerm2 are running at once and trying to stomp on the same database.
-
- Dec 06, 2015
-
-
George Nachman authored
-
- Dec 05, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Allow passing a command argument to the split vertically/horziontally applescript commands (in response to a message on the mailing list subject 'iTerm 2.9 AppleScript: exec command in split session, evenly tile panes')
-
- Nov 29, 2015
-
-
George Nachman authored
Fix a bug where deleting a profile would not cause profile list views other than the one in the prefs panel to call reloadData immediately, which causes an assertion as seen in issue 4033.
-
George Nachman authored
Change how the 'find cursor' works. In the past, each new search that was did not have the previous search as its prefix would highlight the bottommost result first. Now it behaves more like Chrome's find on page: highlight the next result before the last-highlighted result, or before the last click. Typing into the terminal resets the find state to the bottom. A nice side effect is that we don't need to store the previous search any more. This was brought to light by issue 4035.
-
- Nov 26, 2015
-
-
George Nachman authored
Add an advanced preference to toggle whether typing in the terminal window clears the selection. Issue 4029
-
- Nov 22, 2015
-
-
George Nachman authored
-