3652 Commits (12e4f1844c62cc9ddfe27f91e2d59b62f0ad7456)

Author SHA1 Message Date
  Mehdi Houshmand fb20c15fa4 Moved the FOUserAgent into the constructor of the Renderers 12 years ago
  Mehdi Houshmand cfd456f554 Bugzilla#52499: non embeddable TTF fonts -- throw exception if trying to embed 12 years ago
  Chris Bowditch 6c9666b140 Bugzilla #52416: 12 years ago
  Chris Bowditch 311236e507 resolve findbug warnings 12 years ago
  Chris Bowditch 39d7a6a55d Bugzilla #51209: 12 years ago
  Chris Bowditch fb1489b30e Bugzilla #50391: 12 years ago
  Chris Bowditch 0cc4cbb9f0 Bugzilla #51644: 12 years ago
  Vincent Hennebert f8c8032b12 Bugzilla #52206: small performance improvements by declaring some class members as static 12 years ago
  Vincent Hennebert c6fb066a02 Removed the DOM representation of the structure tree. 12 years ago
  Mehdi Houshmand d955d844f8 Changed the error handling for AFP fonts such that errors are passed to the AFPEventProducer. 12 years ago
  Mehdi Houshmand 96f6f23137 Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts 12 years ago
  Mehdi Houshmand 3d2b970d8e Bugzilla #52177: Changed the AFP double-byte characterset builder to a singleton, this now matches the behaviour of the single byte characterset builder 12 years ago
  Chris Bowditch 32ad33cda1 Bugzilla #51592: TTFFontLoader ignores the useKerning attribute used with fonts 12 years ago
  Vincent Hennebert 02303acdd9 Bugzilla 52136: Added to build file JUnit target that uses a regex to run all of the test cases. 12 years ago
  Peter Hancock fd263a114c Bugzilla#52089: Allow JPEG images to be embedded in an AFP document as 12 years ago
  Vincent Hennebert b073a605e4 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 years ago
  Jeremias Maerki 54a4751b61 Allow to switch to a different page size in mid-document. 12 years ago
  Peter Hancock 9860d5a133 Bugzilla#512010: Simplification of the build. 12 years ago
  Jeremias Maerki 87f892d9d8 Restored PDFDocumentGraphics2D functionality. 12 years ago
  Peter Hancock 25d268f166 Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a page-sequence-master is not chosen when force-page-count=odd. 12 years ago
  Peter Hancock 7d33c81a0a Fixed a findbugs warning introduced in rev#1177251 12 years ago
  Peter Hancock 5fac6eaf12 Fix FO tree hierarchy: BasicLink shouldn't inherit from Inline 12 years ago
  Simon Pepping 0a4a0fdf2e Various small fixes 12 years ago
  Peter Hancock eebad9b8a3 Bugzilla#48696 version 4: Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images. 12 years ago
  Peter Hancock 677accf2e9 Bugzilla#51760: PS images stored as an embedded file which has no length limit. 12 years ago
  Peter Hancock a4b5668e88 PDFFactory responsible for asdigning name to a subset font. 12 years ago
  Vincent Hennebert 2f433908c6 Proper fix for Bugzilla #51789: no non-ascii characters permitted 12 years ago
  Vincent Hennebert a9ecadc9d8 Bugzilla #51790: source file contains non-ascii character 12 years ago
  Vincent Hennebert bc91753c04 Bugzilla #51789: removed non-ascii characters in source files 12 years ago
  Peter Hancock de056bce77 Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP. 13 years ago
  Peter Hancock 2b875243ac Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection. 13 years ago
  Peter Hancock 355eb32c4a Improved fix for bugzilla#48062 13 years ago
  Peter Hancock 937d2cbd25 Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embedding a Page Segment. 13 years ago
  Peter Hancock c3e956474f Fixed checkstyle warnings 13 years ago
  Vincent Hennebert 5ed41f9cfc Removed debug output to System.out 13 years ago
  Vincent Hennebert fb02159c7d Bugzilla #51596: A composite glyph can be remapped more than once in a TTF subset, resulting in garbled character 13 years ago
  Vincent Hennebert 8e894b822f Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 years ago
  Peter Hancock 3331d47de9 Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180 13 years ago
  Peter Hancock eee73c4ded Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180 13 years ago
  Jeremias Maerki 24158d577f Attempt at making the remapComposite "more readable". 13 years ago
  Jeremias Maerki 61bbd77c1e Fixed a bug in TTF subsetting where a composite glyph could get remapped more than once resulting in garbled character. 13 years ago
  Jeremias Maerki 284ff1805d Removed the lastMediumMap variable and the check to omit the IMM if it doesn't change. I wonder why I came up with that. This can lead, among other things, to problems when an AFP file is split. 13 years ago
  Jeremias Maerki 8b266c1f6d Fixed some FindBugs issues. 13 years ago
  Jeremias Maerki e3ac5256c7 Bugfix: select the right font to paint replacement glyphs. This used to paint some characters on top of each others when a font with an auxiliary encoding was active. 13 years ago
  Jeremias Maerki fa9fc6d171 Bugfix: AFMFile sometimes indirectly caused wrong assignments of char widths to code points in a single-byte encoding due to mapping multiple characters to the same code points (see overridePrimaryEncoding). 13 years ago
  Jeremias Maerki 20dd19ff66 Removed fallback mechanism in AbstractCodePointMapping. This is superfluous now that SingleByteFont handles all substitutions. This actually fixes a bug: the glyph "minus" was painted using "hyphen" but used the width of "minus" due to this fallback mechanism. 13 years ago
  Jeremias Maerki 679802c476 Fixed a typo and two FindBugs issues. 13 years ago
  Jeremias Maerki 6c398f41ee Fixed a multi-threading bug for SVG images included through svg:image inside SVG document. Similar to the fix required in PDFImageHandlerSVG. The SVG DOM must be cloned because Batik attaches the CSS parser to the DOM tree and manipulates the same. 13 years ago
  Jeremias Maerki 634a8abadc Fixed regression introduced by rev 1137971: 13 years ago
  Jeremias Maerki d54e7a6681 Performance improvement: 13 years ago