aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/StaticContent.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-9/+9
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Merge from Branch fop-0_91:Jeremias Maerki2005-12-231-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-8/+4
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-6/+6
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-6/+17
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-16/+1
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-2/+1
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-1/+1
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+1
* 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-1/+0
* PR:Glen Mazza2004-08-061-10/+0
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-4/+3
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-1/+1
* 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-2/+4
* 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-1/+1
* missing call of endFlow added, so RTF module doesn't shift fo:flow's content ...Peter Herweg2004-07-131-0/+1
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-051-1/+27
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...William Victor Mote2003-08-281-15/+0
* make some classes more readable by reversing the sense of some conditional logicWilliam Victor Mote2003-08-271-1/+0
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* style changes onlyWilliam Victor Mote2003-08-221-0/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+5
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-171-0/+103