aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* apply complex scripts patchGlenn Adams2012-02-261-6/+51
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-104-56/+101
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-062-2/+10
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-29/+73
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-244-25/+18
* | Bugzilla #51644:Chris Bowditch2012-01-0613-139/+154
|/
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-291-1/+0
* PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-261-6/+31
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-087-336/+699
* Fixed regression introduced with rev 1095887:Jeremias Maerki2011-06-141-16/+1
* Fix for a potential NPE when painting vector graphics with non-sRGB colors.Jeremias Maerki2011-02-262-2/+13
* Checkstyle fixesAndreas L. Delmelle2011-02-151-0/+4
* Fix deprecation.Temp_ColorJeremias Maerki2011-02-101-6/+6
* Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-102-15/+14
|\
| * Bugzilla 50698: Changes after updating XGC JARAndreas L. Delmelle2011-02-012-15/+14
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-1832-186/+586
|\|
| * Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-5/+4
| * Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
| * Small improvement for XMP generation.Jeremias Maerki2010-10-271-0/+3
| * Added two more character to be escaped in a PDF name (now in sync with PDFBox).Jeremias Maerki2010-10-261-1/+1
| * Bugfix for unescaped name characters which can cause trouble with PDF parsers.Jeremias Maerki2010-10-111-1/+3
| * Fixed indentationVincent Hennebert2010-08-276-88/+88
| * Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-251-0/+3
| * Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
| * Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
| * One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
| * Resolved conflict (ClassCastException) with named destinations which in contr...Jeremias Maerki2010-08-173-36/+71
| * Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-169-17/+219
| * Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-143-17/+9
| * Bugzilla #49733:Jeremias Maerki2010-08-1416-89/+153
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-133-25/+0
| * Bugzilla #44460:Jeremias Maerki2010-08-037-40/+167
* | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-131-3/+17
* | Bugfix for StringIndexOutOfBoundsException when the PDF grows beyond 2GB.Jeremias Maerki2010-08-131-6/+9
* | The previous merge didn't go quite as planned.Jeremias Maerki2010-07-191-1/+0
* | Merged changes from Trunk.Jeremias Maerki2010-07-191-3/+6
|\|
| * Bugfix of bugfix for escaped PDF names.Jeremias Maerki2010-07-191-3/+5
| * Bugfix: "/" must be escaped in names.Jeremias Maerki2010-07-191-3/+3
| * Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-021-3/+4
* | Merged changes from Trunk (minus JARs).Jeremias Maerki2010-07-191-3/+3
* | Bugfix for gradients with mixed color spaces: the original color was not repl...Jeremias Maerki2010-07-081-3/+6
* | Cleanup of PDFColor, removing unused functionality. PDFColor is only used for...Jeremias Maerki2010-07-081-93/+10
* | Added class ColorWithFallback used for recreating function strings.Jeremias Maerki2010-07-072-15/+16
* | Added support for the cie-lab-color() function that is found in the current X...Jeremias Maerki2010-06-303-5/+150
* | Bugzilla #49403:Jeremias Maerki2010-06-257-83/+419
|/
* Bugfix: PDF/A-1a mode was not properly reported.Jeremias Maerki2010-06-171-1/+1
* Put the /Resources reference directly into the underlying dictionary and hand...Jeremias Maerki2010-06-151-3/+3
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-141-2/+2
* Bugfix for formatting of floating point numbers which could lead to invalid P...Jeremias Maerki2010-06-041-1/+1