aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Block.java
Commit message (Expand)AuthorAgeFilesLines
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-091-0/+2
* More accessors on block-containers.Jeremias Maerki2005-03-181-17/+13
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* Bugfix for whitespace handling that surfaced after my last fix for linefeed h...Jeremias Maerki2005-02-031-5/+10
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* PR:Glen Mazza2004-11-241-12/+12
* More properties implemented.Finn Bock2004-10-291-4/+4
* Bind some more of the implemented properties.Finn Bock2004-10-291-14/+14
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-9/+8
* Second phase of performance improvement.Finn Bock2004-10-191-50/+5
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-25/+204
* Removed unused imports.Finn Bock2004-10-171-1/+0
* Endlich habe ich dem Insekt gefunden! Jetzt kann FOText das Kind von FONode ...Glen Mazza2004-10-131-3/+4
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+4
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* PR:Glen Mazza2004-09-051-1/+1
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-16/+8
* PR:Glen Mazza2004-08-291-12/+6
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-1/+1
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-12/+8
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-1/+0
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-101-8/+36
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-7/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-8/+7
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-8/+10
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-81/+24
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-1/+2
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-2/+2
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-3/+3
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+2
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-2/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-2/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+4
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* corrected line endings. changed ko option to kkvChris Bowditch2004-04-021-1/+1
* Applied Luca Furini's patch from bugzilla entry 28021.Chris Bowditch2004-04-021-2/+15
* Fix of leading-space problem in HEAD. (A single leading space of the firstGlen Mazza2004-03-071-0/+17
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-271-16/+16
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-43/+43
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-2/+2
* style changes onlyWilliam Victor Mote2003-08-221-5/+6