4799 次程式碼提交 (6624651c2a68e6563c759bf6f42fd319614eaeef)
 

作者 SHA1 備註 提交日期
  Jeremias Maerki 6624651c2a Improved JUnit report creation. 18 年之前
  Jeremias Maerki cc607219ad Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3). 18 年之前
  Jeremias Maerki 645875e370 Don't catch RuntimeExceptions. 18 年之前
  Jeremias Maerki 8be1c678c4 Small update to page on output formats. 18 年之前
  Clay Leeds a45d8c00c2 Added ApacheCon EU 2006 18 年之前
  Jeremias Maerki 53f64f4683 Adding dependency on XML Graphics Commons. 18 年之前
  Simon Pepping 564d655694 A few small changes to these two documentation pages 18 年之前
  Jeremias Maerki 4facf98eb3 Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mode. This makes it easier to read the PDF in a text editor in most cases. 18 年之前
  Jeremias Maerki 40924b3132 Uhm, forgot another occurence of the old domain name. 18 年之前
  Jeremias Maerki 8e792f6aed Don't use "deprecated" hostname. 18 年之前
  Jeremias Maerki 932900c0fa Added missing OutputStream parameter to one of the examples. 18 年之前
  Jeremias Maerki 56acfe7928 Remove unnecessary artifact. 18 年之前
  Jeremias Maerki a928e7efba Examples pointed to the tag not to the trunk. Otherwise, this can be real confusing now that the API has changed. 18 年之前
  Jeremias Maerki 8879f427ab Adjust documentation to changes in outer API (FopFactory etc.). 18 年之前
  Andreas L. Delmelle d45a9f05d1 Tweak: reuse the FopFactory instance. 18 年之前
  Jeremias Maerki a4a0a77568 Fixed addition of ElementMapping instances. Witnessed in the FO tree tests. 18 年之前
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 年之前
  Jeremias Maerki d57f4edbb5 Restored JDK 1.3 compatibility. 18 年之前
  Jeremias Maerki 00ef5428c8 Guard against NPEs when no base URI is given. 18 年之前
  Clay Leeds c832d98c93 Updated to RDF standard 18 年之前
  Jeremias Maerki 4b2cc90713 Removed totally misleading demo file. widows and orphans only have an effect inside the same fo:block, not across table-cells. 18 年之前
  Jeremias Maerki 6d048701da 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 27fa8587eb ID reference in some checks were wrong. 18 年之前
  Jeremias Maerki 86cb93410a Demonstrating negative last-line-end-indent. 18 年之前
  Jeremias Maerki e5e7cf3513 Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block. 18 年之前
  Jeremias Maerki 0454cafb5a Confirming that last-line-end-indent works as specified in XSL 1.0. 18 年之前
  Jeremias Maerki ff1217075e Bugfix for ICC color profile parsing in JPEG images. 18 年之前
  Jeremias Maerki a104552941 Initial support for page-position="last". Feedback requested! 18 年之前
  Luca Furini 461cabb91d Bugfix: display-align did not work if the first object in a page was a table. 18 年之前
  Jeremias Maerki 921368c9b0 The about attribute must have the "rdf" namespace prefix. 18 年之前
  Jeremias Maerki 1f0c71848a Bugzilla #39070: 18 年之前
  Jeremias Maerki 74ef986257 Added missing package description. 18 年之前
  Jeremias Maerki a92ecbfd05 Clean-up in PageSequence. 18 年之前
  Jeremias Maerki af305c349e Removed obsolete TODO 18 年之前
  Jeremias Maerki 2ed1b34fff Forgot a file when committing my changes for the user-supplied hyphenation patterns. Without the resolver, they are not picked up. 18 年之前
  Jeremias Maerki 0b48739931 Add PDF/A-1b support to command-line. 18 年之前
  Jeremias Maerki 372d168636 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. 18 年之前
  Jeremias Maerki 0a76c97b95 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 6610741d9f Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. 18 年之前
  Jeremias Maerki 104c7de499 Bugzilla #39030: 18 年之前
  Jeremias Maerki 9830ebecfd Bugzilla #38731: 18 年之前
  Jeremias Maerki c527e5643f 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 f7ad4807b9 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 d23a7d9396 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 87f7271d44 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 f671fa1950 Fix for ArrayIndexOutOfBoundException in block_white-space_4. 18 年之前
  Jeremias Maerki e6b19bd912 Added support for fixed-width spaces and kerning. 18 年之前
  Jeremias Maerki c563c7a10d 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 0f8ce41ce3 Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. 18 年之前
  Andreas L. Delmelle 795c337395 ElementMapping lookup via META-INF/services 18 年之前