99 Commits (Temp_FontMerging)

Author SHA1 Message Date
  Glenn Adams 8841c3bdd5 FOP-2301: Enable support for PDF sub-page transitions. 10 years ago
  Glenn Adams 54eec84366 FOP-2298: Enable support for PDF Transitions by defining low-level mechanism to augment /Catalog and /Page dictionaries. 10 years ago
  Vincent Hennebert e8f590803a Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed corresponding violations 11 years ago
  Vincent Hennebert 37ea66b191 Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding violations 11 years ago
  Mehdi Houshmand d256d57a58 Check style and find bugs now pass without errors 12 years ago
  Mehdi Houshmand f5a033d38f Changed the exception message when internal font key == null, also some clean up and encapsulation to *Painter classes 12 years ago
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Glenn Adams 2ed4c2e034 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams eff48e4a89 enable UnusedImports rule; fix violations 12 years ago
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 years ago
  Mehdi Houshmand af35f04708 Amended checkstyle errors and return carriages 12 years ago
  Mehdi Houshmand c5c6ddef0c Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers 12 years ago
  Mehdi Houshmand f248634b7f Reverted changes made in r1234877, see bugzilla#52513 12 years ago
  Mehdi Houshmand fb20c15fa4 Moved the FOUserAgent into the constructor of the Renderers 12 years ago
  Peter Hancock ae8a503523 Bugzilla #49913 13 years ago
  Vincent Hennebert 55fbf51025 Another go at removing all trailing whitespace 13 years ago
  Simon Pepping bf82c8fb01 Reverting renaming of public methods of rev. 1036179 13 years ago
  Simon Pepping b418c6d6c8 Forgot to rename in one client 13 years ago
  Jeremias Maerki ba7f42b128 Bugzilla #49913: 13 years ago
  Jeremias Maerki aba436311c Removed many "// CSOK: ConstantName" instances for constants, by converting them to uppercase as they should really be. 14 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 years ago
  Vincent Hennebert a5a17890ad Moved ResourceEventProducer to org.apache.fop 14 years ago
  Jeremias Maerki a86f348c9e Bugfix: font-family values need to be enclosed in apostrophes in case they contain whitespace. 14 years ago
  Jeremias Maerki babc376fe8 Some javadoc fixes: @code -> @link 14 years ago
  Jeremias Maerki 5ad3308501 Added a DocumentHandler implementation for PNG output including multi-file output support. 14 years ago
  Jeremias Maerki 9b49126cd6 Changed SVG output to produce coordinates in points rather than millipoints. Millipoint coordinates can become quite large and can cause trouble later. This is related to (but not fixing) Bugzilla #47641. 14 years ago
  Jeremias Maerki ee23221821 Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. 15 years ago
  Jeremias Maerki 45e74b066f Reverted changes for "ptr" to painter interface as announced in #46705. The pointer value is now provided through the IFContext so only the implementations that support it have to deal with it. 15 years ago
  Jeremias Maerki 223eb5df1f Bugzilla #46705: 15 years ago
  Jeremias Maerki 952af34e49 Fixed copy/paste mistakes. 15 years ago
  Jeremias Maerki 5301aae80a Moved area tree example to package embedding/atxml. 15 years ago
  Jeremias Maerki 4e27a1c9dd Performance improvements and file-size reductions by introducing letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). 15 years ago
  Jeremias Maerki 04bb06d691 Added general support for the fox:conversion-mode inside the new IF. 15 years ago
  Jeremias Maerki 01ceb0032e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 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 be4dc692db Added page master name to IFDocumentHandler.startPage() method. 15 years ago
  Jeremias Maerki 48ddcd67a9 Moved IFState instance variable into AbstractIFPainter as all implementations use it. 15 years ago
  Jeremias Maerki d6d3411ca8 Split IFPainter into IFDocumentHandler and IFPainter. This makes the implementation classes smaller, better allows to isolate the painting parts and helps with formats that generate one object per page (SVG, PNG etc.). 15 years ago
  Jeremias Maerki 0864f618dc Added support for painting leaders (implemented as drawLine in IFPainter). 16 years ago
  Jeremias Maerki bacc153b5d Had to introduce "clip-rect" to handle clipping on background images, leader etc. A full viewport is probably too heavy-weight here. This is to be considered temporary pending verification with SVG and PCL implementations. 16 years ago
  Jeremias Maerki 18c9e7a523 Some fixes for SVG along the way: 16 years ago
  Jeremias Maerki 07c47a253c Initial implementation for border painting for the new IF (including support for PDF, but not SVG, yet) 16 years ago
  Jeremias Maerki 804a2ba264 Added document-trailer element to the IF (for example for the bookmark tree). 16 years ago
  Jeremias Maerki 4f69c95ae9 Removed obsolete addTarget() method from IFPainter. 16 years ago
  Jeremias Maerki 94b3702936 Extracted some often-used XML constants and utility methods into an interface and a class in org.apache.fop.util. 16 years ago
  Jeremias Maerki 5ca81a092a Implemented foreign-object support for the new intermediate format. 16 years ago
  Jeremias Maerki 83abc0b9b1 First steps at unified image handling as proposed on http://wiki.apache.org/xmlgraphics-fop/ImageSupport/ImageHandler. This shall serve as a preview to motivate early feedback if anyone is interested. 16 years ago
  Jeremias Maerki 909b93a2b9 Reduce code duplication and make the toString() methods available to the outside (need them for debugging later). 16 years ago