| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow a null locator in errorText | Simon Pepping | 2004-07-23 | 1 | -1/+5 |
* | Removed redundant check for invalid render type. | Glen Mazza | 2004-07-20 | 2 | -10/+0 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 6 | -50/+67 |
* | 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler. | Glen Mazza | 2004-07-20 | 10 | -177/+78 |
* | 1.) Moved exclusively to Simon's DefaultHandler object for both Transformer | Glen Mazza | 2004-07-19 | 10 | -27/+24 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 17 | -153/+123 |
* | Added alternative example for FO to PDF, using javax.xml.parsers | Simon Pepping | 2004-07-18 | 2 | -0/+139 |
* | Implemented the ErrorHandler interface in FOTreeBuilder. | Simon Pepping | 2004-07-18 | 2 | -3/+31 |
* | 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 | 6 | -51/+32 |
* | set bullet list as default list style | Peter Herweg | 2004-07-17 | 1 | -0/+2 |
* | Null pointer check added to code, to stop NPE error (unsure if other problems | Glen Mazza | 2004-07-16 | 1 | -1/+3 |
* | Moved user-defined ElementMapping initialization from Driver to FOUserAgent. | Glen Mazza | 2004-07-16 | 3 | -82/+50 |
* | Back to transform example, reverted yesterday's change that removed BufferedO... | Glen Mazza | 2004-07-16 | 1 | -24/+10 |
* | *Temporary* commit showing how this process works via SAXParserFactory; | Glen Mazza | 2004-07-16 | 1 | -5/+23 |
* | 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 | 3 | -96/+21 |
* | Removed BufferedOutputStream line as unneeded in this case (Unsure if helpful | Glen Mazza | 2004-07-14 | 1 | -1/+0 |
* | Updated FO->PDF example to use JAXP. | Glen Mazza | 2004-07-14 | 1 | -19/+30 |
* | bug fixed, which caused runtime-exception on leading whitespaces | Peter Herweg | 2004-07-13 | 1 | -1/+1 |
* | missing call of endFlow added, so RTF module doesn't shift fo:flow's content ... | Peter Herweg | 2004-07-13 | 1 | -0/+1 |
* | PR: | Glen Mazza | 2004-07-13 | 2 | -70/+39 |
* | 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandler | Glen Mazza | 2004-07-13 | 10 | -706/+357 |
* | Moved FOPPrintServlet from using XSLTInputHandler to JAXP. | Glen Mazza | 2004-07-11 | 1 | -10/+31 |
* | Reviewed the Mime types | Simon Pepping | 2004-07-09 | 1 | -89/+99 |
* | Correction to the javadoc | Simon Pepping | 2004-07-09 | 1 | -1/+1 |
* | Adding reporting of mime type to renderers. | Simon Pepping | 2004-07-09 | 5 | -0/+36 |
* | Implementing user configuration file. | Simon Pepping | 2004-07-09 | 8 | -9/+183 |
* | Made Driver.initialize() private, more in line with 0.20.5, which doesn't | Glen Mazza | 2004-07-09 | 6 | -14/+1 |
* | PR: | Glen Mazza | 2004-07-07 | 3 | -613/+8 |
* | Switch to JAXP identity transformation for DOM Document example. | Glen Mazza | 2004-07-07 | 1 | -4/+10 |
* | Switch from non-JAXP DOM processing to using JAXP identity transformation | Glen Mazza | 2004-07-07 | 3 | -23/+50 |
* | 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode... | Glen Mazza | 2004-07-07 | 8 | -904/+156 |
* | This change abstracts the Renderer away from FOTreeHandler as follows: | Glen Mazza | 2004-07-06 | 4 | -111/+139 |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 5 | -8/+35 |
* | validateChildNode() activated for fo:flow. | Glen Mazza | 2004-07-04 | 2 | -7/+17 |
* | Removed isMarker() method in favor of getName() (may eventually switch to an ... | Glen Mazza | 2004-07-04 | 3 | -19/+1 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 7 | -106/+127 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 11 | -192/+157 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 11 | -89/+80 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 16 | -118/+104 |
* | Disable check for maximum line length because of a problem reported in FOP 0.... | Jeremias Maerki | 2004-06-22 | 1 | -1/+9 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 8 | -33/+34 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 12 | -118/+36 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 6 | -19/+28 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 3 | -159/+13 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 10 | -173/+83 |
* | Implemented a cache for property value lookup. | Simon Pepping | 2004-06-18 | 4 | -12/+119 |
* | Unused apps.Document object removed from FOTreeBuilder. | Glen Mazza | 2004-06-18 | 3 | -15/+2 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 16 | -160/+174 |