- Sep 20, 2017
-
-
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
-
George Nachman authored
- Enable it for nightly build users - 1% of lookups are checked for correctness, leaving a crashlog on failure - Clear the DWC cache when dropping a line. I beleive this was the cause of the assertions in beta 6 and 7. - Make the check for nightly build faster
-
- Aug 30, 2017
-
-
George Nachman authored
Update tab bar sanity check to log when dragging ends (it was called too soon) and to log more info. Issue 5055
-
George Nachman authored
-
George Nachman authored
-