175 Commits (90ffcf688eb81c8d9ae8230c8a48772ad3f53155)

Author SHA1 Message Date
  Jeremias Maerki 90ffcf688e Merged revisions 638842-642143 via svnmerge from 16 years ago
  Jeremias Maerki 6baccd12b2 Moved the creation of the fallback LoggingEventListener to FOUserAgent so event before the startDocument() SAX event arrive in the log. 16 years ago
  Jeremias Maerki 0df14f86fd Some initial work for event forwarding from Batik. 16 years ago
  Jeremias Maerki 6d87b943c7 Deprecated FOP's QName. Mixing with Commons' variant only produces problems. 16 years ago
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from 16 years ago
  Jeremias Maerki 40f39c202e Removed stray System.out 16 years ago
  Jeremias Maerki 341da37f03 Fixed logic error setting the transformation matrix for block-container viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below). 16 years ago
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: 16 years ago
  Jeremias Maerki db4f3b282c Bugfix: Some string objects were not encrypted (for example in named destinations) 16 years ago
  Jeremias Maerki e9693885fd Added basic support for PDF page labels. 16 years ago
  Adrian Cumiskey 8f7afa44a2 Improved use of logging 16 years ago
  Jeremias Maerki 9fd779a18a Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_PDF (563130:HEAD) into Trunk. 16 years ago
  Chris Bowditch d54ba5efd8 Bugzilla #43089 17 years ago
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 years ago
  Jeremias Maerki b222b4dcad Removed newly introduced dependency from the PDF library to the area tree. 17 years ago
  Jeremias Maerki 719a8a5077 Bugzilla #42067: 17 years ago
  Jay Bryant a21c6cef8e Added a PDFGoTo to the PDFDestination handler, so that Destinations properly jump to the page referenced by the PDFGoTo. 17 years ago
  Jay Bryant 03bddb51cc changes to support named destinations 17 years ago
  Vincent Hennebert 404013f30e Stricter user config file validation. 17 years ago
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 years ago
  Jeremias Maerki 787853f18a My last attempt at fixing SVG gradients in PDF wasn't successful. This one is: 18 years ago
  Jeremias Maerki 8244a3fc89 Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents. 18 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki a85bb5953a XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP framework). 18 years ago
  Jeremias Maerki ecd9851991 Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). 18 years ago
  Jeremias Maerki 141722a7cd The default sRGB color profile provided by the Java class library is no longer embedded if it is encountered. This should reduce the PDF size considerably. 18 years ago
  Jeremias Maerki fc3f1a4c0a Some refactoring in the XML handling area which results in more code reuse and less redundancy. 18 years ago
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 years ago
  Jeremias Maerki a9b8f995e4 Switching to the Commons variants for the Graphics2D base/helper classes. 18 years ago
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 9cb8e3b0f3 Bugfix for ICC color profile parsing in JPEG images. 18 years ago
  Jeremias Maerki 148095dd2e Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF files. FopPDFImage always used the bits/pixel and color space of the original image although our image adapter mostly convert all images to 24bit RGB. One day, we will need to improve the image handling. 18 years ago
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki bb601dc8aa XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7.3 in ISO 19005-1:2005(E)). 18 years ago
  Jeremias Maerki c939529a9b Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmeta and RDF elements can be used as root elements for XMP metadata. 18 years ago
  Jeremias Maerki 1d584c0578 (Re?)added integer page number to the PageViewport. 18 years ago
  Jeremias Maerki 2bd5c4dca7 Bugfix: Floating point numbers were not properly formatted in the PDF renderer which could lead to error messages while opening a PDF in Acrobat Reader. 18 years ago
  Jeremias Maerki 250a5e5363 As announced, I brought FontTriplet to more life by making it Serializable and using it to transport the information about the font in use through the area tree. This has small effects on the test cases as the values in the generated XML are slightly different. While refactoring I saw that there's some room for optimization. Too many objects are still created. It should be quite easy now with the FontTriplet to create a small cache. 18 years ago
  Jeremias Maerki 7216a331f2 Issue a warning when an unresolved bookmark item is received. This will be currently triggered by bug #37993. This is just to raise awareness of the problem. 18 years ago
  Manuel Mall f387254522 Another workaround/hack to deal with non breaking spaces. Also some minor adjustments to support the planned AFP renderer 18 years ago
  Jeremias Maerki cd600b952b XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. 18 years ago
  Jeremias Maerki 811fd3eefb NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 18 years ago
  Jeremias Maerki b9c18acdd0 startVPArea() and endVPArea() made abstract in AbstractRenderer so implementors are forced to deal with the topic. 18 years ago
  Jeremias Maerki fbde68e319 Improvements for leader painting in PDF. "dots" are actually dots now, nicer ridge/groove with lightenColor(), reusing code from border painting. 18 years ago
  Jeremias Maerki 54ff093a1c Avoid painting empty rectangles because that can lead to unwanted artifacts. 18 years ago
  Jeremias Maerki 18536029a6 Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 years ago
  Jeremias Maerki 82b916bf0d Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format. 18 years ago
  Jeremias Maerki a887507a40 Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscoder and the PDFSVGHandler. 18 years ago