aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* FOP-1976; committed change suggested by Matthias ReischenbacherChris Bowditch2014-07-071-2/+3
* Fix compiler warnings.Glenn Adams2014-07-062-4/+2
* footnoteList cannot be null there; instead we want to check if it's emptyVincent Hennebert2014-06-191-1/+1
* FOP-1099: when table headers/footers are repeated at page breaks, also repeat...Vincent Hennebert2014-06-189-47/+207
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-024-28/+97
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-111-0/+6
* Made WhitespaceManagement.getKnuthElements more robust by iterating over chil...Vincent Hennebert2014-04-281-15/+15
* Create penalty only once and store it in WhitespaceManagementPenaltyVincent Hennebert2014-04-282-3/+5
* Simplified make of MultiSwitchLMVincent Hennebert2014-04-281-2/+1
* 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-183-17/+14
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-085-176/+170
* Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-275-104/+27
* Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-1723-848/+842
|\
| * Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-3028-399/+699
| |\
| | * Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-1310-6/+36
| | |\
| | * | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-145-8/+4
| | * | 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-072-5/+6
| | * | Improved javadoc for getBaselineOffsetVincent Hennebert2013-11-071-2/+4
| | * | 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-0611-291/+260
| | * | 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-282-4/+29
| | * | 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-282-28/+25
| | * | 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-243-1/+24
| | * | 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-213-61/+242
| * | | Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-291-487/+232
* | | | Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-174-58/+37
* | | | Brought the branch in sync with rev. 1550844 of trunkVincent Hennebert2013-12-1312-40/+90
|\ \ \ \ | | |_|/ | |/| |
| * | | FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-014-0/+14
| * | | FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-317-6/+22
| | |/ | |/|
| * | FOP-1872: External document is clipped when rotated; patch submitted by Thana...Luis Bernardo2013-10-131-2/+8
| * | FOP-2106: Footnote put on earlier page than the one that contains the footnot...Vincent Hennebert2013-10-081-32/+46
| |/
* | Attach the selected variant to KnuthPageNode in order to propagate the inform...Vincent Hennebert2013-12-134-41/+83
* | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-205-297/+29
* | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-0711-634/+533
* | FOP-2293: Second patch by Seifeddine DridiVincent Hennebert2013-09-0411-253/+236
* | FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-2911-21/+857
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-137-8/+7