aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/MultiSwitch.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-102/+0
* Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-281-3/+3
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-14/+0
* Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-171-16/+0
* Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-201-9/+1
* Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-071-3/+45
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-4/+4
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-9/+9
* Merged branchJeremias Maerki2008-04-141-4/+7
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+5
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-1/+1
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-13/+1
* Code cleanup: Andreas L. Delmelle2007-01-111-1/+1
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-2/+2
* 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-9/+5
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* 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/+36
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* PR:Glen Mazza2004-09-061-2/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* Three more validateChildNodes() added.Glen Mazza2004-08-291-1/+28
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-0/+1
* PR:Glen Mazza2004-08-231-4/+13
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-11/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* PR:Glen Mazza2004-08-041-5/+0
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-3/+3
* 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. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+6
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-2/+2
* style changes onlyWilliam Victor Mote2003-07-131-12/+16
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+76