aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFState.java
Commit message (Expand)AuthorAgeFilesLines
* "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-041-230/+0
* Fix for test/layoutengine/standard-testcases/block-container_absolute-positio...Adrian Cumiskey2008-10-311-2/+20
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-271-3/+3
* * print-file level (default) resources are now immediately streamed and pages...Adrian Cumiskey2008-08-271-12/+22
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-6/+6
* * Created new AbstractState class that shares common properties and stack pop...Adrian Cumiskey2008-07-101-268/+53
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* Bugzilla #42067:Jeremias Maerki2007-05-071-1/+16
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-261-0/+9
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+0
* Bugzilla #37236: Jeremias Maerki2005-10-261-25/+19
* Both fore- and background colors are initially black. This fixes a bug where ...Jeremias Maerki2005-02-011-1/+1
* "fixed" block-containers implemented.Jeremias Maerki2005-01-191-109/+141
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-1/+15
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-271-1/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+385