453 次程式碼提交 (06c02a11d8b82a9dd4357eeee50eb436ceaff5a5)

作者 SHA1 備註 提交日期
  Jeremias Maerki 001c8a9e47 Adding a test case that demonstrates a problem with forward references and page-number-citation. The reference's width is adjusted, but not the whole line. Some code in the area tree tries to adjust word- and letter-spacing but it does not seem to be working properly. 18 年之前
  Manuel Mall 112adcbbd3 Add disabled test case to demonstrate problems with white space handling when it comes to inlines. 18 年之前
  Jeremias Maerki 8b761e244b Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". 18 年之前
  Jeremias Maerki 2569a6d829 List NBSP under adjustable spaces in CharUtilities. 18 年之前
  Jeremias Maerki 45c2b95149 Forgot to disable the writing down of the generated PDF files. 18 年之前
  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 年之前
  Jeremias Maerki d1c0afa0a3 Improved JUnit report creation. 18 年之前
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 年之前
  Andreas L. Delmelle a01b9b9726 Tweak: reuse the FopFactory instance. 18 年之前
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 年之前
  Jeremias Maerki cf581c8e7f ID reference in some checks were wrong. 18 年之前
  Jeremias Maerki 00b7d74ec5 Demonstrating negative last-line-end-indent. 18 年之前
  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 年之前
  Jeremias Maerki 06631968fe Confirming that last-line-end-indent works as specified in XSL 1.0. 18 年之前
  Jeremias Maerki 97564f21e1 Initial support for page-position="last". Feedback requested! 18 年之前
  Luca Furini 8b35a2107b Bugfix: display-align did not work if the first object in a page was a table. 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 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 年之前
  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 年之前
  Jeremias Maerki e6d53d8a9c Added support for fixed-width spaces and kerning. 18 年之前
  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 年之前
  Jeremias Maerki 7c906c3bab Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. 18 年之前
  Jeremias Maerki 4be7cccf6d Test case which demonstrates that a footnote in a fo:inline is swallowed if hyphenation is active. 18 年之前
  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 年之前
  Andreas L. Delmelle 74a05bc3c1 Activated refinement white-space-handling for fo:title and fo:bookmark-title 18 年之前
  Jeremias Maerki bc0dbc50ea Added support for page sequence title in AreaTreeParser (IF). Fixes problems in intermediate format test suite. 18 年之前
  Simon Pepping 3511a16d37 Linefeed treatment and white space collapse are not performed on 18 年之前
  Simon Pepping 781b5ad8e5 InlineLM properly creates an AligmentContext for Title. 18 年之前
  Jeremias Maerki dd3f48dc46 block_break-after_2 seems to work. Don't know who/what fixed this. Does anybody? 18 年之前
  Simon Pepping 3eb942fd36 Avoid a NullPointerException when fo:title is empty. 18 年之前
  Andreas L. Delmelle fe93aa1050 Testcase for the background-position shorthand. 18 年之前
  Andreas L. Delmelle 045fc2577c Slight correction: single quoted font-family names not properly handled 18 年之前
  Andreas L. Delmelle c3ec6a4b5a Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 年之前
  Jeremias Maerki ebbf1fb43b Bugzilla #38618: 18 年之前
  Jeremias Maerki edfe1fbf5b Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager. 18 年之前
  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 年之前
  Luca Furini 5769a0fe9f Fix for bug 38507: the elements representing a non-breaking space were not always correct, sometimes allowing a break. 18 年之前
  Jeremias Maerki add92f84f9 Test case for Bugzilla #38507. 18 年之前
  Jeremias Maerki 8bdee8d2d9 Bugzilla #38453: 18 年之前
  Jeremias Maerki 7a8e9314a4 Demonstrating the problem reported by Jan Kohnert. 18 年之前
  Jeremias Maerki 3c9db68633 Renaming test case as it doesn't properly describe what it does. 18 年之前
  Andreas L. Delmelle ae44bf2f44 Further fine-tuning of white-space-handling during refinement 18 年之前
  Andreas L. Delmelle 36540e2591 Forgot to commit the failing testcase... 18 年之前
  Andreas L. Delmelle 50782f6e6b Implementation for from-table-column(). See: bugzilla 38282 18 年之前
  Simon Pepping 8f160a6bf6 Change TransformerHandler to ContentHandler. Use comment method when 18 年之前
  Simon Pepping abebe36d9a Implement new interface method 18 年之前
  Chris Bowditch ff538ae841 TransformerHandler changed to ContentHandler to allow easier integration of XML Renderer to a SAX Events chain 18 年之前
  Jeremias Maerki 11d47a815e Bugzilla #38397: 18 年之前
  Jeremias Maerki 499ce53562 Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file. 18 年之前
  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 年之前