aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Collapse)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-03123-34342/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733433 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-069-110/+328
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723297 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.Andreas L. Delmelle2016-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722662 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixups: remove redundant null check, remove redundant initial ↵Andreas L. Delmelle2015-11-261-4/+32
| | | | | | assignment + start of javadoc fixups git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716765 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2498: Fix "last" page master usage with force-page-count=end-on-even/-oddMatthias Reischenbacher2015-07-131-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690781 13f79535-47bb-0310-9956-ffa450edef68
* Preliminary quick fix for FOP-2461Andreas L. Delmelle2015-07-111-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690396 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2487: fix checkstyle issueMatthias Reischenbacher2015-06-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685757 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2487: replace cached pages if span condition doesn't matchMatthias Reischenbacher2015-06-151-1/+11
| | | | 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/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685165 13f79535-47bb-0310-9956-ffa450edef68
* Address low priority findbugs warningsAndreas L. Delmelle2015-05-247-19/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1681435 13f79535-47bb-0310-9956-ffa450edef68
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-235-14/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1681384 13f79535-47bb-0310-9956-ffa450edef68
* [Test commit rights] Move otherwise unreachable null checkAndreas L. Delmelle2015-05-082-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1678425 13f79535-47bb-0310-9956-ffa450edef68
* updated and renamed batik jar (note: many batik classes were moved to ↵Luis Bernardo2015-03-061-2/+2
| | | | | | different packages) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1664570 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2447: Text cut off for changing IPD for page starting with a tableSimon Steiner2015-02-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1658340 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2443: Repeated Table headers and footers with markers are not being ↵Simon Steiner2015-02-064-0/+46
| | | | | | treated as artifacts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1657872 13f79535-47bb-0310-9956-ffa450edef68
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-0217-89/+1046
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1642793 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2420: ensure word area's bidi level is initialized when word is mapped ↵Glenn Adams2014-10-231-0/+1
| | | | | | to empty string, e.g., when controls are elided git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1633759 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2060: adjoining blocks with break-before="page" break-after="page" cause ↵Luis Bernardo2014-10-152-0/+12
| | | | | | extra empty page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1632007 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2249: elide formatting controls - preliminaryGlenn Adams2014-10-141-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1631605 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2410: fix fo:page-number in bidi contextGlenn Adams2014-09-081-33/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1623347 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2391: ensure mapping is non-null in CS SVG textGlenn Adams2014-08-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1618701 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-106-17/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1617052 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-071-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616590 13f79535-47bb-0310-9956-ffa450edef68
* Fix 2-instance findbug warnings.Glenn Adams2014-08-075-25/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616416 13f79535-47bb-0310-9956-ffa450edef68
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1616312 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ↵Glenn Adams2014-08-031-1/+2
| | | | | | in svg foreign object git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1615385 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-291-333/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1614306 13f79535-47bb-0310-9956-ffa450edef68
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1533-92/+92
| | | | | | | That check had been agreed upon but left disabled because of the number of warnings too high to fix manually git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1610839 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1976; committed change suggested by Matthias ReischenbacherChris Bowditch2014-07-071-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608489 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings.Glenn Adams2014-07-062-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608161 13f79535-47bb-0310-9956-ffa450edef68
* footnoteList cannot be null there; instead we want to check if it's emptyVincent Hennebert2014-06-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1603726 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1099: when table headers/footers are repeated at page breaks, also ↵Vincent Hennebert2014-06-189-47/+207
| | | | | | 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-024-28/+97
| | | | | | | | | 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
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593863 13f79535-47bb-0310-9956-ffa450edef68
* Made WhitespaceManagement.getKnuthElements more robust by iterating over ↵Vincent Hennebert2014-04-281-15/+15
| | | | | | childLM.getNextKnuthElements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590760 13f79535-47bb-0310-9956-ffa450edef68
* Create penalty only once and store it in WhitespaceManagementPenaltyVincent Hennebert2014-04-282-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590758 13f79535-47bb-0310-9956-ffa450edef68
* Simplified make of MultiSwitchLMVincent Hennebert2014-04-281-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590757 13f79535-47bb-0310-9956-ffa450edef68
* Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-281-1/+2
| | | | 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-17/+14
| | | | | | | 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-085-176/+170
| | | | | | | | | | | 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-275-104/+27
| | | | | | | | 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-1723-848/+842
|\ | | | | | | 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. 1562429 of trunkVincent Hennebert2014-01-3028-399/+699
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562866 13f79535-47bb-0310-9956-ffa450edef68
| | * Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-1310-6/+36
| | |\ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1557840 13f79535-47bb-0310-9956-ffa450edef68
| | * | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-145-8/+4
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541865 13f79535-47bb-0310-9956-ffa450edef68
| | * | Implemented missing methodsVincent Hennebert2013-11-141-7/+6
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541864 13f79535-47bb-0310-9956-ffa450edef68
| | * | Code clean-up and simplificationVincent Hennebert2013-11-141-23/+9
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541863 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-071-1/+2
| | | | | | | | | | | | | | | | 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-1/+6
| | | | | | | | | | | | | | | | 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-072-5/+6
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539613 13f79535-47bb-0310-9956-ffa450edef68