175 Комити (90ffcf688eb81c8d9ae8230c8a48772ad3f53155)

Аутор SHA1 Порука Датум
  Jeremias Maerki 90ffcf688e Merged revisions 638842-642143 via svnmerge from пре 16 година
  Jeremias Maerki 6baccd12b2 Moved the creation of the fallback LoggingEventListener to FOUserAgent so event before the startDocument() SAX event arrive in the log. пре 16 година
  Jeremias Maerki 0df14f86fd Some initial work for event forwarding from Batik. пре 16 година
  Jeremias Maerki 6d87b943c7 Deprecated FOP's QName. Mixing with Commons' variant only produces problems. пре 16 година
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from пре 16 година
  Jeremias Maerki 40f39c202e Removed stray System.out пре 16 година
  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 година
  Jeremias Maerki 44c5761c1a Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: пре 16 година
  Jeremias Maerki db4f3b282c Bugfix: Some string objects were not encrypted (for example in named destinations) пре 16 година
  Jeremias Maerki e9693885fd Added basic support for PDF page labels. пре 16 година
  Adrian Cumiskey 8f7afa44a2 Improved use of logging пре 16 година
  Jeremias Maerki 9fd779a18a Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_PDF (563130:HEAD) into Trunk. пре 16 година
  Chris Bowditch d54ba5efd8 Bugzilla #43089 пре 17 година
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags пре 17 година
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: пре 17 година
  Jeremias Maerki b222b4dcad Removed newly introduced dependency from the PDF library to the area tree. пре 17 година
  Jeremias Maerki 719a8a5077 Bugzilla #42067: пре 17 година
  Jay Bryant a21c6cef8e Added a PDFGoTo to the PDFDestination handler, so that Destinations properly jump to the page referenced by the PDFGoTo. пре 17 година
  Jay Bryant 03bddb51cc changes to support named destinations пре 17 година
  Vincent Hennebert 404013f30e Stricter user config file validation. пре 17 година
  Jeremias Maerki a625241b1f Bugzilla #40729: пре 17 година
  Jeremias Maerki 787853f18a My last attempt at fixing SVG gradients in PDF wasn't successful. This one is: пре 18 година
  Jeremias Maerki 8244a3fc89 Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents. пре 18 година
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html пре 18 година
  Jeremias Maerki a85bb5953a XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP framework). пре 18 година
  Jeremias Maerki ecd9851991 Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). пре 18 година
  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 година
  Jeremias Maerki fc3f1a4c0a Some refactoring in the XML handling area which results in more code reuse and less redundancy. пре 18 година
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: пре 18 година
  Jeremias Maerki a9b8f995e4 Switching to the Commons variants for the Graphics2D base/helper classes. пре 18 година
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. пре 18 година
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: пре 18 година
  Jeremias Maerki 9cb8e3b0f3 Bugfix for ICC color profile parsing in JPEG images. пре 18 година
  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 година
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. пре 18 година
  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 година
  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 година
  Jeremias Maerki 1d584c0578 (Re?)added integer page number to the PageViewport. пре 18 година
  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 година
  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 година
  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 година
  Manuel Mall f387254522 Another workaround/hack to deal with non breaking spaces. Also some minor adjustments to support the planned AFP renderer пре 18 година
  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 година
  Jeremias Maerki 811fd3eefb NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() пре 18 година
  Jeremias Maerki b9c18acdd0 startVPArea() and endVPArea() made abstract in AbstractRenderer so implementors are forced to deal with the topic. пре 18 година
  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 година
  Jeremias Maerki 54ff093a1c Avoid painting empty rectangles because that can lead to unwanted artifacts. пре 18 година
  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 година
  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 година
  Jeremias Maerki a887507a40 Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscoder and the PDFSVGHandler. пре 18 година