aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
Commit message (Expand)AuthorAgeFilesLines
* Minor changesMax2018-05-141-0/+1
* #63: Behaviour changesMax2018-05-131-0/+5
* Move advanced filter table code into its own class + xibMax2018-05-081-1/+1
* #63: Add basic support for multiple filtersMax2018-05-071-35/+35
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-85/+84
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* * Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...Max2017-12-021-34/+8
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-1/+1
* Fixed two case of background thread interacting with UIMax2015-04-221-1/+1
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Fixed NSMutableString vs NSString warningsMarius Ursache2013-11-091-2/+2
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-1/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-1/+2
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-6/+6
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-9/+10
* fixed compiler warningssqlprodev2011-03-011-0/+1
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-241-0/+2
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-1/+3
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* - Add support for progress indicator in tabsrowanbeentje2010-05-241-1/+0
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+1
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-221-13/+13
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-0/+3
* - Tweak the history controller to track the toolbar item visibility, and onl...rowanbeentje2010-04-151-1/+67
* Add support for the triggers view in the history controller.stuconnolly2010-03-251-0/+7
* - Correctly store scroll and selection for the navigation history when filte...rowanbeentje2010-03-251-2/+15
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-11/+12
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-27/+14
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-3/+4
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-8/+8
* - Save and restore content table sorting, filter criteria, scroll position a...rowanbeentje2010-02-091-1/+50
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-23/+23
* - Fix issues causing memory leaks and causing history load tasks never to co...rowanbeentje2009-12-131-5/+9
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-9/+19
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-3/+28
* Tidy up.stuconnolly2009-11-071-1/+0
* Missing SVN properties.stuconnolly2009-10-091-2/+2
* • first implementation of a Content Filter EditorBibiko2009-10-011-20/+3
* - Update history item name generation (for history menus) to add support for...rowanbeentje2009-09-301-0/+10
* Forgot to assign the back/forward history menu item's tags resulting in incor...stuconnolly2009-09-121-2/+2
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-121-6/+26
* - Add history menus to the history back/forward buttons for faster navigatio...rowanbeentje2009-08-061-0/+81