10 Commits (142c565824cb4d8ff237558c1b62857a4e040546)

Author SHA1 Message Date
  Jeremias Maerki 142c565824 NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() 18 years ago
  Jeremias Maerki a6609c453a The command-line now automatically sets two parameters for any XSLT transformation: "fop-output-format" contains the MIME type of the currently selected output format, "fop-version" contains FOP's version number. 18 years ago
  Jeremias Maerki 9913f585a8 Deprecated constructors Fop(int) and Fop(int, FOUserAgent). 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 6865faff8b Ported the command-line options for PDF encryption to trunk. 18 years ago
  Simon Pepping 78436298d2 Another effort to get the warnings for the debug and quiet options 19 years ago
  Jeremias Maerki 313d3ca444 Commented out the code that causes an NPE. 19 years ago
  Simon Pepping c914f66081 Report area tree output mode. 19 years ago
  Jeremias Maerki 9ec8a1bb27 New "-foout" parameter which only saves the intermediate XSL-FO file when -xml and -xsl are used. Saves people from having to call a separate XSL transformer. 19 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 b282e05fe6 Command-line switch for setting the resolution. 19 years ago
  Jeremias Maerki 8e6ea239ad Bugzilla: #33760 19 years ago
  Jeremias Maerki 0c77d22788 Merge of branch Temp_KnuthStylePageBreaking back into HEAD. 19 years ago
  Jeremias Maerki c0d1b08b05 Slight deviation from the template. 19 years ago
  Finn Bock 25c306add0 Avoid throwing exceptions from ctor, the logger is lost in that case. 20 years ago
  Jeremias Maerki bc4cc14b3e Bugzilla patch 31162: 20 years ago
  Finn Bock 11888d76f0 Removed unneded import statements. 20 years ago
  Glen Mazza af7002e910 Minor edits. 20 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 7445dc0d04 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOptions, 20 years ago
  Simon Pepping 0dd800cbcb Implementing user configuration file. 20 years ago
  Glen Mazza fb36f343e1 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between 20 years ago
  Glen Mazza 671f7687ff 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing 20 years ago
  Glen Mazza 04e32fbc58 1.) Moving renderer-specific customization variables (producer, creator, create date) to FOUserAgent, those renderers which can work with these values can read them from passed-in FOUserAgent instance. 20 years ago
  Glen Mazza 86aabdd89b 1. Moved renderer options to within FOUserAgent 20 years ago
  Glen Mazza 47746530cb 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logging. 20 years ago
  Glen Mazza 9e1f79f57c Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237) 20 years ago
  Glen Mazza c15280e4cc 3/4ths of Simon's patch committed at the moment, with minor changes 20 years ago
  Glen Mazza f0d5728b23 PR: 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
  Glen Mazza d2fa99c9d8 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP. 20 years ago
  William Victor Mote 88809bc4ab style/javadoc changes only 21 years ago
  Glen Mazza cbf102e3fa 1.) CommandLineStarter removed, its functionality placed directly into Fop.main(). 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 cb7e2874f6 1) Command-line option -l now sets default locale for entire instance, not just that of AWTRenderer. 21 years ago
  Glen Mazza 6c8c8d50c2 1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free. 21 years ago
  Glen Mazza b48b32d7bb PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPrintRenderer needs is now created within Driver. 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 6dc720cac2 extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyle method size requirements 21 years ago
  Peter Bernard West f560e607bd Array brackets moved 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
  Jeremias Maerki 13a04c0b42 Take over InputHandler code from maintenance branch. 21 years ago
  Jeremias Maerki df2923f9e5 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki 9a5eae0085 Switched to long licence 21 years ago
  Joerg Pietschmann 1837587dc1 Fixed more style problems. 21 years ago
  Bertrand Delacretaz c86f3fbae7 rtf renderer selection mechanism added, no rtf renderer yet 21 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