3 Commits (bd7d5048785c691e6e3e152af10805f3127b760d)

Author SHA1 Message Date
  Simon Steiner bee2a52a96 FOP-2643: Java 9 warnings 7 years ago
  Simon Steiner 9838b1fa3b FOP-2648: Code cleanup, use foreach 7 years ago
  Glenn Adams 73eea615f8 Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ant targets. 8 years ago
  Glenn Adams b5612f6095 Configure maven build. 8 years ago
  Glenn Adams 2a0a8ea487 Transition source to standard maven hierarchy (initial). 8 years ago
  Mehdi Houshmand 4ba03449bf Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Mehdi Houshmand 788b7b6ddc Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers 12 years ago
  Mehdi Houshmand bfd20ff951 Reverted changes made in r1234877, see bugzilla#52513 12 years ago
  Mehdi Houshmand a7fb215af0 Moved the FOUserAgent into the constructor of the Renderers 12 years ago
  Peter Hancock a1db53f04f Added an IFDocumentHandler filter for triggering rendering events. 13 years ago
  Jeremias Maerki 6639840eb3 Some javadoc fixes: @code -> @link 14 years ago
  Jeremias Maerki 00a9be6dd1 ";mode=painter" MIME suffix removed from all new IFDocumentHandler implementations. 15 years ago
  Jeremias Maerki 2370a1d7ba Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign (603620-746655) into Trunk. 15 years ago
  Jeremias Maerki 701af9430c Moved area tree example to package embedding/atxml. 15 years ago
  Jeremias Maerki 98359acf4e Introduced IFContext to provide access to foreign attributes (as discussed on fop-dev). 15 years ago
  Jeremias Maerki 903e5c9d80 Added getUserAgent() to IFDocumentHandler (implemented by all implementations already). 15 years ago
  Jeremias Maerki c90ab2cc31 Wired in the configuration for IFDocumentHandler. 15 years ago
  Jeremias Maerki dec4fd8945 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
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Jeremias Maerki 38649b269c Improved/fixed font setup for painters. Reduced the whole thing to pass in a fully set-up FontInfo object to reduce dependencies on the font package to the necessary. 16 years ago
  Jeremias Maerki 1ba932b277 Started the IFParser. 16 years ago
  Jeremias Maerki 405d936850 Renamed "iform" package to "intermediate" (iform was too cryptic for my taste) 16 years ago
  Jeremias Maerki 9dc46ab8e8 Bugzilla #41831: 17 years ago
  Vincent Hennebert 288a916ba6 Stricter user config file validation. 17 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 53f64f4683 Adding dependency on XML Graphics Commons. 18 years ago
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki f200563f83 Removed duplicate entry in Renderer list. 18 years ago
  Andreas L. Delmelle 7e2b66a6a9 Add dynamic lookup of the RendererMakers to RendererFactory (as suggested by Nils Meier; proposed patch slightly altered to make use of org.apache.fop.util.Service instead of sun.misc.Service) 18 years ago
  Jeremias Maerki 5d5ce8be22 Step 1 (SVN just doesn't want me to delete the old directories): 18 years ago
  Jeremias Maerki cd432da819 Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format. 18 years ago
  Jeremias Maerki b39602724f Bugzilla #37253: 18 years ago
  Jeremias Maerki 8e6ea239ad Bugzilla: #33760 19 years ago
  Jeremias Maerki 6aa1e6596e Only check for the outputStream to be non-null if no overriding renderer has been set. People may wish to supply something other than an OutputStream. 19 years ago
  Jeremias Maerki e39fc33f1b Centralized Renderer and FOEventHandler creation in the RenderFactory class. 19 years ago