6730 Commits (Temp_ChangingIPDHack)
 

Author SHA1 Message Date
  Jeremias Maerki c7c6ba4f03 Bugzilla #45306: 15 years ago
  Jeremias Maerki e50e967de0 Bugzilla #45938: 15 years ago
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 years ago
  Jeremias Maerki 211330493a Fixed Transcoder test. 15 years ago
  Jeremias Maerki fcb06e0059 Some PDF actions get pooled and therefore don't need to be registered. 15 years ago
  Jeremias Maerki 07bf84a1ab Guard against invalid destinations. 15 years ago
  Jeremias Maerki 45ff1920e2 Most of the PostScript extensions are implemented in PSPainter now (and tested). 15 years ago
  Jeremias Maerki 10cb96278c Fixed another spacing issue in IFRenderer. 15 years ago
  Jeremias Maerki 8ef2099f5d Need to use xml:space="preserve" on text elements in IF and SVG output to avoid problems with editing those files in XML editors and rendering SVG text starting or ending with whitespace. 15 years ago
  Jeremias Maerki e8383ed285 Merge from Trunk revisions 724690 - 728025. 15 years ago
  Jeremias Maerki d928079360 Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOCA branch). 15 years ago
  Jeremias Maerki 34ecb4c0e0 Borders and leaders/rules for the PostScript painter. 15 years ago
  Jeremias Maerki b599eedcb4 Update XML Graphics Commons to latest Trunk. 15 years ago
  Jeremias Maerki d142add746 Added getUserAgent() to IFDocumentHandler (implemented by all implementations already). 15 years ago
  Jeremias Maerki b80b717563 Fixed black backgrounds occurring for transparent images in PCL output. 15 years ago
  Jeremias Maerki 3beeea67b6 Fixed another little kerning bug. 15 years ago
  Jeremias Maerki c530c134e8 First checks for the IF "link" element. 15 years ago
  Jeremias Maerki 41cbb21790 Added -ifin command-line option to use the intermediate format as input format. 15 years ago
  Jeremias Maerki 75b0fbff79 Fixed parsing of document navigation namespace (its elements are no longer simple extension elements but get sent to a specific interface). 15 years ago
  Jeremias Maerki 53d9ceb638 Run AT tests only if there are such tests. 15 years ago
  Jeremias Maerki fcbbbcb2c9 Fixed NPE: the user agent was not set. 15 years ago
  Jeremias Maerki 3287952fed My first attempt at implementing links was messed up. This second attempt actually works. 15 years ago
  Chris Bowditch c01b872e07 Bugzilla #46369: 15 years ago
  Jeremias Maerki 342147f014 Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 15 years ago
  Jeremias Maerki a6ddced309 Merge from Trunk revisions 719662 - 724689. 15 years ago
  Andreas L. Delmelle f9d4720b99 Bugzilla 46319: 15 years ago
  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 years ago
  Jeremias Maerki f455ebac16 Reverted accidental commit of unfinished change. Sorry about that. 15 years ago
  Jeremias Maerki e2189deab0 Bugzilla #46360: 15 years ago
  Jeremias Maerki 790875d410 Bugzilla #46360: 15 years ago
  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 years ago
  Jeremias Maerki 8386a90fe3 Avoid replacement notification if we're only checking the presence of a certain font. 15 years ago
  Jeremias Maerki 77c4994e91 Bugfix: Custom AFP fonts reported bad metrics. 15 years ago
  Andreas L. Delmelle 949349d7c3 Oops, introduced a compile error with the previous commit 15 years ago
  Andreas L. Delmelle d1cbfefffc Minor changes; mostly code- and javadoc-aesthetics... 15 years ago
  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 years ago
  Jeremias Maerki 73800305ea A note on missing glyphs. 15 years ago
  Jeremias Maerki 9ddc12a184 Documented the hard-coded font triplets for the Base-14 set. 15 years ago
  Jeremias Maerki d51867db2e Improved documentation concerning text and SVG. 15 years ago
  Jeremias Maerki ad518cf27f Reverting a change introduced by revision 721430 which breaks extensions causing a "NoSuchFieldError: foObjs". 15 years ago
  Adrian Cumiskey 635e2238df MERGE of https://svn.apache.org/repos/asf/xmlgraphics/fop/{branches/AFP_GOCAResources,trunk}. 15 years ago
  Adrian Cumiskey 392d02e2db * Text encoding is now handled by PresentationTextData and character set encoding errors are now handled by AFPEventProducer. 15 years ago
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from 15 years ago
  Adrian Cumiskey 382636ee6b * Reverted back the interface changes I made to ImageHandler. 15 years ago
  Jeremias Maerki 1c077ccadf Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long. 15 years ago
  Jeremias Maerki 9d339f0968 Merged from Trunk revisions 706551 to 719661. 15 years ago
  Jeremias Maerki 0d4aac57eb This actually fixes a bug. 15 years ago
  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 years ago
  Jeremias Maerki 252a61b0a4 Fix for unit test failure in transcoder tests (NullPointerException): 15 years ago
  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 years ago