aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/InlineContainerLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-326/+0
* Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-141-5/+1
* Implemented missing methodsVincent Hennebert2013-11-141-7/+6
* Code clean-up and simplificationVincent Hennebert2013-11-141-23/+9
* Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-071-1/+2
* Added support for <length> values on alignment-adjustVincent Hennebert2013-11-071-1/+6
* Added support for dominant-baseline on fo:inline-containerVincent Hennebert2013-11-071-4/+5
* Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-071-8/+12
* Added support for non-default values of alignment-adjustVincent Hennebert2013-11-071-1/+42
* Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-9/+13
* Re-ordered methods from higher to lower levelVincent Hennebert2013-10-311-35/+35
* Take into account the inline-container's bpd in the alignment contextVincent Hennebert2013-10-311-2/+4
* Properly handle "error-if-overflow" value of "overflow" property when overflo...Vincent Hennebert2013-10-281-4/+26
* Added support for percentage dimensionsVincent Hennebert2013-10-281-11/+16
* Slightly simplified looping through positions in addAreasVincent Hennebert2013-10-281-9/+11
* Do space resolution on the children of the inline-containerVincent Hennebert2013-10-281-16/+13
* Issue a warning if the content of an inline-container overflows it in the blo...Vincent Hennebert2013-10-241-1/+11
* Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-6/+8
* When inline-progression-dimension has been left to auto on fo:inline-containe...Vincent Hennebert2013-10-241-1/+14
* Parse back the container area from the area tree.Vincent Hennebert2013-10-241-2/+1
* First bits of support for fo:inline-containerVincent Hennebert2013-10-211-0/+237