aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
Commit message (Collapse)AuthorAgeFilesLines
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-19/+73
| | | | | | - Improve and make consistent state saving in TableContent; now saves filters and scroll position mor reliably on refresh/edit, and supports remembering and restoring which rows were selected - Significantly improve table history - only create entries for tables switches or filters, only remember 50 items, and save view/filters/scroll position/selections in table content view
* - Add an initial barebones version of the history controller, with a basic ↵rowanbeentje2009-07-301-0/+256
toolbar item to navigate backwards and forwards. TBC!