- Jan 03, 2016
-
-
Brian K. White authored
Sync from upstream
-
aljex authored
Add support for ENQ answerback string. You can set the answerback in the Terminal profiles prefs, or via applescript. ^E will cause the terminal to send the answerback string.
-
George Nachman authored
Don't allow focus-follows-mouse to make a window key if there is an app-modal dialog open. Issue 4906.
-
George Nachman authored
Add an advanced preference to transfrom iTerm2 into a background app. Same as setting LSUIElement in the Info.plist
-
George Nachman authored
-
George Nachman authored
-
- Jan 02, 2016
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Change wording of 'thin strokes' to 'sharpen text' and limit it to retina displays since it looks bad on non-retina
-
George Nachman authored
-
George Nachman authored
Don't draw the Find view's focus ring until it's done animating so it doesn't draw over the tab bar. Modernize some of the OS version checking code.
-
Roan Delyf authored
-
Roan Delyf authored
-
Roan Delyf authored
-
Roan Delyf authored
Otherwise the focus ring is partly drawn above the title bar until the search field doesn't overlap with the bar
-
Roan Delyf authored
-
- 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
-
Brian K. White authored
update from upstream
-
-
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
-
-
Brian K. White authored
Testing merge FROM gnachman TO aljex, I hope.
-
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.
-