aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFObject.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-361/+0
* FOP-2445: Merge PDF Linearization branchSimon Steiner2015-02-241-11/+25
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Eliminate javadocs warnings.Glenn Adams2012-06-041-6/+0
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-1/+1
* Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-191-70/+0
* Bugzilla #51644:Chris Bowditch2012-01-061-19/+30
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-081-1/+1
* 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
* equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-151-0/+16
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-28/+28
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-1/+4
* Bugfix for date formatting with negative time zones in the PDF's Info object.Jeremias Maerki2008-02-071-20/+31
* Clear parent if later on an object number is assigned to a PDFObject which me...Jeremias Maerki2008-01-141-0/+1
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-7/+19
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-24/+67
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-031-1/+3
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-1/+9
* Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi...Jeremias Maerki2007-05-111-0/+15
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-1/+26
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...Jeremias Maerki2006-03-301-2/+2
* Rewrite formatDateTime() to be compatible with JDK 1.3 again.Jeremias Maerki2004-08-231-4/+43
* Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" wasGlen Mazza2004-04-231-8/+1
* Bugzilla Bug 28078 Jeremias Maerki2004-04-031-0/+18
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-021-2/+7
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Streamlined. Add code for encryption of string and text values. All PDF objec...Jeremias Maerki2003-03-271-21/+145
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+128