aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFFactory.java
Commit message (Expand)AuthorAgeFilesLines
* One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
* Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-161-5/+24
* Bugzilla #49733:Jeremias Maerki2010-08-141-41/+47
* Bugzilla #44460:Jeremias Maerki2010-08-031-7/+47
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-1/+0
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-12/+22
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-7/+10
|\
| * Reverted rev 798521.Jeremias Maerki2009-08-031-4/+3
| * Also use Rectangle instead of Rectangle2D for page boxes in the PDF libraryVincent Hennebert2009-07-281-3/+4
| * Bugzilla #47311:Jeremias Maerki2009-07-281-11/+26
* | Bugzilla #46705:Jeremias Maerki2009-02-191-3/+39
|/
* Fixed IllegalArgumentException (no object number assigned) for this makeLink ...Jeremias Maerki2009-02-151-1/+1
* FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...Jeremias Maerki2009-01-051-11/+33
* Bugzilla 45113:Andreas L. Delmelle2008-10-261-0/+35
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-7/+7
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-2/+5
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-16/+22
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-41/+92
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-161-5/+6
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-30/+56
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-3/+0
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-5/+8
* Added basic support for PDF page labels.Jeremias Maerki2008-01-101-0/+11
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-9/+7
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-50/+56
* Bugzilla #42067:Jeremias Maerki2007-05-071-48/+153
* changes to support named destinationsJay Bryant2007-04-011-9/+62
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-101-4/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-201-2/+3
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-141-18/+86
* Fixed font descriptor construction (italic angle and stemV mixed) Jeremias Maerki2006-05-291-2/+2
* Improved JUnit report creation.Jeremias Maerki2006-04-051-0/+10
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-3/+19
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-22/+28
* Bugzilla #37236: Jeremias Maerki2005-10-261-2/+2
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-181-5/+22
* PR:Glen Mazza2005-01-131-3/+5
* Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" wasGlen Mazza2004-04-231-1/+1
* PR:Glen Mazza2004-04-221-1/+0
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-021-5/+7
* PR:Glen Mazza2004-03-311-2/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-061-3/+3
* 1. move some data structures related to used glyphs from fonts/MultiByteFont ...William Victor Mote2003-08-301-41/+54
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-3/+3
* Use Commons IO methodsJeremias Maerki2003-07-041-2/+6
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-031-1/+1