166 Commits (fop-0_93)

Author SHA1 Message Date
  Jeremias Maerki bd2ca93f9a Bugzilla #40106: 18 years ago
  Jeremias Maerki 0fdd652c38 Bugzilla #40062: 18 years ago
  Jeremias Maerki 7ede95ce49 Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The image cache is finally working properly. Currently implemented without the cleanup thread as done by Batik. 18 years ago
  Jeremias Maerki e94e9648f3 Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes. 18 years ago
  Manuel Mall d2eef70922 Some config file settings were not correctly set in FOUserAgent when invoked from command line 18 years ago
  Jeremias Maerki ecd9851991 Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). 18 years ago
  Jeremias Maerki 23647acc2f Documentation update for Java2DRenderer and descendants. 18 years ago
  Andreas L. Delmelle 18339cc434 Bugfix: components of border-separation weren't set when using shorthand-mode, leading to an NPE being thrown (Bugzilla 39712) 18 years ago
  Jeremias Maerki 5ff1b803b5 Bugfix: Table headers were omitted when a table is a child of a block-container. 18 years ago
  Andreas L. Delmelle c046ef49bc Fixes Bugzilla 39560: make sure the interaction between FOs and properties is only performed once 18 years ago
  Jeremias Maerki 0af50d4e6c Bugfix: All fonts names were converted unnecessarily to lower case in RTF output. 18 years ago
  Jeremias Maerki 5db4640176 Bugfix: The combination of hyphenation and kerning resulted in slightly ragged right ends for right-aligned and justified text. The kerning values were not correctly placed and summed up for hyphenation and no-hyphenation conditions. 18 years ago
  Jeremias Maerki f049774870 Automatic support for all fonts available to the Java2D subsystem for all Java2D-descendant renderers (TIFF, PNG, print, AWT). 18 years ago
  Jeremias Maerki c6387bce29 Improved baseline detection in TTFReader for TrueType fonts. Ascender and descender values were sometimes not in line with FOP's expectations. 18 years ago
  Jeremias Maerki c5f8b9642c Bugfix: tables nested in inline elements caused a NullPointerException. 18 years ago
  Jeremias Maerki 141722a7cd The default sRGB color profile provided by the Java class library is no longer embedded if it is encountered. This should reduce the PDF size considerably. 18 years ago
  Jeremias Maerki ce3ec60e03 Bugzilla #39443: 18 years ago
  Manuel Mall 7ea9a12465 Fixed incorrect handling of percentages in vertical-align property values and added testcase 18 years ago
  Jeremias Maerki a806e6360a Bugzilla #38243: 18 years ago
  Manuel Mall 31c9219456 Minor correction to whitespace handling to ensure non space whitespace is always converted to a space 18 years ago
  Jeremias Maerki aeb764d5fe Content in block-containers makes better use of shrink to fit content vertically into the available area. This can be used indirectly to justify content vertically in a block-container. 18 years ago
  Jeremias Maerki 7e9bc82973 Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page. 18 years ago
  Jeremias Maerki 23b770464a Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child if static-content in which case leading and trailing white space is not properly removed. 18 years ago
  Jeremias Maerki 2b6d2b460f Bugzilla #39285: 18 years ago
  Jeremias Maerki fcfb10d2ec Bugzilla #39118: 18 years ago
  Jeremias Maerki e7c525e71f Merged changes from 0.92 branch back into Trunk. 18 years ago
  Jeremias Maerki 274e03076b Bugfix: The generation of the PDF "d" (setdash) command was assuming that only integer values can be used but that isn't the case. Dash patterns PDFGraphics2D would be wrong in the process. 18 years ago
  Jeremias Maerki 027ffa3e6e Bugfix: Fixed a division by zero problem in TTFReader popping up with arialuni.ttf. 18 years ago
  Jeremias Maerki 8b761e244b Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". 18 years ago
  Manuel Mall 5690677d67 Corrected wrong BugZilla number in status.xml 18 years ago
  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 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 97564f21e1 Initial support for page-position="last". Feedback requested! 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 8f9856b386 Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. 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 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
  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 7afb53bc11 Forgot an entry. 18 years ago
  Jeremias Maerki c939529a9b Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmeta and RDF elements can be used as root elements for XMP metadata. 18 years ago
  Andreas L. Delmelle 187e3caddd Added support for the background-position shorthand. 18 years ago
  Andreas L. Delmelle c3ec6a4b5a Added implementation for the font shorthand property (+ some checkstyle cleanup) 18 years ago
  Jeremias Maerki ebbf1fb43b Bugzilla #38618: 18 years ago
  Jeremias Maerki edfe1fbf5b Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager. 18 years ago
  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 years ago
  Luca Furini 5769a0fe9f Fix for bug 38507: the elements representing a non-breaking space were not always correct, sometimes allowing a break. 18 years ago