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