- Jun 23, 2016
-
-
George Nachman authored
Fix a crash when one of application support or tilde expanding fails when getting paths to ssh config files
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Try to prevent a weird assertion where setClientSize saw a non-positive width or height when called from windowDidResize.
-
George Nachman authored
-
George Nachman authored
Fix a race condition where trying to get child job names would crash if a child terminated at just the wrong time because the name would be nil and that got added to an array
-
- Jun 22, 2016
-
-
George Nachman authored
Don't call an objc method from a signal handler. It crashes if the signal handler interrupts class_addMethod, which CoreData does all the damn time.
-
George Nachman authored
-
George Nachman authored
Require only a single click to disable the tip of the day. Some people somehow missed the big red button.
-
- Jun 21, 2016
-
-
George Nachman authored
-
George Nachman authored
-
- Jun 19, 2016
-
-
George Nachman authored
-
George Nachman authored
Add a context menu item when you right click on an animated image that toggles its animation. Issue 4790.
-
George Nachman authored
-
George Nachman authored
Make pressing esc in a profile text search field just erase the text, not resign first responder. Issue 4812
-
George Nachman authored
-
George Nachman authored
-
- Jun 15, 2016
-
-
George Nachman authored
-
George Nachman authored
Fix typos (automatic fixes from Feram)
-
George Nachman authored
When splitting a divorced profile set the Original GUID key in the profile of the new session. This way the new session's originalProfile will be set properly. The bug became visible in issue 4773.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jun 14, 2016
-
-
Feram authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Revert "Don't allow option-yen to send esc+yen or (worse yet) meta-yen. It seems that JP keyboards replace backslash with Yen. Nobody wants esc+yen (I think); many people want backslash. Issue 4778." This reverts commit 672e293b.
-
- Jun 13, 2016
-
-
George Nachman authored
-
George Nachman authored
Try to improve how we get the contents of applescript. Change the code for 'text' to 'pcnt' and add back 'contents' as 'Cntt'. Add tests.
-