565 Commits (fop-0_94)

Author SHA1 Message Date
  Jeremias Maerki 8b761e244b Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". 18 years ago
  Jeremias Maerki 2569a6d829 List NBSP under adjustable spaces in CharUtilities. 18 years ago
  Jeremias Maerki 45c2b95149 Forgot to disable the writing down of the generated PDF files. 18 years ago
  Manuel Mall ed8109d21b Fixed various white space (non)removal issues during line building. white-space-treatment is now supported properly especially for the "preserve" case. 18 years ago
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. 18 years ago
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 years ago
  Andreas L. Delmelle a01b9b9726 Tweak: reuse the FopFactory instance. 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki cf581c8e7f ID reference in some checks were wrong. 18 years ago
  Jeremias Maerki 00b7d74ec5 Demonstrating negative last-line-end-indent. 18 years ago
  Jeremias Maerki 5f88773416 Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block. 18 years ago
  Jeremias Maerki 06631968fe Confirming that last-line-end-indent works as specified in XSL 1.0. 18 years ago
  Jeremias Maerki 97564f21e1 Initial support for page-position="last". Feedback requested! 18 years ago
  Luca Furini 8b35a2107b Bugfix: display-align did not work if the first object in a page was a table. 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 97a13831e8 Changed the way that text-align-last is calculated. Hopefully, this is it, now. Should fix a bug reported last week on fop-users. 18 years ago
  Jeremias Maerki ed32d52d2a Looks like we already had a test for the bug I fixed in revision 386025. D'oh. Adjusted the space-before to force the second page again. 18 years ago
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki de1255b13f Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used. 18 years ago
  Jeremias Maerki 7c906c3bab Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. 18 years ago
  Jeremias Maerki 4be7cccf6d Test case which demonstrates that a footnote in a fo:inline is swallowed if hyphenation is active. 18 years ago
  Jeremias Maerki 17f7dbd53d Fixed bug in handling of text-align-last. Value "relative" was not the default and the resolved property was wrong when it was inherited. 18 years ago
  Andreas L. Delmelle 74a05bc3c1 Activated refinement white-space-handling for fo:title and fo:bookmark-title 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
  Simon Pepping 3511a16d37 Linefeed treatment and white space collapse are not performed on 18 years ago
  Simon Pepping 781b5ad8e5 InlineLM properly creates an AligmentContext for Title. 18 years ago
  Jeremias Maerki dd3f48dc46 block_break-after_2 seems to work. Don't know who/what fixed this. Does anybody? 18 years ago
  Simon Pepping 3eb942fd36 Avoid a NullPointerException when fo:title is empty. 18 years ago
  Andreas L. Delmelle fe93aa1050 Testcase for the background-position shorthand. 18 years ago
  Andreas L. Delmelle 045fc2577c Slight correction: single quoted font-family names not properly handled 18 years ago
  Andreas L. Delmelle c3ec6a4b5a Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
  Jeremias Maerki ebbf1fb43b Bugzilla #38618: 18 years ago
  Jeremias Maerki edfe1fbf5b Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager. 18 years ago
  Jeremias Maerki 88879d0506 Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text. 18 years ago
  Luca Furini 5769a0fe9f Fix for bug 38507: the elements representing a non-breaking space were not always correct, sometimes allowing a break. 18 years ago
  Jeremias Maerki add92f84f9 Test case for Bugzilla #38507. 18 years ago
  Jeremias Maerki 8bdee8d2d9 Bugzilla #38453: 18 years ago
  Jeremias Maerki 7a8e9314a4 Demonstrating the problem reported by Jan Kohnert. 18 years ago
  Jeremias Maerki 3c9db68633 Renaming test case as it doesn't properly describe what it does. 18 years ago
  Andreas L. Delmelle ae44bf2f44 Further fine-tuning of white-space-handling during refinement 18 years ago
  Andreas L. Delmelle 36540e2591 Forgot to commit the failing testcase... 18 years ago
  Andreas L. Delmelle 50782f6e6b Implementation for from-table-column(). See: bugzilla 38282 18 years ago
  Simon Pepping 8f160a6bf6 Change TransformerHandler to ContentHandler. Use comment method when 18 years ago
  Simon Pepping abebe36d9a Implement new interface method 18 years ago
  Chris Bowditch ff538ae841 TransformerHandler changed to ContentHandler to allow easier integration of XML Renderer to a SAX Events chain 18 years ago
  Jeremias Maerki 11d47a815e Bugzilla #38397: 18 years ago
  Jeremias Maerki 499ce53562 Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file. 18 years ago
  Jeremias Maerki 4a34763794 Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore. 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