4794 Commits (dece1d7361bfe21604222d1dbfdc1b599084a363)
 

Author SHA1 Message Date
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 years ago
  Simon Pepping 46f47c3095 A few small changes to these two documentation pages 18 years ago
  Jeremias Maerki fc889fb52f 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 years ago
  Jeremias Maerki 1395c45d9d Uhm, forgot another occurence of the old domain name. 18 years ago
  Jeremias Maerki 7bcc684b42 Don't use "deprecated" hostname. 18 years ago
  Jeremias Maerki 94c4420bf9 Added missing OutputStream parameter to one of the examples. 18 years ago
  Jeremias Maerki 8cfd66122f Remove unnecessary artifact. 18 years ago
  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 years ago
  Jeremias Maerki b35110bf72 Adjust documentation to changes in outer API (FopFactory etc.). 18 years ago
  Andreas L. Delmelle a01b9b9726 Tweak: reuse the FopFactory instance. 18 years ago
  Jeremias Maerki 385c5eef15 Fixed addition of ElementMapping instances. Witnessed in the FO tree tests. 18 years ago
  Jeremias Maerki 0a2d149c23 Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 60fc6535d1 Restored JDK 1.3 compatibility. 18 years ago
  Jeremias Maerki 938f018f23 Guard against NPEs when no base URI is given. 18 years ago
  Clay Leeds 538822e7db Updated to RDF standard 18 years ago
  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 years ago
  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 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 9cb8e3b0f3 Bugfix for ICC color profile parsing in JPEG images. 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 fe6d70ed57 The about attribute must have the "rdf" namespace prefix. 18 years ago
  Jeremias Maerki 53ca2fb678 Bugzilla #39070: 18 years ago
  Jeremias Maerki 9e8ad8d22f Added missing package description. 18 years ago
  Jeremias Maerki 13dc3adad9 Clean-up in PageSequence. 18 years ago
  Jeremias Maerki 37f249f902 Removed obsolete TODO 18 years ago
  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 years ago
  Jeremias Maerki e8960466b4 Add PDF/A-1b support to command-line. 18 years ago
  Jeremias Maerki a0b61106c1 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. 18 years ago
  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 years ago
  Jeremias Maerki 8f9856b386 Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. 18 years ago
  Jeremias Maerki df5d57e4bf Bugzilla #39030: 18 years ago
  Jeremias Maerki 3df0079c8b Bugzilla #38731: 18 years ago
  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 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 4596b5c7e9 Fix for ArrayIndexOutOfBoundException in block_white-space_4. 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
  Andreas L. Delmelle 9ed45d05e7 ElementMapping lookup via META-INF/services 18 years ago
  Jeremias Maerki 1ffbddd769 Typo 18 years ago
  Jeremias Maerki 0ddbe375ae Removed stray debug message. 18 years ago
  Jeremias Maerki 8312edf81d Removed duplicate entry in Renderer list. 18 years ago
  Andreas L. Delmelle 8b9f42a389 Fix for NPE in case of empty instream-foreign-object 18 years ago
  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 years ago