1030 Commits (bafcae2f1c1f3a4d671219306c5c9eb84506cf70)

Author SHA1 Message Date
  Mehdi Houshmand bafcae2f1c Check style and find bugs now pass without errors 12 years ago
  Mehdi Houshmand db9069b4f5 White space, unused method and import clean up 12 years ago
  Mehdi Houshmand 03fb08a17e Changed the exception message when internal font key == null, also some clean up and encapsulation to *Painter classes 12 years ago
  Mehdi Houshmand 150754d40d Improved the handling of defaults for PDF config and general clean up 12 years ago
  Glenn Adams 86e3dddcc2 Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use of multiple filters. Submitted by Luis Bernardo. 12 years ago
  Glenn Adams 27fa152168 Eliminate javadocs warnings. 12 years ago
  Mehdi Houshmand 23acf87461 Predominantly clean up and javadocs, very little functional change here 12 years ago
  Mehdi Houshmand 5776650197 Added tests and cleaning up of code 12 years ago
  Vincent Hennebert 90100c4a45 Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISH 12 years ago
  Vincent Hennebert 19b7adbd38 Cosmetics only: organised imports 12 years ago
  Glenn Adams 36ca62315d Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Bernardo. 12 years ago
  Peter Hancock b94e9dab78 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  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 years ago
  Mehdi Houshmand 1b91a62614 Removed URI resolving class that are no longer needed and handled data URIs 12 years ago
  Vincent Hennebert e972095e0f Removed commented code: subset-embedding for single-byte fonts is not working yet 12 years ago
  Mehdi Houshmand 29581e215f Removed AFP resource handling mechanism in favour of a unified resource resolver 12 years ago
  Glenn Adams b59596b915 Eliminate javadocs warnings. 12 years ago
  Vincent Hennebert 10aec08a0d Javadoc improvements 12 years ago
  Mehdi Houshmand 4ba03449bf Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Vincent Hennebert e4a31b46c2 Javadoc improvements 12 years ago
  Vincent Hennebert b643e84772 Renamed BFEntry into CMapSegment 12 years ago
  Glenn Adams 6be8fb5654 Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. 12 years ago
  Glenn Adams c938b6f4a0 Add extension to place code just before PostScript %PageTrailer. Submitted by Luis Bernardo. 12 years ago
  Glenn Adams 5250958365 Bugzilla #53294: Fix invalid PostScript file being created when font-size is 0. Submitted by Robert Meyer. 12 years ago
  Vincent Hennebert 23708d6e27 Added support for the role property on fo:page-sequence, fo:flow and fo:static-content. 12 years ago
  Glenn Adams 988bf10b65 Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. 12 years ago
  Mehdi Houshmand 201f8c2ce8 Improved handling of AFP double-byte character sets 12 years ago
  Glenn Adams 011621b614 Bugzilla #43940: Use new double format utility to improve thread safety and performance. Submitted by Julien Aymé, Ognjen Blagojevic. 12 years ago
  Glenn Adams bd2ef56d09 Bugzilla #51484: Improve test for last section. 12 years ago
  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 years ago
  Glenn Adams 66d116daec Bugzilla #51484: Don't write final /sect suffix in RTF if section is last section. 12 years ago
  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 years ago
  Glenn Adams 0945048da9 Take leading derived space before/after into account when computing rows for TXT renderer. 12 years ago
  Peter Hancock 63e12976bb Bugzilla#49893: A global setting to wrap F11 images in page segments. 12 years ago
  Glenn Adams 678150845d Bugzilla #49754: Bring clone() in line with the recommendations in Object.clone(). 12 years ago
  Glenn Adams a6fb49db71 Bugzilla #52966: How to use native text with EPSDocumentGraphics2D. 12 years ago
  Glenn Adams 3d09451ebd Bugzilla #50901: RTF percentage table column width not calculated from table. 12 years ago
  Glenn Adams 2d911f492f Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues. 12 years ago
  Glenn Adams 31d6b312d9 Bugzilla #51007: RTF tables do not support percent column-widths. 12 years ago
  Glenn Adams 9910a706ff Bugzilla #49763: Incorrect message when encountering a block in an inline in a footnote 12 years ago
  Glenn Adams 9914a81ad2 Bugzilla #49302: Eliminate duplicate code. 12 years ago
  Glenn Adams ddfb861f5a Bugzilla #51836: Throw IFException instead of NPE if navigation target (page reference) doesn't exist. 12 years ago
  Vincent Hennebert ac5c61bd29 Bugzilla #50483: Improved support for TrueType fonts in PostScript 12 years ago
  Peter Hancock 1f12872e5c Fixed a bug: Delegate getStructureTreeEventHandler() to delegate 12 years ago
  Vincent Hennebert 8a9c70f9c9 Added support for PDF object streams. 12 years ago
  Vincent Hennebert d5ee37799e Bugzilla #51385: Added configuration option to set the version of the output PDF document. 12 years ago
  Vincent Hennebert 3546e6daf7 Added new line at end of files and enabled corresponding rule in checkstyle-5.5 12 years ago
  Glenn Adams f16c3bc213 add RegexpSingleline rule to flag use of @author; fix violations 12 years ago
  Glenn Adams a6619e9faf disable line breaks after DOT with NoWhiteSpaceAfter; fix violations 12 years ago
  Vincent Hennebert 459bdc580d Removed trailing whitespace and enabled corresponding RegexpSingleline Checkstyle rule 12 years ago