3409 Commits (23acf87461b828ab7da82abb0f1d62fd5129596e)

Auteur SHA1 Bericht Datum
  Mehdi Houshmand 23acf87461 Predominantly clean up and javadocs, very little functional change here 12 jaren geleden
  Mehdi Houshmand 5776650197 Added tests and cleaning up of code 12 jaren geleden
  Mehdi Houshmand 62e4fee42e Added class missing from last commit 12 jaren geleden
  Glenn Adams 36ca62315d Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Bernardo. 12 jaren geleden
  Peter Hancock b94e9dab78 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 jaren geleden
  Glenn Adams a8d8a5a5fd Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher. 12 jaren geleden
  Glenn Adams b1243f3e74 Bugzilla #53412: Eliminate incorrect use of object identity which produces excessive property cache collisions. Submitted by Alexios Giotis. 12 jaren geleden
  Mehdi Houshmand 87b640dd0c Deleted FOURIResolver class 12 jaren geleden
  Mehdi Houshmand 1b91a62614 Removed URI resolving class that are no longer needed and handled data URIs 12 jaren geleden
  Mehdi Houshmand 29581e215f Removed AFP resource handling mechanism in favour of a unified resource resolver 12 jaren geleden
  Glenn Adams b59596b915 Eliminate javadocs warnings. 12 jaren geleden
  Mehdi Houshmand 0f9a67f02e Further clean up to PDFResources and fixed mistake in last commit 12 jaren geleden
  Mehdi Houshmand 62dcfcddd6 Added generics to PDFResources, also changed HashSet -> LinkedHashSet to make PDF output more deterministic 12 jaren geleden
  Mehdi Houshmand 4ba03449bf Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 jaren geleden
  Vincent Hennebert 54559b9db6 Added possibility to treat some content as artifact. 12 jaren geleden
  Glenn Adams 6be8fb5654 Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. 12 jaren geleden
  Glenn Adams c938b6f4a0 Add extension to place code just before PostScript %PageTrailer. Submitted by Luis Bernardo. 12 jaren geleden
  Glenn Adams 5250958365 Bugzilla #53294: Fix invalid PostScript file being created when font-size is 0. Submitted by Robert Meyer. 12 jaren geleden
  Vincent Hennebert 23708d6e27 Added support for the role property on fo:page-sequence, fo:flow and fo:static-content. 12 jaren geleden
  Vincent Hennebert 5d89113a50 The Type entry is optional for a structure element. Not outputting it allows to save space in the final output. 12 jaren geleden
  Glenn Adams 5bb8c61a21 Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis Bernardo. 12 jaren geleden
  Glenn Adams 0cccbcf48e Remove JDK1.6 dependency. 12 jaren geleden
  Glenn Adams c92b220aba Fix findbugs warning. 12 jaren geleden
  Glenn Adams 988bf10b65 Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. 12 jaren geleden
  Glenn Adams 80507f1b42 Bugzilla #53248: Fix exception thrown from use of -print option in CLI. 12 jaren geleden
  Glenn Adams d9221290e6 Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG lineargradient. 12 jaren geleden
  Mehdi Houshmand c0d6daa8f6 Mistake in last commit: didn't add a class 12 jaren geleden
  Mehdi Houshmand 201f8c2ce8 Improved handling of AFP double-byte character sets 12 jaren geleden
  Mehdi Houshmand ff00f24676 Changed the way AFP PTOCA TransparentData control sequences are written so that they end on character byte boundaries 12 jaren geleden
  Glenn Adams e687027abf Bugzilla #53185: Unify date formatting between FOP and XGC as well as tidying the date format code. Submitted by Robert Meyer. 12 jaren geleden
  Glenn Adams 1a40dc7fad Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines. 12 jaren geleden
  Glenn Adams 011621b614 Bugzilla #43940: Use new double format utility to improve thread safety and performance. Submitted by Julien Aymé, Ognjen Blagojevic. 12 jaren geleden
  Mehdi Houshmand 52d4b50cc1 Fixed concurrency issue re:background-image on a fo:block. Also updated a couple license headers in the examples 12 jaren geleden
  Glenn Adams bd2ef56d09 Bugzilla #51484: Improve test for last section. 12 jaren geleden
  Vincent Hennebert 103d659c20 Fixed FindBugs warnings 12 jaren geleden
  Vincent Hennebert 071e1fc150 Bugzilla #53052: restored support for embedded PDF files 12 jaren geleden
  Glenn Adams 657f7992a5 Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors. 12 jaren geleden
  Glenn Adams 66d116daec Bugzilla #51484: Don't write final /sect suffix in RTF if section is last section. 12 jaren geleden
  Glenn Adams 69d4e63e58 Bugzilla #53143: Ensure fonts are not loaded twice (redundantly). 12 jaren geleden
  Glenn Adams 26e915b345 Make property function class names more consistent. 12 jaren geleden
  Glenn Adams 295845c653 Snapshot commit - does not build! 12 jaren geleden
  Glenn Adams a199c31c99 Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order to prevent rounding issues from triggering false restart. 12 jaren geleden
  Glenn Adams c0d5fc0247 Tweak comment. 12 jaren geleden
  Glenn Adams 928fe67186 Bugzilla #50492: Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point. 12 jaren geleden
  Glenn Adams eb359df6e5 Bugzilla #53101: Ensure that table cell spanning works in right-to-left writing mode. 12 jaren geleden
  Glenn Adams ef4c1836b9 Bugzilla #53086: Ensure that table footer and header are included in bididirectional resolution. 12 jaren geleden
  Glenn Adams 8103f724f5 Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determine writing mode of table and its descendants. 12 jaren geleden
  Glenn Adams 9e2550f64c Bugzilla #53094: Convert block container overflow exception to event model, improving overflow property behavior. 12 jaren geleden
  Glenn Adams a54389dbe5 Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit. 12 jaren geleden
  Glenn Adams 3eb7399ce4 Bugzilla #52514: Ensure square image is appropriately scaled. 12 jaren geleden