aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/Flow.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-146/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-241-1/+4
* Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-251-3/+11
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-6/+6
* Tweak: make sure the fo:flow's id is bound to the FObjAndreas L. Delmelle2008-05-151-0/+1
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-5/+14
* Merged branchJeremias Maerki2008-04-141-24/+15
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-6/+5
* 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
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* CleanupJeremias Maerki2005-05-271-15/+2
* PR:Glen Mazza2005-03-051-5/+0
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-8/+7
* Second phase of performance improvement.Finn Bock2004-10-191-38/+1
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-13/+64
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-3/+3
* PR:Glen Mazza2004-09-051-17/+4
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-55/+26
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-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-2/+1
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-7/+7
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-7/+6
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-4/+2
* 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
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-051-1/+1
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-041-6/+16
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-271-2/+4
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-7/+23
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+1
* 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-5/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-141-1/+1
* 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-2/+6