aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFArray.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #46705:Jeremias Maerki2009-02-191-0/+9
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-17/+17
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-1/+4
* Change PDFPage to use PDFDictionary in order to make it possible to better se...Jeremias Maerki2008-02-051-0/+14
* Restore default constructor for PDFArray.Jeremias Maerki2008-01-141-11/+10
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-26/+46
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-0/+17
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi...Jeremias Maerki2007-05-111-5/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-12/+96
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* 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-10/+7
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+93