aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCategoryAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* Update source code compatibilityMax2017-03-311-1/+0
| | | | | | * Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK) * Fix one case where a method unconditionally required a 10.9+ runtime * Move all of the forward/backward hacks into their own file
* Add a "tooltip" when picking a column type in structure view, explaining ↵Max2015-11-101-0/+1
| | | | | | basic properties of the type (part of #1090) This is mostly to help users understand what "Length" actually does for *INT types.
* 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/+20
|
* Bring outline view branch up to date with trunk (r3518:r3520).stuconnolly2012-03-181-0/+1
|
* Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-1/+2
|
* Fix favorites sorting.stuconnolly2011-02-021-0/+1
|
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-271-0/+1
| | | | | | | - Improve 10.5 compatibility when clearing menus ( http://spbug.com/l/1508 , http://spbug.com/l/1829 , http://spbug.com/l/1818 ) - Fix a possible crash when updating database lists - Update localisable strings
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-0/+43
- 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.