aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix some small memory leaks when changing tablesrowanbeentje2009-08-041-6/+8
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-19/+73
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-0/+256