aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf
Commit message (Expand)AuthorAgeFilesLines
* 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
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-11/+8
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-3/+8
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-35/+24
* Avoid painting empty rectangles because that can lead to unwanted artifacts.Jeremias Maerki2005-11-151-1/+3
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-1/+163
* Moved PDFBridgeContext to a separate class so it can be used by both the PDFT...Jeremias Maerki2005-11-101-15/+33
* EMF support review: Copyright years, rounding problems, code simplificationsJeremias Maerki2005-11-081-0/+3
* Rendering of text-decoration was brokenManuel Mall2005-11-081-2/+2
* Package documentation.Jeremias Maerki2005-10-271-1/+17
* Javadoc fixes.Jeremias Maerki2005-10-271-16/+0
* Bugzilla #37236: Jeremias Maerki2005-10-261-11/+8
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-251-11/+62
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-181-20/+19
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-12/+22
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Some clean-up.Jeremias Maerki2005-08-301-9/+4