219 次程式碼提交 (f8e731bb87e2c1a4660a1275a2eecaba7cac8f6b)

作者 SHA1 備註 提交日期
  Jeremias Maerki f8e731bb87 Merged revisions 607034-611115 via svnmerge from 16 年之前
  Jeremias Maerki 30fcb994f5 Metadata didn't get transported to the renderer when only fox:external-document is used. 16 年之前
  Jeremias Maerki 7b60dc7491 Merged revisions 604300-607033 via svnmerge from 16 年之前
  Jeremias Maerki 2cffc3e14e Removed new image package after the copying it to XML Graphics Commons. 16 年之前
  Jeremias Maerki 75b5cf39bb Merged revisions 594558-603642 via svnmerge from 16 年之前
  Jeremias Maerki 9962ec44b5 Switched background images to new image package. 16 年之前
  Jeremias Maerki e8ed3aa6d6 Note: The API of the new image package has changed a bit. (it became necessary when I introduced caching) 16 年之前
  Chris Bowditch 2442659ffd Bugzilla #42144 16 年之前
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 年之前
  Chris Bowditch 7d45a8cc9a In case where SAX Exception is thrown by Area Tree Parser when parsing Area Tree XML, error is logged but Exception should be passed back up to allow a calling Application to abort processing. 17 年之前
  Andreas L. Delmelle 9263449d44 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) 17 年之前
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 年之前
  Jeremias Maerki 650ab02c56 Bugzilla #42067: 17 年之前
  Jeremias Maerki 34f930d783 Bugzilla #42067: 17 年之前
  Jeremias Maerki 02bb4b460f ArrayList -> List. 17 年之前
  Jeremias Maerki b222b4dcad Removed newly introduced dependency from the PDF library to the area tree. 17 年之前
  Jeremias Maerki 719a8a5077 Bugzilla #42067: 17 年之前
  Vincent Hennebert 69ebbadae6 Move out all statistics/debug related code into an inner Statistics class. 17 年之前
  Vincent Hennebert 405e9d2b9b No change; just add svn:keywords and svn:Id properties on new files 17 年之前
  Vincent Hennebert 877d2fbdcc - fix minor checkstyle issues 17 年之前
  Jay Bryant 3ce1aa3b1c New class to support named destinations 17 年之前
  Jay Bryant 13da3fc6ed changes to support named destination 17 年之前
  Jeremias Maerki a625241b1f Bugzilla #40729: 17 年之前
  Simon Pepping 4d444be7c1 FilledArea now properly applies the variation factor, when a page 17 年之前
  Simon Pepping e7486da571 Fixed layout of forward page number citation references in fo:inline 17 年之前
  Simon Pepping 569693cad7 This fixes a bug that has crept in page number resolution, viz. the text was not updated, so that the wrong ipd was calculated. 17 年之前
  Chris Bowditch 444d5d38ea corrected a couple of javadoc warnings issued by checkstyle 18 年之前
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 年之前
  Jeremias Maerki ffc6c6da3f Fix NPE in case there are no extension attachments and the area tree was built from the intermediate format. 18 年之前
  Jeremias Maerki d381f313ae Add bookmarks even if one of the leaves didn't resolve. 18 年之前
  Jeremias Maerki 4d9ed0b260 Take a shortcut when page number is already resolved. Without this there was sometimes a warning. 18 年之前
  Jeremias Maerki eb1ad60936 Extended PageViewport to carry foreign attributes. 18 年之前
  Jeremias Maerki 6e9e6775bd Bugzilla #38946: 18 年之前
  Jeremias Maerki e15428a90d Introduced "ignored namespaces" list on FopFactory. Attributes from ignored namespaces are not complained about. Not done for elements, yet. 18 年之前
  Jeremias Maerki 7e9bc82973 Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page. 18 年之前
  Jeremias Maerki fcfb10d2ec Bugzilla #39118: 18 年之前
  Jeremias Maerki 0aaecd54e2 Don't catch RuntimeExceptions. 18 年之前
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 年之前
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 年之前
  Jeremias Maerki bc0dbc50ea Added support for page sequence title in AreaTreeParser (IF). Fixes problems in intermediate format test suite. 18 年之前
  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 年之前
  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 年之前
  Jeremias Maerki 3606df4b66 Added missing values in area tree XML for PageViewport (simple-page-master-name and blank). 18 年之前
  Jeremias Maerki ae5491af3c Fix for NPE when the AWT Viewer is used with an area tree file as input. 18 年之前
  Jeremias Maerki 9ded99b802 Bugfix: LineArea used a private field instead of the start-indent trait which caused problems for centered and right-aligned text when rendering is done from the intermediate format. The AreaTreeParser parses and sets the trait but not the startIndent field on LineArea, so I removed the startIndent field. 18 年之前
  Jeremias Maerki 1d584c0578 (Re?)added integer page number to the PageViewport. 18 年之前
  Jeremias Maerki b9d21be592 New interface XMLizable (copied from Apache Excalibur) to mark classes that can serialize themselves to XML (SAX stream). 18 年之前
  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 年之前
  Simon Pepping 5fca3a38d0 The last page sequence should also follow its force-page-count trait. 18 年之前
  Jeremias Maerki b851dc2cf1 Bugzilla #38054: 18 年之前