aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-8/+13
* Partially reverted my revision 641827: The yellow tint of certain JPEG images...Jeremias Maerki2008-04-211-17/+0
* Merged branchJeremias Maerki2008-04-144-56/+141
* When a JPEG image is embedded, an optionally embedded color profile is filter...Jeremias Maerki2008-03-272-2/+109
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-272-168/+94
* 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
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-24/+18
* Issue a warning when an unresolved bookmark item is received. This will be cu...Jeremias Maerki2005-12-221-0/+2
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-4/+2
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-163-219/+202