| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.) Moved from FOPException to SAXParseException for addProperties() | Glen Mazza | 2004-08-01 | 38 | -305/+185 |
* | 1. validation for fo:basic-link added | Glen Mazza | 2004-07-31 | 21 | -147/+157 |
* | Removed the FOTreeVisitor interface in favor of a more | Glen Mazza | 2004-07-27 | 78 | -836/+316 |
* | Provided validateChildFO() methods for the "easy" FO's--i.e., those | Glen Mazza | 2004-07-27 | 9 | -5/+106 |
* | Switch from IllegalArgumentException to SAXParseException for errors found in... | Glen Mazza | 2004-07-27 | 33 | -66/+119 |
* | Renamed end() method to somewhat clearer endOfNode(). | Glen Mazza | 2004-07-27 | 27 | -37/+37 |
* | Redefining "isOutOfLineFODescendant" to include cases where FObj itself | Glen Mazza | 2004-07-27 | 1 | -5/+6 |
* | Took advantage of the Transformer similarities between FO input and | Glen Mazza | 2004-07-25 | 7 | -200/+92 |
* | Created a "isOutOfLineFODescendant" member variable to FObj, needed for | Glen Mazza | 2004-07-25 | 1 | -6/+34 |
* | Removed the non-File constructors from the InputHandler subclasses in favor | Glen Mazza | 2004-07-25 | 4 | -120/+13 |
* | Bug fixed in previous renaming. | Glen Mazza | 2004-07-25 | 1 | -1/+1 |
* | reverted change in PropertySets; unnecessary. | Glen Mazza | 2004-07-25 | 1 | -10/+10 |
* | moved FO term of a Node's child elements from "Children" to "ChildNodes" | Glen Mazza | 2004-07-24 | 17 | -78/+77 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 12 | -210/+165 |
* | Renamed FONode.addChild() to somewhat clearer FONode.addChildNode(). | Glen Mazza | 2004-07-24 | 14 | -44/+30 |
* | 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 | 8 | -156/+75 |
* | 1.) Moved exclusively to Simon's DefaultHandler object for both Transformer | Glen Mazza | 2004-07-19 | 3 | -14/+11 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 8 | -86/+63 |
* | 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 |
* | 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 | 2 | -64/+21 |
* | 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 |
* | 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 | 2 | -2/+1 |
* | PR: | Glen Mazza | 2004-07-07 | 3 | -613/+8 |
* | 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 | 10 | -189/+155 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 9 | -77/+76 |
* | 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 |