aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/MultiSwitchLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-163/+0
* Made WhitespaceManagement.getKnuthElements more robust by iterating over chil...Vincent Hennebert2014-04-281-15/+15
* Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-281-1/+2
* By default, only the first child of a multi-switch should be laid outVincent Hennebert2014-04-181-11/+8
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-21/+111
* Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-271-56/+2
* Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-171-31/+3
* Attach the selected variant to KnuthPageNode in order to propagate the inform...Vincent Hennebert2013-12-131-1/+2
* Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-201-2/+1
* Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-071-0/+157