| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla #35937:
| Jeremias Maerki | 2005-07-30 | 3 | -1/+167 |
* | Made Service a stand-alone class so it can be reused.
| Jeremias Maerki | 2005-07-25 | 1 | -14/+20 |
* | Dynamic classpath setup in case not all required dependencies are available i... | Jeremias Maerki | 2005-07-18 | 1 | -3/+120 |
* | It's Apache FOP, not just FOP. | Jeremias Maerki | 2005-06-30 | 1 | -1/+1 |
* | Command-line switch for setting the resolution. | Jeremias Maerki | 2005-06-09 | 1 | -1/+15 |
* | Publish the default resolution to the outside. | Jeremias Maerki | 2005-06-09 | 1 | -1/+4 |
* | Bugzilla: #33760 | Jeremias Maerki | 2005-06-09 | 3 | -5/+64 |
* | Merge of branch Temp_KnuthStylePageBreaking back into HEAD. | Jeremias Maerki | 2005-05-13 | 2 | -1/+4 |
* | Slight deviation from the template. | Jeremias Maerki | 2005-03-18 | 1 | -1/+2 |
* | Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se... | Glen Mazza | 2005-03-02 | 1 | -0/+24 |
* | Extend the user agent to pipe title, author and keywords through to the PDF. ... | Jeremias Maerki | 2005-02-12 | 1 | -1/+57 |
* | This patch implements a pluggable LayoutManagers system, according | Simon Pepping | 2004-12-24 | 1 | -0/+19 |
* | New exception hierarchy rooted in SAXException and throw clauses on | Finn Bock | 2004-10-28 | 1 | -29/+33 |
* | Register an Errorlistener to get messages placed in the log system. | Finn Bock | 2004-10-25 | 1 | -1/+31 |
* | PR: | Glen Mazza | 2004-10-24 | 1 | -2/+2 |
* | Centralized Renderer and FOEventHandler creation in the RenderFactory class. | Jeremias Maerki | 2004-10-10 | 1 | -8/+34 |
* | Moved from element mapping class names to element mapping objects. | Finn Bock | 2004-09-24 | 1 | -2/+3 |
* | Avoid throwing exceptions from ctor, the logger is lost in that case. | Finn Bock | 2004-09-13 | 2 | -10/+12 |
* | Bugzilla patch 31162: | Jeremias Maerki | 2004-09-11 | 2 | -24/+39 |
* | Calculating the resolution value instead of writing down the constant is more... | Jeremias Maerki | 2004-09-11 | 1 | -1/+1 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 1 | -1/+0 |
* | Minor edits. | Glen Mazza | 2004-08-22 | 1 | -11/+3 |
* | Took advantage of the Transformer similarities between FO input and | Glen Mazza | 2004-07-25 | 4 | -191/+86 |
* | Removed the non-File constructors from the InputHandler subclasses in favor | Glen Mazza | 2004-07-25 | 3 | -119/+12 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 6 | -167/+123 |
* | Removed redundant check for invalid render type. | Glen Mazza | 2004-07-20 | 1 | -5/+0 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 2 | -35/+18 |
* | 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler. | Glen Mazza | 2004-07-20 | 5 | -153/+72 |
* | 1.) Moved exclusively to Simon's DefaultHandler object for both Transformer | Glen Mazza | 2004-07-19 | 1 | -11/+8 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 2 | -58/+41 |
* | Implemented the ErrorHandler interface in FOTreeBuilder. | Simon Pepping | 2004-07-18 | 1 | -3/+8 |
* | Removed the Driver(OutputStream) convenience constructor as not particularly | Glen Mazza | 2004-07-18 | 1 | -9/+0 |
* | 1. New constructor for Driver created, takes FOUserAgent constructor. | Glen Mazza | 2004-07-18 | 2 | -36/+7 |
* | Moved user-defined ElementMapping initialization from Driver to FOUserAgent. | Glen Mazza | 2004-07-16 | 2 | -61/+26 |
* | Minor edit, fixed commenting. | Glen Mazza | 2004-07-14 | 1 | -2/+1 |
* | Removed the Driver.run() method in favor of JAXP. | Glen Mazza | 2004-07-14 | 1 | -60/+5 |
* | PR: | Glen Mazza | 2004-07-13 | 1 | -66/+17 |
* | 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandler | Glen Mazza | 2004-07-13 | 1 | -2/+2 |
* | Correction to the javadoc | Simon Pepping | 2004-07-09 | 1 | -1/+1 |
* | Implementing user configuration file. | Simon Pepping | 2004-07-09 | 2 | -2/+90 |
* | Made Driver.initialize() private, more in line with 0.20.5, which doesn't | Glen Mazza | 2004-07-09 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2004-07-07 | 3 | -613/+8 |
* | This change abstracts the Renderer away from FOTreeHandler as follows: | Glen Mazza | 2004-07-06 | 1 | -1/+1 |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 3 | -2/+589 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 2 | -101/+75 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 4 | -170/+65 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 5 | -48/+57 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 5 | -39/+75 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 3 | -11/+21 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 3 | -56/+18 |