6417 커밋 (ddf7f2909b67f8e36fb0030ca2ecdedc17e48e40)
 

작성자 SHA1 메시지 날짜
  Jeremias Maerki ddf7f2909b Updated dependency list. 15 년 전
  Jeremias Maerki b050b663fd Grr, forgot the command-line compile again. Fixed the build after the move of a JAI-dependent class. Thanks, Gump. 15 년 전
  Jeremias Maerki ac33a1e85b Moved MonochromeBitmapConverter from PCL to utility package for later reuse in AFP. 15 년 전
  Andreas L. Delmelle dafacc3ff5 Bugzilla 46567: fo:marker in fo:table-row produced a ValidationException 15 년 전
  Maximilian Berger cc2a5e8e3c Removed MathML example as per discussion on fop-dev mailing list 15 년 전
  Jeremias Maerki 97e2cc9ccb Fixed a small omission on the compliance page. 15 년 전
  Jeremias Maerki a9ea13ca74 Removed duplicate entry introduced by revision 721430. 15 년 전
  Jeremias Maerki 9ffffc45f5 A bit of housekeeping: 15 년 전
  Jeremias Maerki bb61ea8683 Removed duplicated extension attachment list on PageViewport (which is an AreaTreeObject subclass and therefore already has that list). 15 년 전
  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 년 전
  Jeremias Maerki 6ecef8a3e6 Added in support for subtractive mode in 1-bit images. This should further reduce AFP file sizes for certain images. 15 년 전
  Jeremias Maerki 3ba2a9633b Extracted some bitmap handling functions from the PCL implementation into new BitmapImageUtil class. 15 년 전
  Jeremias Maerki 6fc96b16b1 The "upgrading" page for Trunk needed a bit of attention. 15 년 전
  Jeremias Maerki 221c8bd6ab Better class description. 15 년 전
  Jeremias Maerki 23d07ef716 Added missing license header. 15 년 전
  Jeremias Maerki 6895ef4848 Removed code that doesn't have any effect. 15 년 전
  Jeremias Maerki d58f083cff Added a note explaining things that we should look out for. 15 년 전
  Vincent Hennebert 727eafe46b Fixed typo 15 년 전
  Jeremias Maerki 9b1bf31580 Happy new year. 15 년 전
  Jeremias Maerki 1e2343b663 Give javadoc utility some more memory to avoid OutOfMemoryErrors. 15 년 전
  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 년 전
  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 년 전
  Jeremias Maerki c7c6ba4f03 Bugzilla #45306: 15 년 전
  Jeremias Maerki e50e967de0 Bugzilla #45938: 15 년 전
  Jeremias Maerki d928079360 Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOCA branch). 15 년 전
  Jeremias Maerki b80b717563 Fixed black backgrounds occurring for transparent images in PCL output. 15 년 전
  Chris Bowditch c01b872e07 Bugzilla #46369: 15 년 전
  Andreas L. Delmelle f9d4720b99 Bugzilla 46319: 15 년 전
  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 년 전
  Jeremias Maerki f455ebac16 Reverted accidental commit of unfinished change. Sorry about that. 15 년 전
  Jeremias Maerki e2189deab0 Bugzilla #46360: 15 년 전
  Jeremias Maerki 790875d410 Bugzilla #46360: 15 년 전
  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 년 전
  Jeremias Maerki 8386a90fe3 Avoid replacement notification if we're only checking the presence of a certain font. 15 년 전
  Jeremias Maerki 77c4994e91 Bugfix: Custom AFP fonts reported bad metrics. 15 년 전
  Andreas L. Delmelle 949349d7c3 Oops, introduced a compile error with the previous commit 15 년 전
  Andreas L. Delmelle d1cbfefffc Minor changes; mostly code- and javadoc-aesthetics... 15 년 전
  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 년 전
  Jeremias Maerki 73800305ea A note on missing glyphs. 15 년 전
  Jeremias Maerki 9ddc12a184 Documented the hard-coded font triplets for the Base-14 set. 15 년 전
  Jeremias Maerki d51867db2e Improved documentation concerning text and SVG. 15 년 전
  Jeremias Maerki ad518cf27f Reverting a change introduced by revision 721430 which breaks extensions causing a "NoSuchFieldError: foObjs". 15 년 전
  Adrian Cumiskey 635e2238df MERGE of https://svn.apache.org/repos/asf/xmlgraphics/fop/{branches/AFP_GOCAResources,trunk}. 15 년 전
  Adrian Cumiskey 392d02e2db * Text encoding is now handled by PresentationTextData and character set encoding errors are now handled by AFPEventProducer. 15 년 전
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from 15 년 전
  Adrian Cumiskey 382636ee6b * Reverted back the interface changes I made to ImageHandler. 15 년 전
  Jeremias Maerki 1c077ccadf Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long. 15 년 전
  Jeremias Maerki 0d4aac57eb This actually fixes a bug. 15 년 전
  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 년 전
  Jeremias Maerki 252a61b0a4 Fix for unit test failure in transcoder tests (NullPointerException): 15 년 전