aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf
Commit message (Expand)AuthorAgeFilesLines
* * Added new DataObjectFactory to take care of MO:DCA DataObject creation/inst...Adrian Cumiskey2008-07-172-3/+10
* * Created new AbstractState class that shares common properties and stack pop...Adrian Cumiskey2008-07-101-3/+4
* Merged revisions 674245,674267,674269,674272-674273,674276,674325,674468,6744...Adrian Cumiskey2008-07-072-3/+53
* Merged revisions 672833,674039,674043 via svnmerge from Adrian Cumiskey2008-07-041-3/+0
* Merged revisions 651575 via svnmerge from Adrian Cumiskey2008-04-251-8/+13
* Merged revisions 649657,650050 via svnmerge from Adrian Cumiskey2008-04-211-17/+0
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-144-56/+141
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-014-170/+203
* Committing in preparation for trunk merge.Adrian Cumiskey2008-03-271-4/+5
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-1/+1
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-185/+185
* Added an option to disable the default sRGB profile in PDF output for those w...Jeremias Maerki2008-02-072-6/+30
* Move sRGB installation into the PDF library. That way it can be used in PDFDo...Jeremias Maerki2008-02-012-46/+36
* AlphaRasterImage now knows how to deal with TYPE_INT Rasters.Jeremias Maerki2008-02-011-2/+10
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-7/+20
* Removed stray System.outJeremias Maerki2008-01-211-3/+0
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-32/+28
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-1116-506/+1259
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-112-12/+14
* Added basic support for PDF page labels.Jeremias Maerki2008-01-101-0/+15
* Improved use of loggingAdrian Cumiskey2007-12-051-3/+1
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-264-66/+253
* Bugzilla #43089Chris Bowditch2007-08-171-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-186-51/+45
* Bugzilla #41831:Jeremias Maerki2007-05-283-39/+158
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-10/+8
* Bugzilla #42067:Jeremias Maerki2007-05-071-78/+363
* Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ...Jay Bryant2007-04-061-1/+5
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* Stricter user config file validation.Vincent Hennebert2007-02-141-1/+1
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-263-38/+24
* Bugfix: Corrected painting of shading patterns and position of links for SVG ...Jeremias Maerki2006-08-111-36/+46
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-288-40/+48
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-201-45/+17
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-144-100/+261
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-072-19/+20
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-34/+10
* Bugzilla #38946:Jeremias Maerki2006-05-031-24/+21
* Switching to the Commons variants for the Graphics2D base/helper classes.Jeremias Maerki2006-04-052-5/+2
* Improved JUnit report creation.Jeremias Maerki2006-04-052-1/+71
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-3/+79
* Bugfix for ICC color profile parsing in JPEG images.Jeremias Maerki2006-03-241-7/+12
* Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF f...Jeremias Maerki2006-03-181-2/+12
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-147/+75
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-0/+17
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-1/+23
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-2/+2
* Bugfix: Floating point numbers were not properly formatted in the PDF rendere...Jeremias Maerki2006-01-161-218/+107