aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* merge SPTableContent (part of #2789)Max2018-01-201-35/+0
|
* 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
|
* Fix more wanrings by creating a protocol that delegates of the copy table ↵stuconnolly2013-02-161-1/+1
| | | | should conform to.
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-2/+2
|
* - When exporting a query result or filtered table view make sure we're ↵stuconnolly2012-03-201-0/+37
including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size.