aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-1935-253/+2732
* Removed unused imports.Finn Bock2004-10-172-2/+0
* Children can now contain FONodes (esp. FOText).Finn Bock2004-10-131-1/+1
* Endlich habe ich dem Insekt gefunden! Jetzt kann FOText das Kind von FONode ...Glen Mazza2004-10-131-3/+4
* PR:Glen Mazza2004-10-1220-20/+20
* Fix javadoc warnings.Finn Bock2004-10-0716-16/+16
* Set value for characterValue variable in fo.flow.Character--needed for its On...Glen Mazza2004-10-031-1/+2
* Fire FOEventandler events.Finn Bock2004-09-302-0/+17
* PR:Glen Mazza2004-09-131-1/+1
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-6/+2
* Removed tab characters.Jeremias Maerki2004-09-1115-19/+34
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-0712-17/+0
* PR:Glen Mazza2004-09-062-3/+21
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-0622-42/+42
* PR:Glen Mazza2004-09-052-2/+2
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-042-7/+7
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-042-98/+82
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-3010-45/+30
* PR:Glen Mazza2004-08-297-35/+21
* Three more validateChildNodes() added.Glen Mazza2004-08-293-3/+118
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-2523-30/+32
* PR:Glen Mazza2004-08-237-26/+67
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-216-13/+62
* 1.) validateChildNode() added for fo:marker.Glen Mazza2004-08-204-41/+43
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-189-124/+74
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-6/+23
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-167-32/+61
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-142-41/+65
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-132-20/+37
* 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-1128-541/+44
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-103-138/+69
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-0816-114/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-0837-2/+258
* 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-075-132/+97
* PR:Glen Mazza2004-08-0611-70/+192
* PR:Glen Mazza2004-08-0623-68/+131
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-045-40/+0
* PR:Glen Mazza2004-08-049-46/+0
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-032-63/+69
* PR:Glen Mazza2004-08-011-73/+35
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0119-202/+82
* 1. validation for fo:basic-link addedGlen Mazza2004-07-317-77/+90
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2737-171/+152
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-278-4/+105
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-2714-14/+28
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-2714-20/+20
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-244-5/+5