| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 1 | -1/+0 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 1 | -25/+4 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 2 | -92/+3 |
* | Unused apps.Document object removed from FOTreeBuilder. | Glen Mazza | 2004-06-18 | 1 | -1/+0 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 2 | -27/+1 |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 2 | -18/+9 |
* | Correction to text message of previous patch: No-parameter constructor create... | Glen Mazza | 2004-06-17 | 1 | -0/+1 |
* | No-constructor loader created for Area Tree. | Glen Mazza | 2004-06-17 | 1 | -1/+1 |
* | 1.) Check for fo:color-profile made to ensure no child elements during proces... | Glen Mazza | 2004-06-16 | 1 | -22/+0 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 2 | -3/+2 |
* | Standardized error messages, brought fox:bookmarks under parent fo:root. | Glen Mazza | 2004-06-15 | 1 | -22/+2 |
* | 1.) App now returns an error if no page-sequence declared within fo:root. | Glen Mazza | 2004-06-13 | 1 | -2/+1 |
* | Removed unneeded getCurrentDocument() again from Driver. | Glen Mazza | 2004-06-13 | 1 | -8/+0 |
* | Moved AddLMVisitor accessors into FOTreeHandler. | Glen Mazza | 2004-06-13 | 1 | -27/+0 |