aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.m
Commit message (Expand)AuthorAgeFilesLines
* 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