aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-3/+3
* Scale factor was wrong. Base must be 72dpi, not the default resolution of the...Jeremias Maerki2005-11-101-2/+4
* Bugzilla #37305: Jeremias Maerki2005-11-101-3/+38
* Bugzilla #37236: Jeremias Maerki2005-10-261-3/+10
* Fix to make the Graphics.create() method (calls a copy constructor) work. Jeremias Maerki2005-10-191-51/+39
* Support for multiple pages in PDFDocumentGraphics2D. Same approach as for Abs...Jeremias Maerki2005-05-251-26/+98
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-101-0/+2
* PR:Glen Mazza2004-04-221-4/+4
* PDF library no longer gets a logger from its owner.Jeremias Maerki2004-04-021-2/+0
* PR:Glen Mazza2004-03-311-13/+12
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-2/+2
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-15/+15
* 1. create control packageWilliam Victor Mote2003-08-141-4/+4
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-29/+107
* Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting n...Jeremias Maerki2003-03-151-0/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+279