- Sep 24, 2017
-
-
George Nachman authored
Disable High Sierra's system tabs, which you can get when System Prefs > Docks > Prefer tabs when opening documents is set to Always. Issue 6096
-
- Sep 20, 2017
-
-
George Nachman authored
-
George Nachman authored
will open when you press 'a'.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 19, 2017
-
-
George Nachman authored
-
George Nachman authored
Use unicode.org's list of IDN characters instead of alphaNumeric characters as the list of legal URL haracters, plus those in settings for various punctuation marks like / which can occur in a URL
-
George Nachman authored
-
George Nachman authored
Use unicode.org's list of IDN characters instead of alphaNumeric characters as the list of legal URL haracters, plus those in settings for various punctuation marks like / which can occur in a URL
-
George Nachman authored
Move a bunch of formerly experimental advanced settings to new homes. Turn on password prompt detection by default.
-
George Nachman authored
Enable double-width character line cache and number-of-lines caching by default for everyone (used to be on by default only for nightly build users with random correctness checks, but the checks have been passing for a while with 0 assertions)
-
George Nachman authored
Don't assume that the mouseDown preceding a mouseDragged had coordinates that can be compared with the drag. Require two consecutive drag events. Issue 6023.
-
George Nachman authored
-
- Sep 15, 2017
-
-
George Nachman authored
Fix "Connect anyay?" text in SSH authenticity prompt
-
- Sep 13, 2017
-
-
George Nachman authored
-
George Nachman authored
-
- Sep 10, 2017
-
-
ryan-petrich-mpf authored
-
- Sep 08, 2017
-
-
George Nachman authored
-
George Nachman authored
Don't try to open the password manager sheet when it's already open. Leaves dangling references to the released window controller. Issue 5983
-
- Sep 05, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Sep 04, 2017
-
-
George Nachman authored
You now do iterm2.run(f) to run a function `f` within the iterm2 context. Add session.read_keystroke() Refactor various classes into their own files
-
George Nachman authored
Don't go into an infinite loop when trying to convert positions with w idth of 0. Hopefully fixes issue 6005
-
- Sep 03, 2017
-
-
George Nachman authored
Beta 8 does not have crashes in OffsetOfWrappedLine. Increase testing fraction to 10% since I haven't seen any crashes yet in the nightly build
-
- Sep 02, 2017
-
-
George Nachman authored
Don't search more than 500,000 cells in a very long line to avoid hangs. This is tricky to split up into multiple searches since lines can change.
-
George Nachman authored
-
George Nachman authored
Refactor timer stuff into a single file. Defer decreasing the frame rate until the next frame is drawn to try to avoid issues like 5928.
-
George Nachman authored
-