- Nov 14, 2013
-
-
George Nachman authored
- Nov 13, 2013
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix bug 2658 where making a window traditional fullscreen in mavericks would cause another iterm window to become key
-
George Nachman authored
-
George Nachman authored
-
- Nov 12, 2013
-
-
George Nachman authored
Fix bug 2694, which crashes when a dimmed color happens to be the same as a previously used color, and didn't get retained by CRunStorage because it used value equality instead of pointer equality.
-
George Nachman authored
-
- Nov 11, 2013
-
-
George Nachman authored
Fix a bug where smart selection would include too much stuff before the text to select when there's a soft line break followed by a hard line break followed by the text that should be selected. Drop everything prior to the hard line break from consideration for smart selection.
-
George Nachman authored
-
George Nachman authored
Fix assert when right-clicking on a line with a lot of double width characters (or, presumably, certain kinds of combining marks) because we computed their screen positions incorrectly.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Use CTFontDrawGlyphs instead of -[NSAttributedString drawWithRect:options] for complex glyphs (bug 2639)
-
George Nachman authored
-
- Nov 09, 2013
-
-
George Nachman authored
-
George Nachman authored
Add a backup to Gestalt since it seems to be failing some times. Fix IsMavericksOrLater, which actually tested against 10.7. Add a delay before asking for permission to control your computer since it appears under the window
- Nov 08, 2013
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Nov 06, 2013
-
-
George Nachman authored
- Nov 04, 2013
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Change instructions for enabling access for assistive devices for 10.9 (and have it open the right part of prefs using scripting). Switch to 10.9 SDK.
-
- Nov 01, 2013
-
-
George Nachman authored
-
- Oct 09, 2013
-
-
George Nachman authored
-
- Oct 02, 2013
-
-
George Nachman authored
Make unblockPipeW nonblocking (pun not intended) to fix bug 2633. The PTYTask thread would get stuck in readTask waiting for the mainThread to complete -[PTYSession readTask:] while the main thread was stuck in -unblock waiting to write to unblockPipeW, which is only read by the PTYTask thread. Since unblockPipeW was blocking, it must have had a lot of pending writes that hadn't been read off, and dropping one on the floor won't matter because the thread will definitely get unblocked.
-
- Oct 01, 2013
-
-
George Nachman authored
-
George Nachman authored
- Sep 30, 2013
-
-
George Nachman authored
-