aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/BlockContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-1/+1
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+2
* apply complex scripts patchGlenn Adams2012-02-261-19/+66
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+2
* Bugzilla #46315: extension to disable column balancing before blocks spanning...Vincent Hennebert2009-01-281-3/+12
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-1/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Minor cleanup: remove height/width members and unused getHeight()/getWidth() ...Andreas L. Delmelle2008-05-011-14/+0
* Removed TODO: New validation event to generate an error in case an fo:marker ...Andreas L. Delmelle2008-04-251-52/+35
* Merged branchJeremias Maerki2008-04-141-8/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-6/+6
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-10/+2
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-4/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Revert revsision 201627.Jeremias Maerki2005-06-261-2/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Check the proper use of the span attribute.Jeremias Maerki2005-06-241-0/+2
* More accessors on block-containers.Jeremias Maerki2005-03-181-10/+35
* Validation added for five more FO's.Glen Mazza2005-03-051-1/+31
* Make display-align publicly available.Jeremias Maerki2005-01-171-0/+5
* Provide public access to width/height.Jeremias Maerki2005-01-121-6/+16
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* More properties implemented.Finn Bock2004-10-291-2/+2
* Bind some more of the implemented properties.Finn Bock2004-10-291-2/+2
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-6/+4
* Third phase of performance improvement.Finn Bock2004-10-191-1/+0
* Second phase of performance improvement.Finn Bock2004-10-191-27/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-6/+134
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Fire FOEventandler events.Finn Bock2004-09-301-0/+8
* Removed tab characters.Jeremias Maerki2004-09-111-1/+1
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-2/+2
* PR:Glen Mazza2004-08-291-2/+2
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-2/+2
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-7/+3
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-41/+4
* 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
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-6/+9
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+2
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* 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-5/+5