4825 Commits (fop-0_92)
 

Author SHA1 Message Date
  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
  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 ca4e0ef72e Correcting some info on embedding TrueType fonts. 18 years ago
  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 years ago
  Jeremias Maerki 1526176a7d Bugzilla #38821: 18 years ago
  Jeremias Maerki 22b172ad42 Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value. 18 years ago
  Jeremias Maerki 71feb28615 Forgot the entry here. 18 years ago
  Jeremias Maerki 424d538254 Fix bug in the construction of a base URL when it's specified as a file system path. 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
  Jeremias Maerki 2e2d2e6cd2 Tweaks to user mailing list policy. Gosh, we should use the link to this section more often. :-) 18 years ago
  Andreas L. Delmelle 74a05bc3c1 Activated refinement white-space-handling for fo:title and fo:bookmark-title 18 years ago
  Andreas L. Delmelle 3d819ae9d9 A nit: slight performance optimization 18 years ago
  Jeremias Maerki 8e769a44fa Ignore attributes from foreign namespaces. This is a temporary fix to get rid of ugly warnings until a proper mechanism for handling foreign attributes is available. 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
  Simon Pepping 799ffca5bb You can specify an object file in a jar file as follows: 18 years ago
  Jeremias Maerki 0dc55eafd6 Changed the way the URL stream is opened. Use URLConnection now. 18 years ago