aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-2/+2
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-121-16/+16
* Merged revisions 653826 via svnmerge from Adrian Cumiskey2008-05-061-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+0
* Bugzilla #41831:Jeremias Maerki2007-05-281-51/+37
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-261-1/+1
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-021-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* 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