summaryrefslogtreecommitdiffstats
path: root/test/layoutengine
Commit message (Collapse)AuthorAgeFilesLines
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-0612-1/+831
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723297 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2498: Fix "last" page master usage with force-page-count=end-on-even/-oddMatthias Reischenbacher2015-07-131-0/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690781 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2487: replace cached pages if span condition doesn't matchMatthias Reischenbacher2015-06-151-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685586 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2465: Fix links to/from 'last' pageMatthias Reischenbacher2015-06-121-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685165 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2476: Tagged pdf: Tags are showing in the wrong order in the acrobat's ↵Simon Steiner2015-06-0519-271/+271
| | | | | | pro order panel git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1683758 13f79535-47bb-0310-9956-ffa450edef68
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-231-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1681384 13f79535-47bb-0310-9956-ffa450edef68
* Corrected testcase added in r1679533Andreas L. Delmelle2015-05-151-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679638 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix to make footnotes easier to track while debugging. Added disabled ↵Andreas L. Delmelle2015-05-152-1/+75
| | | | | | layout test as a reminder for the missing piece. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679533 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2348:Luca Furini2015-02-141-0/+58
| | | | | | | | - fixing inconsistencies in attribute names when serializing / deserializing extension data, which caused data loss - adding testcase to avoid unsignalled regressions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1659776 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2447: Text cut off for changing IPD for page starting with a tableSimon Steiner2015-02-092-1/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1658340 13f79535-47bb-0310-9956-ffa450edef68
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-029-5/+1131
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1642793 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2060: adjoining blocks with break-before="page" break-after="page" cause ↵Luis Bernardo2014-10-152-0/+99
| | | | | | extra empty page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1632007 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2303: add test for bug fixGlenn Adams2014-09-081-0/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1623596 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2258: minor test file name changeGlenn Adams2014-09-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1623406 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2410: add test for bug fixGlenn Adams2014-09-081-0/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1623405 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2258: add test for bug fixGlenn Adams2014-09-081-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1623383 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-291-109/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1614306 13f79535-47bb-0310-9956-ffa450edef68
* FOP 2388: Fix Arabic text left justified on the first cell of a table with ↵Glenn Adams2014-07-061-0/+64
| | | | | | writing mode rl-tb. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608314 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1099: when table headers/footers are repeated at page breaks, also ↵Vincent Hennebert2014-06-182-373/+1067
| | | | | | repeat the footnotes they may contain git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1603386 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-021-0/+373
| | | | | | | | | The footnote will appear once at the first (resp. last) occurrence of the table-header (resp. -footer). Patch by Matthias Reischenbacher, applied with modifications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1599344 13f79535-47bb-0310-9956-ffa450edef68
* Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-286-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590754 13f79535-47bb-0310-9956-ffa450edef68
* By default, only the first child of a multi-switch should be laid outVincent Hennebert2014-04-183-0/+198
| | | | | | | Patch by Seifeddine Dridi, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1588548 13f79535-47bb-0310-9956-ffa450edef68
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-0/+98
| | | | | | | | | | | Modified MultiSwitchLM to have its standard behaviour by default. Moved BestFitLayoutUtils into MultiSwitchLM. Code clean-up and javadoc. Patch by Seifeddine Dridi, applied with some modifications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1585822 13f79535-47bb-0310-9956-ffa450edef68
* Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-271-5/+6
| | | | | | | | Using a glue may cause a spurious empty page if the multi-switch is at the end of the flow, with no satisfying way of fixing that. Patch by Seifeddine Dridi git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1582469 13f79535-47bb-0310-9956-ffa450edef68
* Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-1712-73/+864
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578276 13f79535-47bb-0310-9956-ffa450edef68
| * Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-134-0/+310
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1557840 13f79535-47bb-0310-9956-ffa450edef68
| * | Updated disabled-testcases.xmlVincent Hennebert2013-11-143-72/+55
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541866 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-071-1/+18
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539615 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for <length> values on alignment-adjustVincent Hennebert2013-11-071-0/+17
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539614 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for dominant-baseline on fo:inline-containerVincent Hennebert2013-11-071-0/+74
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539613 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-071-0/+74
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539611 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for non-default values of alignment-adjustVincent Hennebert2013-11-071-0/+210
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539610 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for default alignment of inline-container areas with their ↵Vincent Hennebert2013-11-061-0/+154
| | | | | | | | | | | | | | | | | | parent areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539441 13f79535-47bb-0310-9956-ffa450edef68
| * | Typo: s/inline/block/Vincent Hennebert2013-10-311-1/+1
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537606 13f79535-47bb-0310-9956-ffa450edef68
| * | Added possibility to check for events in layout testsVincent Hennebert2013-10-313-1/+17
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537605 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for percentage dimensionsVincent Hennebert2013-10-282-0/+61
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536425 13f79535-47bb-0310-9956-ffa450edef68
| * | Do space resolution on the children of the inline-containerVincent Hennebert2013-10-281-0/+12
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536418 13f79535-47bb-0310-9956-ffa450edef68
| * | Issue a warning if the content of an inline-container overflows it in the ↵Vincent Hennebert2013-10-242-2/+12
| | | | | | | | | | | | | | | | | | block-progression-direction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535430 13f79535-47bb-0310-9956-ffa450edef68
| * | Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-0/+46
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535417 13f79535-47bb-0310-9956-ffa450edef68
| * | When inline-progression-dimension has been left to auto on ↵Vincent Hennebert2013-10-241-0/+61
| | | | | | | | | | | | | | | | | | fo:inline-container, fall back to the IPD of the nearest ancestor reference-area. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535410 13f79535-47bb-0310-9956-ffa450edef68
| * | First bits of support for fo:inline-containerVincent Hennebert2013-10-211-0/+56
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534143 13f79535-47bb-0310-9956-ffa450edef68
* | | Handle the case where dynamic content is in the middle of a page, selecting ↵Vincent Hennebert2014-03-173-0/+243
| |/ |/| | | | | | | | | | | | | | | the first variant Patch by Seifeddine Dridi, applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578270 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2106: Added test case for footnote resetting when the algorithm has to ↵Vincent Hennebert2013-11-051-0/+58
| | | | | | | | | | | | restart page breaking after a too short/long node git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538963 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-051-0/+56
| | | | | | | | | | | | | | Patch by Alexey Neyman, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538961 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-012-0/+196
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537948 13f79535-47bb-0310-9956-ffa450edef68
* | reverted 1536924 (FOP-2308)Luis Bernardo2013-10-302-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537012 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-292-3/+3
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536924 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1872: External document is clipped when rotated; patch submitted by ↵Luis Bernardo2013-10-131-2/+2
| | | | | | Thanasis Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1531769 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2106: Footnote put on earlier page than the one that contains the ↵Vincent Hennebert2013-10-081-0/+52
| | | | | | | | | footnote call Patch by Alexey Neyman, committed with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530232 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ↵Glenn Adams2013-09-131-0/+90
| | | | | | to augment /Catalog and /Page dictionaries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1522934 13f79535-47bb-0310-9956-ffa450edef68