aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-08-299-14/+12
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-2910-56/+21
* PR:Glen Mazza2004-08-2910-38/+35
* Minor edits to adjustIPD() methods.Glen Mazza2004-08-292-10/+10
* Three more validateChildNodes() added.Glen Mazza2004-08-293-3/+118
* PR:Glen Mazza2004-08-273-75/+3
* PR:Glen Mazza2004-08-274-106/+56
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-1/+0
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-2534-134/+204
* PR:Glen Mazza2004-08-238-58/+67
* Minor edits.Glen Mazza2004-08-221-2/+0
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-219-17/+66
* 1.) validateChildNode() added for fo:marker.Glen Mazza2004-08-205-43/+56
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-1817-158/+120
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-164-34/+23
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-169-34/+63
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-4/+4
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-143-41/+66
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-133-29/+48
* 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-134-212/+100
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-115-73/+63
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-1132-572/+119
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-104-143/+78
* 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-081-53/+13
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-0714-150/+123
* PR:Glen Mazza2004-08-0614-73/+195
* PR:Glen Mazza2004-08-0631-128/+183
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-0429-189/+0
* PR:Glen Mazza2004-08-0417-120/+9
* PR:Glen Mazza2004-08-031-1/+4
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-034-65/+91
* PR:Glen Mazza2004-08-012-73/+49
* PR:Glen Mazza2004-08-015-100/+28
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0138-305/+185
* 1. validation for fo:basic-link addedGlen Mazza2004-07-3120-142/+157
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2777-828/+311
* 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-251-1/+1
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* 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-2413-64/+63
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-1/+1
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-2414-44/+30