- Nov 06, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
- Nov 05, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Remove mechanism for catching proc_pidinfo and statfs timeouts. It was causing crashes, but I don't understand why. Perhaps mixing ARC and non-ARC code has some problem? I saw lots of crashes on 3.1.4 where proc_pidinfo exceeded the timeout and when it finally returned there was heap corruption. It looked as though the dispatch group had been freed even though there was an outstanding reference to it. At any rate, if proc_pidinfo is hanging you're going to have a bad time even without this workaround.
-
- Nov 04, 2017
-
-
George Nachman authored
Avoid looking up a negative index when you have a tail find going (i.e., the find panel is open) and you clear the buffer and it becomes empty (i.e., there's nothing before the cursor such as a prompt at the time you do cmd-k). Issue 6271
-
George Nachman authored
Remove incorrect tooltip on "show mark" button in prefs.
-
George Nachman authored
Having merged in the PR for selecting an account after opening the password manager from a trigger, add manual retain-release code and rename ivar.
-
George Nachman authored
Fix a bug where double-tap shift to open a hotkey window didn't work. It was using the mask for capslock instead. Issue 6251
-
George Nachman authored
Migrate persistent stores automatically. Should fix a bug that caused shell history to get deleted due to the addition of an index and a changed versionHashModifier
-
Leonardo Pistone authored
- Oct 31, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Oct 26, 2017
-
-
George Nachman authored
Require a minimum delay between taps of a modifier key for people whose keyboards don't debounce. Issue 6206
-
George Nachman authored
-
George Nachman authored
Don't draw any lines above the visible range. Their descenders can hang down into the display when vertical spacing is less than 100%. Issue 6223
-
- Oct 25, 2017
-
-
Yilei Yang authored
-
George Nachman authored
When there is no terminal window, allow keybindings with the action "select menu item", "new window", "new tab", and "undo" to be executed. Issue 6232
-
George Nachman authored
Allow ~ in HTTP URL paths
-
- Oct 22, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix a crash on launch bug where a selection could have a negative endpoint, causing us to look up a long-gone line. Presumably this occurs because of the 10k line cap on session restoration.
-
George Nachman authored
Fix a bug where selection length was not calculated correctly. This affected various optimizations that disable features for long selections. If the column window was not set then a length of up to the grid width (but not greater) was returned.
-
George Nachman authored
Allow services that receive text input if up to 10k lines are selected. There has to be a limit because services grab the contents before you know they're needed, at the time the context menu opens. Issue 6218
-
George Nachman authored
A single click on the key icon (shown when at a password prompt on localhost) opens the password manager
-
George Nachman authored
Rename lastDirectoryIsRemote to lastDirectoryisUnsuitableForOldPWD and add some comments. I always find this code hard to analyze.
-
- Oct 19, 2017
-
-
George Nachman authored
Initial text automatically gets a newline sent, so remove the one that used to be added when executing a script. Issue 6067
-
George Nachman authored
Add an advanced pref to use the "correct" algorithm for computing line height, which involves magic incantations. It produces better results for Input Mono Condensed and seems to match what Terminal does. Issue 6159. Also removed some unneeded baseline offset plumbing.
-
- Oct 18, 2017
-
-
Stephen Brennan authored
This allows URLs such as http://sharedserver.com/~homedir/index.html to be parsed and opened correctly.
-
George Nachman authored
Don't make tabs change the background or foreground color of the uninitialized cells they skip over. Issue 6193
-
George Nachman authored
Set SUFeedURL in Info.plist. Sometimes Sparkle doesn't see the user defaults key and then dies because it lacks a URL. The down side of this is that beta users may not pull from the beta track and the experiment bucket will get more than its fair share of requests on the stable track. But it beats the heck out of crashing for no reason. Analysis here: https://github.com/sparkle-project/Sparkle/issues/1139
-
George Nachman authored
-
George Nachman authored
Add "check for updates" to menubar icon
-