aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-436/+0
* FOP-2445: Merge PDF Linearization branchSimon Steiner2015-02-241-1/+1
* FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream;...Luis Bernardo2013-12-131-1/+0
* apply complex scripts patchGlenn Adams2012-02-261-1/+2
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-241-2/+15
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-151-0/+4
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-1/+5
|\
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-1/+3
| * Wrap the whole page stream in a q..Q pair to avoid problems when the page str...Jeremias Maerki2010-10-211-0/+2
* | Added missing PDFColorHandler to PDFDocumentGraphics2D.Jeremias Maerki2010-07-191-0/+2
* | Bugzilla #49403:Jeremias Maerki2010-06-251-8/+7
|/
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-011-3/+3
* "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-041-20/+20
* 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