20 Commits (f8e731bb87e2c1a4660a1275a2eecaba7cac8f6b)

Author SHA1 Message Date
  Jeremias Maerki f8e731bb87 Merged revisions 607034-611115 via svnmerge from 16 years ago
  Jeremias Maerki 2cffc3e14e Removed new image package after the copying it to XML Graphics Commons. 16 years ago
  Jeremias Maerki 9962ec44b5 Switched background images to new image package. 16 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 719a8a5077 Bugzilla #42067: 17 years ago
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 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 eb1ad60936 Extended PageViewport to carry foreign attributes. 18 years ago
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 years ago
  Jeremias Maerki 7e9bc82973 Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page. 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki bc0dbc50ea Added support for page sequence title in AreaTreeParser (IF). Fixes problems in intermediate format test suite. 18 years ago
  Jeremias Maerki 17094f3329 Creation of Font instances centralized in FontInfo and added a cache for them. This removes duplicate code in a number of places, improves speed a little and saves memory. 18 years ago
  Jeremias Maerki 77f908f5cc Reworked area building in AreaTreeParser to match the scheme that the FOTreeBuilder uses. Cuts away another 10-15% processing time. Too many String.equals() calls and a minor optimization in setTraits(). 18 years ago
  Jeremias Maerki 3606df4b66 Added missing values in area tree XML for PageViewport (simple-page-master-name and blank). 18 years ago
  Jeremias Maerki 1d584c0578 (Re?)added integer page number to the PageViewport. 18 years ago
  Jeremias Maerki b9d21be592 New interface XMLizable (copied from Apache Excalibur) to mark classes that can serialize themselves to XML (SAX stream). 18 years ago
  Jeremias Maerki c7d0432324 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago