- Dec 10, 2017
-
-
George Nachman authored
Improve performance of opening a window with the Profiles tool present when there are many profiles. We spent a long time calculting row heights. It's still slow because every row needs to be queried, but it's a lot faster than it used to be. Issue 6322
-
- Sep 23, 2017
-
-
George Nachman authored
-
- Sep 22, 2017
-
-
George Nachman authored
Fix bug where tags weren't visible in toolbelt profiles list because the cells weren't tall enough because nstableview is a big old mess. Issue 6056
-
- Feb 20, 2017
-
-
George Nachman authored
Enable warnings for APIs that may not be supported. Add macros to selectively disable them. Move touch bar support into a category to do this sanely since it had a LOT of warnings.
-
- Feb 19, 2017
-
-
George Nachman authored
Change ProfileListView to not use deprecated cell-based table view methods. Change how text is truncated to use ellipses.
-
- Nov 02, 2016
-
-
George Nachman authored
-
- Aug 14, 2016
-
-
George Nachman authored
-
- Jul 22, 2016
-
-
George Nachman authored
Pressing esc in a search field without text should pass the command up to the chain. This allows a window to close. Issue 4970.
-
- Jun 19, 2016
-
-
George Nachman authored
Make pressing esc in a profile text search field just erase the text, not resign first responder. Issue 4812
-
- Mar 12, 2016
-
-
George Nachman authored
Fix color of other fields in the profile list view when the app is inactive or its window is not key
-
George Nachman authored
-
- Feb 28, 2016
-
-
George Nachman authored
Implement control:textView:completions:forPartialWordRange:indexOfSelectedItem: for search fields to try to fix issue 4319
-
- Feb 21, 2016
-
-
George Nachman authored
When editing a profile's name, first lock the selection, then modify the preference, and then select the locked guid. Fixes issue 4085
-
- Nov 29, 2015
-
-
George Nachman authored
Fix a bug where deleting a profile would not cause profile list views other than the one in the prefs panel to call reloadData immediately, which causes an assertion as seen in issue 4033.
-
- Oct 15, 2015
-
-
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 10, 2015
-
-
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
-
- Oct 01, 2015
-
-
George Nachman authored
Fix XCode 7 warnings and failing tests. Fix a bug where lastDirectory was called on a CommandUse object because it was incorrectly typed as a CommandHistoryEntry object.
-
- Jun 13, 2015
-
-
George Nachman authored
Make the profiles window remember its state using window state restoration. Clean up the code a bit.
-
- Jun 10, 2015
-
-
George Nachman authored
-
- May 15, 2015
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- May 14, 2015
-
-
George Nachman authored
-
- May 13, 2015
-
-
George Nachman authored
Add a gross hack to properly center profile names within their cells. I really don't see any sane way to do this.
-
- Dec 09, 2014
-
-
Brian Mock authored
-
George Nachman authored
-
- Dec 02, 2014
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Nov 17, 2014
-
-
George Nachman authored
-
George Nachman authored
-
- Sep 21, 2014
-
-
George Nachman authored
Move source into sources/ directory. Delete a few unused images in the process and fix a reference to an Aqua image in FindView
-
- Sep 16, 2014
-
-
George Nachman authored
When you rename a profile while there is a search query in the profile prefs, 'lock' it so that even though the profile's name nolonger matches the query, it remains visible in the ProfileListView and selected.
-
- Sep 14, 2014
-
-
George Nachman authored
-
- Jun 11, 2014
-
-
George Nachman authored
-
- Apr 19, 2014
-
-
George Nachman authored
Assign a const kReloadAddressBookNotification to the notification name and move the horribly misnamed reloadURLHandlers to new prefs
-