aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-1/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-0/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-1/+1
* Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-241-1/+1
* Tidy up.stuconnolly2011-07-231-15/+14
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+2
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Fix constant assignment.stuconnolly2010-10-081-1/+1
* Remove unused constant.stuconnolly2010-10-071-1/+1
* When printing a table/view's structure, change the heading accordingly. Also,...stuconnolly2010-10-071-2/+12
* • fixed memory leak in [SPDataAdditions shortStringRepresentationUsingEnco...Bibiko2010-08-241-109/+108
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-4/+4
* Present a warning to the user when attempting to print the current table's co...stuconnolly2010-03-181-4/+55
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-6/+20
* Update Localizable.strings by running genstrings and remove the use of multip...stuconnolly2010-03-141-2/+2
* Don't attempt to release the print thread at the beginning of a print operation.stuconnolly2010-03-131-4/+5
* Add additional thread cancellation checking when generating HTML for printing...stuconnolly2010-03-131-6/+4
* Allowing printing of empty table views to prevent crashes.stuconnolly2010-03-131-54/+39
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-131-7/+78
* Add support for printing the table triggers view as well some HTML generation...stuconnolly2010-03-131-10/+37
* Lots more printing support enhancements, including:stuconnolly2010-03-131-55/+99
* Various printing support enhancements, including:stuconnolly2010-03-121-0/+256