153 Ревизии (9192829e4d872dfcdb949fe4061eb19a9d7ee63d)

Автор SHA1 Съобщение Дата
  Jeremias Maerki 70f8b609ca Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter abstraction from XML Graphics Commons. преди 18 години
  Jeremias Maerki 2466f25340 Implemented limited support for extension properties through new methods on ElementMapping (backwards-compatible). преди 18 години
  Jeremias Maerki d6c34646cb Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency. преди 18 години
  Andreas L. Delmelle 6b5450d36a Bugzilla #39414: преди 18 години
  Jeremias Maerki 787853f18a My last attempt at fixing SVG gradients in PDF wasn't successful. This one is: преди 18 години
  Andreas L. Delmelle c29f3f30a1 Minor fix: set negative values to zero for b-p-d/i-p-d преди 18 години
  Andreas L. Delmelle 3b9321e248 Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656) преди 18 години
  Andreas L. Delmelle c0629f5bcb C&P error, left the old bug number преди 18 години
  Andreas L. Delmelle 9f07dc6f2c Forgot to include status.xml on last two commits преди 18 години
  Andreas L. Delmelle 728532622a Rework of the marker/retrieve-marker implementation to cater for correct evaluation of percentages and relative font-sizes, as well as more correct white-space handling. преди 18 години
  Jeremias Maerki c5315f6df8 Bugzilla #39840: преди 18 години
  Jeremias Maerki de718914ca Fixed a memory-leak: The FO tree part of a page-sequence was not released when a page-sequence was finished. преди 18 години
  Jeremias Maerki f11d6d86d0 Bugfix: Table headers and footers were swallowed when a table was nested in a list-block. преди 18 години
  Jeremias Maerki c0be6dbf9a Merge from Temp_Floats branch: преди 18 години
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html преди 18 години
  Jeremias Maerki bd2ca93f9a Bugzilla #40106: преди 18 години
  Jeremias Maerki 0fdd652c38 Bugzilla #40062: преди 18 години
  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 години
  Jeremias Maerki e94e9648f3 Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes. преди 18 години
  Manuel Mall d2eef70922 Some config file settings were not correctly set in FOUserAgent when invoked from command line преди 18 години
  Jeremias Maerki ecd9851991 Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). преди 18 години
  Jeremias Maerki 23647acc2f Documentation update for Java2DRenderer and descendants. преди 18 години
  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 години
  Jeremias Maerki 5ff1b803b5 Bugfix: Table headers were omitted when a table is a child of a block-container. преди 18 години
  Andreas L. Delmelle c046ef49bc Fixes Bugzilla 39560: make sure the interaction between FOs and properties is only performed once преди 18 години
  Jeremias Maerki 0af50d4e6c Bugfix: All fonts names were converted unnecessarily to lower case in RTF output. преди 18 години
  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 години
  Jeremias Maerki f049774870 Automatic support for all fonts available to the Java2D subsystem for all Java2D-descendant renderers (TIFF, PNG, print, AWT). преди 18 години
  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 години
  Jeremias Maerki c5f8b9642c Bugfix: tables nested in inline elements caused a NullPointerException. преди 18 години
  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 години
  Jeremias Maerki ce3ec60e03 Bugzilla #39443: преди 18 години
  Manuel Mall 7ea9a12465 Fixed incorrect handling of percentages in vertical-align property values and added testcase преди 18 години
  Jeremias Maerki a806e6360a Bugzilla #38243: преди 18 години
  Manuel Mall 31c9219456 Minor correction to whitespace handling to ensure non space whitespace is always converted to a space преди 18 години
  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 години
  Jeremias Maerki 7e9bc82973 Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page. преди 18 години
  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 години
  Jeremias Maerki 2b6d2b460f Bugzilla #39285: преди 18 години
  Jeremias Maerki fcfb10d2ec Bugzilla #39118: преди 18 години
  Jeremias Maerki e7c525e71f Merged changes from 0.92 branch back into Trunk. преди 18 години
  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 години
  Jeremias Maerki 027ffa3e6e Bugfix: Fixed a division by zero problem in TTFReader popping up with arialuni.ttf. преди 18 години
  Jeremias Maerki 8b761e244b Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". преди 18 години
  Manuel Mall 5690677d67 Corrected wrong BugZilla number in status.xml преди 18 години
  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 години
  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 97564f21e1 Initial support for page-position="last". Feedback requested! преди 18 години
  Jeremias Maerki a0b61106c1 Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. преди 18 години