4791 次代码提交 (1395c45d9d371d044795b526a07cee6bc3335075)
 

作者 SHA1 备注 提交日期
  Jeremias Maerki 1395c45d9d Uhm, forgot another occurence of the old domain name. 18 年前
  Jeremias Maerki 7bcc684b42 Don't use "deprecated" hostname. 18 年前
  Jeremias Maerki 94c4420bf9 Added missing OutputStream parameter to one of the examples. 18 年前
  Jeremias Maerki 8cfd66122f Remove unnecessary artifact. 18 年前
  Jeremias Maerki 670fd4e385 Examples pointed to the tag not to the trunk. Otherwise, this can be real confusing now that the API has changed. 18 年前
  Jeremias Maerki b35110bf72 Adjust documentation to changes in outer API (FopFactory etc.). 18 年前
  Andreas L. Delmelle a01b9b9726 Tweak: reuse the FopFactory instance. 18 年前
  Jeremias Maerki 385c5eef15 Fixed addition of ElementMapping instances. Witnessed in the FO tree tests. 18 年前
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 年前
  Jeremias Maerki 60fc6535d1 Restored JDK 1.3 compatibility. 18 年前
  Jeremias Maerki 938f018f23 Guard against NPEs when no base URI is given. 18 年前
  Clay Leeds 538822e7db Updated to RDF standard 18 年前
  Jeremias Maerki f6ca80e8c8 Removed totally misleading demo file. widows and orphans only have an effect inside the same fo:block, not across table-cells. 18 年前
  Jeremias Maerki 86ef02db9d No stacktrace when encountering problems while building a base URL. It's not necessary and draws too much attention. Instead added the URL to the log message that causes the problem. 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 9cb8e3b0f3 Bugfix for ICC color profile parsing in JPEG images. 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 fe6d70ed57 The about attribute must have the "rdf" namespace prefix. 18 年前
  Jeremias Maerki 53ca2fb678 Bugzilla #39070: 18 年前
  Jeremias Maerki 9e8ad8d22f Added missing package description. 18 年前
  Jeremias Maerki 13dc3adad9 Clean-up in PageSequence. 18 年前
  Jeremias Maerki 37f249f902 Removed obsolete TODO 18 年前
  Jeremias Maerki dfb220d6bc Forgot a file when committing my changes for the user-supplied hyphenation patterns. Without the resolver, they are not picked up. 18 年前
  Jeremias Maerki e8960466b4 Add PDF/A-1b support to command-line. 18 年前
  Jeremias Maerki a0b61106c1 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. 18 年前
  Jeremias Maerki de3b319720 block-container did not tell the breaker if it's in auto-height mode. That causes false alarms for block-containers which are not constrained in b-p-d. 18 年前
  Jeremias Maerki 8f9856b386 Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. 18 年前
  Jeremias Maerki df5d57e4bf Bugzilla #39030: 18 年前
  Jeremias Maerki 3df0079c8b Bugzilla #38731: 18 年前
  Jeremias Maerki b5e92d63fe Avoid exception when ImageIO is used as image adapter for TIFF images. The stream is already closed and the bitmap loaded when FopPDFImages wants to write the image to the PDF. 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 4596b5c7e9 Fix for ArrayIndexOutOfBoundException in block_white-space_4. 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 年前
  Andreas L. Delmelle 9ed45d05e7 ElementMapping lookup via META-INF/services 18 年前
  Jeremias Maerki 1ffbddd769 Typo 18 年前
  Jeremias Maerki 0ddbe375ae Removed stray debug message. 18 年前
  Jeremias Maerki 8312edf81d Removed duplicate entry in Renderer list. 18 年前
  Andreas L. Delmelle 8b9f42a389 Fix for NPE in case of empty instream-foreign-object 18 年前
  Andreas L. Delmelle f255053959 Add dynamic lookup of the RendererMakers to RendererFactory (as suggested by Nils Meier; proposed patch slightly altered to make use of org.apache.fop.util.Service instead of sun.misc.Service) 18 年前
  Jeremias Maerki 4be7cccf6d Test case which demonstrates that a footnote in a fo:inline is swallowed if hyphenation is active. 18 年前
  Jeremias Maerki ca4e0ef72e Correcting some info on embedding TrueType fonts. 18 年前
  Jeremias Maerki 015cd9ee6f Disabled the resolution setting because it can lead to ugly side-effects. Resolution is poort now (72dpi) but at least the SVG gets rendered correctly. 18 年前