6412 Commitit (97e2cc9ccbe25970292e741aec91961fd8725aa1)
 

Tekijä SHA1 Viesti Päivämäärä
  Jeremias Maerki 97e2cc9ccb Fixed a small omission on the compliance page. 15 vuotta sitten
  Jeremias Maerki a9ea13ca74 Removed duplicate entry introduced by revision 721430. 15 vuotta sitten
  Jeremias Maerki 9ffffc45f5 A bit of housekeeping: 15 vuotta sitten
  Jeremias Maerki bb61ea8683 Removed duplicated extension attachment list on PageViewport (which is an AreaTreeObject subclass and therefore already has that list). 15 vuotta sitten
  Jeremias Maerki 6f426c05d3 Bugfix: Weave included page segments into the object sequence instead of inserting them at the beginning. Otherwise they can be overpainted by marks that would otherwise lay under the page segment. 15 vuotta sitten
  Jeremias Maerki 6ecef8a3e6 Added in support for subtractive mode in 1-bit images. This should further reduce AFP file sizes for certain images. 15 vuotta sitten
  Jeremias Maerki 3ba2a9633b Extracted some bitmap handling functions from the PCL implementation into new BitmapImageUtil class. 15 vuotta sitten
  Jeremias Maerki 6fc96b16b1 The "upgrading" page for Trunk needed a bit of attention. 15 vuotta sitten
  Jeremias Maerki 221c8bd6ab Better class description. 15 vuotta sitten
  Jeremias Maerki 23d07ef716 Added missing license header. 15 vuotta sitten
  Jeremias Maerki 6895ef4848 Removed code that doesn't have any effect. 15 vuotta sitten
  Jeremias Maerki d58f083cff Added a note explaining things that we should look out for. 15 vuotta sitten
  Vincent Hennebert 727eafe46b Fixed typo 15 vuotta sitten
  Jeremias Maerki 9b1bf31580 Happy new year. 15 vuotta sitten
  Jeremias Maerki 1e2343b663 Give javadoc utility some more memory to avoid OutOfMemoryErrors. 15 vuotta sitten
  Jeremias Maerki 68dd1750c6 FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. 15 vuotta sitten
  Jeremias Maerki 1b03a90eb4 Added support for forcing single-byte encodings for TrueType fonts without creating an XML font metric file (see "encoding-mode" attribute on "font" element in updated documentation). 15 vuotta sitten
  Jeremias Maerki c7c6ba4f03 Bugzilla #45306: 15 vuotta sitten
  Jeremias Maerki e50e967de0 Bugzilla #45938: 15 vuotta sitten
  Jeremias Maerki d928079360 Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOCA branch). 15 vuotta sitten
  Jeremias Maerki b80b717563 Fixed black backgrounds occurring for transparent images in PCL output. 15 vuotta sitten
  Chris Bowditch c01b872e07 Bugzilla #46369: 15 vuotta sitten
  Andreas L. Delmelle f9d4720b99 Bugzilla 46319: 15 vuotta sitten
  Jeremias Maerki 607aeaa986 Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI which makes relative image URIs fail. Fixes one of our unit tests. 15 vuotta sitten
  Jeremias Maerki f455ebac16 Reverted accidental commit of unfinished change. Sorry about that. 15 vuotta sitten
  Jeremias Maerki e2189deab0 Bugzilla #46360: 15 vuotta sitten
  Jeremias Maerki 790875d410 Bugzilla #46360: 15 vuotta sitten
  Jeremias Maerki 61cd1e8790 FopCharacterSet doesn't follow the same contract as its superclass. The metrics must not be multiplied by the font size in the FopCharacterSet class. Only RasterFont or OutlineFont should do that. 15 vuotta sitten
  Jeremias Maerki 8386a90fe3 Avoid replacement notification if we're only checking the presence of a certain font. 15 vuotta sitten
  Jeremias Maerki 77c4994e91 Bugfix: Custom AFP fonts reported bad metrics. 15 vuotta sitten
  Andreas L. Delmelle 949349d7c3 Oops, introduced a compile error with the previous commit 15 vuotta sitten
  Andreas L. Delmelle d1cbfefffc Minor changes; mostly code- and javadoc-aesthetics... 15 vuotta sitten
  Jeremias Maerki 5757d4d80b Bugfix: there was no notification if no registered internal font can be found for a GVT font. Now, FontInfo will issue a substitution warning. 15 vuotta sitten
  Jeremias Maerki 73800305ea A note on missing glyphs. 15 vuotta sitten
  Jeremias Maerki 9ddc12a184 Documented the hard-coded font triplets for the Base-14 set. 15 vuotta sitten
  Jeremias Maerki d51867db2e Improved documentation concerning text and SVG. 15 vuotta sitten
  Jeremias Maerki ad518cf27f Reverting a change introduced by revision 721430 which breaks extensions causing a "NoSuchFieldError: foObjs". 15 vuotta sitten
  Adrian Cumiskey 635e2238df MERGE of https://svn.apache.org/repos/asf/xmlgraphics/fop/{branches/AFP_GOCAResources,trunk}. 15 vuotta sitten
  Adrian Cumiskey 392d02e2db * Text encoding is now handled by PresentationTextData and character set encoding errors are now handled by AFPEventProducer. 15 vuotta sitten
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from 15 vuotta sitten
  Adrian Cumiskey 382636ee6b * Reverted back the interface changes I made to ImageHandler. 15 vuotta sitten
  Jeremias Maerki 1c077ccadf Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long. 15 vuotta sitten
  Jeremias Maerki 0d4aac57eb This actually fixes a bug. 15 vuotta sitten
  Jeremias Maerki 2f8e166bfd Fixed possible ClassCastException that was caused by my earlier attempt to support SVG 1.2. Batik's SAXSVGDocumentFactory doesn't currently deal well with the case when namespaces are declared outside of its scope. Worked around that by doing the SVG version detection in FOP code. SVG12DOMImplementation is obtained by reflection in order to keep backwards compatilibility with earlier Batik versions that don't support SVG 1.2. 15 vuotta sitten
  Jeremias Maerki 252a61b0a4 Fix for unit test failure in transcoder tests (NullPointerException): 15 vuotta sitten
  Jeremias Maerki d62f5f811c Added support for SVG 1.2 inside fo:instream-foreign-object. The code just used the basic SVGDOMImplementation for SVG 1.1. Now it delegates the DOM building to Batik code instead of to a normal DOM builder. 15 vuotta sitten
  Adrian Cumiskey 0fbec0728c Minor cleanup. 15 vuotta sitten
  Adrian Cumiskey 6a1c75ff78 <svg:image/> y-axis positioning fix in AFPGraphics2D. 15 vuotta sitten
  Adrian Cumiskey 005e36da82 Improved plumbing :) 15 vuotta sitten
  Adrian Cumiskey b4c6724ac1 Merged revisions 718666,718705,719038,719110 via svnmerge from 15 vuotta sitten