- Oct 18, 2015
-
-
George Nachman authored
Place license in LICENSE file for a more standard location. Leae README.license behind to avoid breaking links
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Oct 17, 2015
-
-
George Nachman authored
Remove duplicate icon files, moving all of them into Media.xcassets.
-
- Oct 16, 2015
-
-
George Nachman authored
Disable automatic spelling correction, dash substitution, quote substitution, data detection, and link detection for advanced paste. Also disable smart insert/delete for advanced paste and notes tool
-
George Nachman authored
Disable automatic spelling correction, dash substitution, quote substitution, data detection, and link detection in the notes tool
-
George Nachman authored
Fix a bug where you could get duplicate host records if a migration was performed when a core data database already exists. Also fix some failing unit tests.
-
George Nachman authored
Conflicts: ColorPicker/ColorPicker.xcodeproj/project.xcworkspace/xcuserdata/georgen.xcuserdatad/UserInterfaceState.xcuserstate sources/VT100Screen.m sources/iTermDirectoriesModel.m
-
- Oct 15, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Oct 14, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix a stack overrun. constructTextRuns likes to read two characters from its input line to test for double-width characters.
-
George Nachman authored
Fix a crash when you open the color popover, close the color popover, and switch to another app. See comment for details.
- Oct 13, 2015
-
-
George Nachman authored
Add an escape hatch to the system color picker. Fix a bug where the color was not saved in non-continuous pickers.
-
George Nachman authored
Fix a bug where migrating directories stomped on migrated commands. When the backing store type changes, just change the persistent store type instead of destroying and re-creating the world, losing the user's data in the process.
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Oct 12, 2015
-
-
George Nachman authored
Use Core Data to store command history and directory history. This is designed to improve performance. Previously, we'd write the whole plist of all history out on every new command or directory change, and it could easily be large (mine was 105kb).
-
- Oct 11, 2015
-
-
C.W. Betts authored
-
- Oct 10, 2015
-
-
C.W. Betts authored
-
C.W. Betts authored
-
C.W. Betts authored
Use DEPRECATED_ATTRIBUTE to mark functions deprecated in the comments.
-
C.W. Betts authored
Not every class was looked over, though. Remove redundant declarations of dealloc in interface blocks. Mark constructors of classes with instancetype instead of id.
-
C.W. Betts authored
-
C.W. Betts authored
-
C.W. Betts authored
I only modified those that were in the Headers group in Xcode.
-
- Oct 09, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Make double-clicking in command history or recent directories tool change focus to the session. Hold shift during a command click to append a newline.
-
Akiva Leffert authored
This is useful for watching the status of a terminal even when you're doing other things.
-
George Nachman authored
-