3521 Révisions (355eb32c4afbdae66bf0e26c46ca19e4581ef94a)

Auteur SHA1 Message Date
  Peter Hancock 355eb32c4a Improved fix for bugzilla#48062 il y a 13 ans
  Peter Hancock 937d2cbd25 Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embedding a Page Segment. il y a 13 ans
  Peter Hancock c3e956474f Fixed checkstyle warnings il y a 13 ans
  Vincent Hennebert 5ed41f9cfc Removed debug output to System.out il y a 13 ans
  Vincent Hennebert fb02159c7d Bugzilla #51596: A composite glyph can be remapped more than once in a TTF subset, resulting in garbled character il y a 13 ans
  Vincent Hennebert 8e894b822f Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. il y a 13 ans
  Peter Hancock 3331d47de9 Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180 il y a 13 ans
  Peter Hancock eee73c4ded Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180 il y a 13 ans
  Jeremias Maerki 24158d577f Attempt at making the remapComposite "more readable". il y a 13 ans
  Jeremias Maerki 61bbd77c1e Fixed a bug in TTF subsetting where a composite glyph could get remapped more than once resulting in garbled character. il y a 13 ans
  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. il y a 13 ans
  Jeremias Maerki 8b266c1f6d Fixed some FindBugs issues. il y a 13 ans
  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. il y a 13 ans
  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). il y a 13 ans
  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. il y a 13 ans
  Jeremias Maerki 679802c476 Fixed a typo and two FindBugs issues. il y a 13 ans
  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. il y a 13 ans
  Jeremias Maerki 634a8abadc Fixed regression introduced by rev 1137971: il y a 13 ans
  Jeremias Maerki d54e7a6681 Performance improvement: il y a 13 ans
  Jeremias Maerki 1df8c0b1db Fixed regression introduced by SVN rev 1088079: il y a 13 ans
  Peter Hancock 79b6690593 Added an IFDocumentHandler filter for triggering rendering events. il y a 13 ans
  Simon Pepping 82163b6a15 Fix checkstyle and findbugs issues il y a 13 ans
  Jeremias Maerki 860ebd1410 Fixed regression introduced with rev 1095887: il y a 13 ans
  Vincent Hennebert a5fd3694f0 Bugfix: alternative text not working in tagged PDF for TIFF images il y a 13 ans
  Peter Hancock 98264493c4 Fixed io exception in MODCAParser caused by the improper use of mark() and reset() il y a 13 ans
  Jeremias Maerki 7d31441cb4 More happiness for FindBugs. il y a 13 ans
  Jeremias Maerki 173181b3bd Bugzilla #51144: il y a 13 ans
  Jeremias Maerki 7aed9feb97 Bugzilla #50899: il y a 13 ans
  Jeremias Maerki 5e95f76c26 AFP GOCA: il y a 13 ans
  Jeremias Maerki 7e27b87ae7 Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root. il y a 13 ans
  Jeremias Maerki a7a5c39253 Fix a potential NPE which can apparently happen in very exotic cases (actually, it rather points to a Java class library bug). il y a 13 ans
  Jeremias Maerki afda1f3897 Update graphics state when applying color. il y a 13 ans
  Jeremias Maerki eb2415f68e Make FindBugs happier. il y a 13 ans
  Jeremias Maerki 8cccb5909b Added option to place AFP NOPs right before the end of a named page group (page-sequence), rather than after the start. il y a 13 ans
  Jeremias Maerki 8c3aa5ee7f Added option for PostScript output to optimize for file size rather than quality. il y a 13 ans
  Jeremias Maerki cd406a47bf Log image encoding times. il y a 13 ans
  Jeremias Maerki b5c893c24c Enable fox:conversion-mode="bitmap" for PDF output. il y a 13 ans
  Jeremias Maerki 3d00e4091a AFP GOCA: Added option to disable GOCA and to control text painting inside GOCA graphics. il y a 13 ans
  Jeremias Maerki 5094d3ab7b Forgot a file added for revision 1095739. il y a 13 ans
  Jeremias Maerki a5eb05ea8d AFP GOCA: Work-around for InfoPrint's AFP implementation (AFP Viewer 3.5.4.1, AFP Workbench 2.5.4.1) which seems to lose the character set state over Graphics Data (GAD) boundaries. Setting the SegFlag on the SFI header did not help. Instead, the character set is re-set before each Character String order. il y a 13 ans
  Jeremias Maerki f6fa22263e Bugfix for AFP GOCA segments: they were not properly marked as appended which could lead to graphics state changes in some implementations. il y a 13 ans
  Chris Bowditch c987144810 Bugzilla #51010: Bookmarks create useless lines in RTF il y a 13 ans
  Chris Bowditch 81125d40f0 Bugzilla #51008: page-number-citation-last does not work in RTF il y a 13 ans
  Vincent Hennebert 427df0fa7d Added id element to intermediate format to track the origin of content. il y a 13 ans
  Vincent Hennebert 98aedc50ba Added javadoc to createInlineParent method il y a 13 ans
  Andreas L. Delmelle a581b1c788 Bugzilla 51032: Fixed regression due to oversight in refactoring text-decoration. il y a 13 ans
  Vincent Hennebert 7c34c8daa8 Proper fix for Bugzilla 50987 il y a 13 ans
  Vincent Hennebert ddea0884f8 Fixed regression introduced in rev. 1088079: also remove the element pointed to by restartPosition.getIndex() il y a 13 ans
  Andreas L. Delmelle d13c4630ad Bugzilla 50988: Fixed a NullPointerException in case a fo:character was removed due to white-space handling. il y a 13 ans
  Andreas L. Delmelle 3b87eee32c Bugzilla 50987: Fixed an issue where a link was added to the parent tree instead of the related structure element. il y a 13 ans