aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-135-52/+96
* Support for [letter|word]-spacing properties with a value of 'normal'.Finn Bock2004-08-134-8/+79
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-137-267/+272
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-1110-97/+142
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-1132-572/+119
* This change allows users to set the level of the javadocs task toSimon Pepping2004-08-101-3/+31
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-106-150/+201
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-0818-127/+33
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-0859-5/+413
* Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan...Glen Mazza2004-08-083-92/+81
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-0718-192/+208
* PR:Glen Mazza2004-08-0615-235/+207
* PR:Glen Mazza2004-08-0634-280/+209
* First versionSimon Pepping2004-08-051-0/+207
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-0430-419/+0
* PR:Glen Mazza2004-08-0418-269/+32
* PR:Glen Mazza2004-08-032-1/+4
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-034-65/+91
* First committed versionSimon Pepping2004-08-0118-0/+8722
* PR:Glen Mazza2004-08-012-73/+49
* PR:Glen Mazza2004-08-016-110/+30
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0138-305/+185
* 1. validation for fo:basic-link addedGlen Mazza2004-07-3121-147/+157
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2778-836/+316
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-279-5/+106
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-2733-66/+119
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-2727-37/+37
* Redefining "isOutOfLineFODescendant" to include cases where FObj itselfGlen Mazza2004-07-271-5/+6
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-258-202/+93
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-255-121/+14
* Bug fixed in previous renaming.Glen Mazza2004-07-251-1/+1
* reverted change in PropertySets; unnecessary.Glen Mazza2004-07-251-10/+10
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-2417-78/+77
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-2419-260/+215
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-2414-44/+30
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* Removed redundant check for invalid render type.Glen Mazza2004-07-202-10/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-206-50/+67
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-2010-177/+78
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-1910-27/+24
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-1917-153/+123
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-182-0/+139
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-182-3/+31
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-186-51/+32
* set bullet list as default list stylePeter Herweg2004-07-171-0/+2
* Null pointer check added to code, to stop NPE error (unsure if other problemsGlen Mazza2004-07-161-1/+3
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-163-82/+50
* Back to transform example, reverted yesterday's change that removed BufferedO...Glen Mazza2004-07-161-24/+10