25 Commits (f84616e34df4790b55bd0ea71d1a9c862cd24ba2)

Author SHA1 Message Date
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 03aafff08f Added support for userconfig attribute in FOP Ant task. 18 years ago
  Jeremias Maerki b23680518a Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file. 18 years ago
  Jeremias Maerki 9913f585a8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). 18 years ago
  Jeremias Maerki 9a3ce22473 Moved CLI to its own package. New main class is org.apache.fop.cli.Main. 19 years ago
  Jeremias Maerki 8e6ea239ad Bugzilla: #33760 19 years ago
  Glen Mazza 067b9534eb Took advantage of the Transformer similarities between FO input and 20 years ago
  Glen Mazza 97eb51d06a Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary 20 years ago
  Glen Mazza a2ec1d05fa 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler. 20 years ago
  Glen Mazza 1cd6cf49c3 1.) Driver constructor modified to require RenderType, and setter functions 20 years ago
  Glen Mazza 47746530cb 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logging. 20 years ago
  Glen Mazza d33e2b27cc Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commons Logging 20 years ago
  Glen Mazza f0d5728b23 PR: 20 years ago
  Glen Mazza 22c3234294 Comments fixed. 20 years ago
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Jeremias Maerki 7e0877cee5 New feature for the Ant task: relativebase="true" uses the directory of each FO-file in a fileset as basedir. This is in contrast to the general basedir parameter. 20 years ago
  William Victor Mote f3d66dcd78 move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole 21 years ago
  Glen Mazza d7b04acaec 1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler). 21 years ago
  Glen Mazza 23bc2abd07 Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new FOInputHandler in the fo package. 21 years ago
  Glen Mazza f282a1ac99 Patch 21381: New "force" attribute added to FOP task, update to documentation. 21 years ago
  Glen Mazza ed4a40351c Created a new overloaded method Driver.render(InputHandler), simplifies internal calls to the Driver class by centralizing parser initialization and InputSource extraction. 21 years ago
  William Victor Mote 9abfca1380 Revert refactoring of Driver to Session. Files affected should be identical to that which is two revisions earlier (e.g. if 1.3 is being checked in here, it should be identical to 1.1). 21 years ago
  William Victor Mote bc8f9ded44 1. Copy apps.Driver to apps.Session. 21 years ago
  William Victor Mote 138550b67c Replace use of deprecated field with recommended method to remove a compiler warning in gump. 21 years ago
  Jeremias Maerki df2923f9e5 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki 35729f554f Switched to long licence 21 years ago
  Jeremias Maerki fde6e36242 FOP Ant task: Fix for logging behaviour, fix for directory structure preservation for nested filesets and additional attribute "logFiles". 21 years ago
  Bertrand Delacretaz c86f3fbae7 rtf renderer selection mechanism added, no rtf renderer yet 21 years ago
  Christian Geisert 9ee63fe8a1 Fixed FOP anttask 22 years ago
  Keiron Liddle ca11500e2c removed old configuration 22 years ago
  Jeremias Maerki 34baf91a51 First batch of changes for preparation for adoption of Avalon patterns. Only changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. 22 years ago
  Keiron Liddle c8bd850eca replaced logkit logger with the logger interface in avalon framework 22 years ago
  Keiron Liddle cab076c51f fixed some compile problems 22 years ago
  Keiron Liddle ea228fe377 updated a few hashtables and vectors 22 years ago
  Keiron Liddle 3845c31d0e new area tree and rendering stuff 22 years ago
  Karen Lease 1180e122db Initialize necessary property for making AreaTree output; use DefaultHierarchy for logging 23 years ago
  Keiron Liddle 2cfbd00ed2 applied patch to set config in fop task 23 years ago
  Keiron Liddle c3d3dfd313 this patch alters the fop ant task so that other render output 23 years ago
  Keiron Liddle a7c26671ab changed to new logging for renderers 23 years ago
  Keiron Liddle e3746112e7 changed to logkit for logging only half done 23 years ago
  Tore Engvig 08e3ee4b73 Formatted code according to code standards. 23 years ago
  Keiron Liddle 948d526afd sets baseDir according to file being converted 23 years ago
  Keiron Liddle 25fb610e9a handles baseDir (with a capital D) 23 years ago
  Kelly Campbell 24f0fc24f4 Removed uses of System.out where throwing a FOPException should suffice. 23 years ago
  Kelly Campbell 4e43b55771 New and improved Fop task for Ant 23 years ago
  Kelly Campbell 505b519ac9 Refactored Driver to simplify usage required for other apps 23 years ago
  arved d0517c256d Updated command line support 23 years ago
  Kelly Campbell 5d9ba56055 Added support for PDF outlines (aka bookmarks). See the example in 23 years ago
  Kelly Campbell 22b2c24e30 Packaged build tasks into lib/buildtools.jar 23 years ago
  Kelly Campbell ebb9313ca3 Changed output from Writer to OutputStream to allow for binary output. 23 years ago