Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tiff/tiff-document.c
Commit message (Expand)AuthorAgeFilesLines
* Use common save function for backends.Jani Monoses2006-01-191-30/+2
* Fix memory leak.Nickolay V. Shmyrev2005-10-291-1/+1
* Save a copy implemented for various backends.Nickolay V. Shmyrev2005-10-171-2/+37
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-251-1/+1
* Update rotation direction of backends to fit with pdf and psNickolay V. Shmyrev2005-08-241-1/+1
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-291-28/+3
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-291-28/+10
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-271-1/+2
* use the new tiff2ps interfacesMatthew S. Wilson2005-07-041-17/+7
* implement the ps exporter interface for tiff documentsMatthew S. Wilson2005-07-031-3/+63
* scale the reported height by using the resolution aspect ratioMatthew S. Wilson2005-07-021-2/+19
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-301-7/+9
* Implement rotation and cleanup the code a bit.Marco Pesenti Gritti2005-06-241-3/+52
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-291-2/+37
* Rough TIFF backend.Jonathan Blandford2005-05-221-0/+304