aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportControllerDelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* merge SPExportController (part of #2789)Max2018-01-201-42/+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
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-0/+37
- Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.