aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-092-13/+13
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-092-24/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-094-0/+79
* Bugfix: NPE when there is a forced break before a table occurring at an IPD c...Vincent Hennebert2010-03-151-0/+18
* Bugfix: definition of a special page-master for the last page was interfering...Vincent Hennebert2010-02-231-1/+1
* Bugzilla #46486: having a special page-master for the last page caused loss o...Vincent Hennebert2010-01-181-30/+28
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-2246-1381/+1238
* Bugfix in Changing IPD: reset only the children LMs that have been created so...Vincent Hennebert2009-11-241-5/+3
* Bugzilla #48082: value of conditional space not always taken into account in ...Vincent Hennebert2009-10-291-0/+2
* The warning "Non restartable content flowing to narrower page" needs to be ro...Vincent Hennebert2009-10-282-4/+17
* Merged changes from Trunk up to revision 830265Temp_AccessibilityVincent Hennebert2009-10-271-4/+0
|\
| * Removed addition of stretching to footnoteSeparatorLength. That was done to t...Vincent Hennebert2009-10-261-4/+0
* | Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-2321-238/+271
|\|
| * Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-204-19/+24
| * Bugfix: crash occurring when no restartable element could be found after a ch...Vincent Hennebert2009-10-201-2/+19
| * Bugfix: a table immediately following a break where changing IPD occurs was c...Vincent Hennebert2009-10-191-2/+2
| * Fixed a few checkstyle issues introduced in rev. 825646Vincent Hennebert2009-10-162-3/+6
| * Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-1520-215/+223
* | Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-133-6/+6
|\|
| * Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-012-6/+6
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-1844-1807/+2888
|\|
| * Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-2625-815/+1336
| * Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-2616-343/+807
| * Removed a commented leftover from local testsAndreas L. Delmelle2009-08-241-1/+0
| * Reduce messages to DEBUG level, since they are meant more as a reminder for d...Andreas L. Delmelle2009-08-241-2/+2
| * Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-2328-461/+751
| * Bugzilla #47311:Jeremias Maerki2009-07-281-2/+2
| * Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-2216-807/+344
| * Undid change related to column-keepsAndreas L. Delmelle2009-07-091-2/+2
| * Changed explicit check to assertAndreas L. Delmelle2009-07-091-1/+2
| * Fixed minor code indentation issuesVincent Hennebert2009-07-071-7/+4
| * Undid change related to column-keepsAndreas L. Delmelle2009-07-041-7/+1
| * Further cleanup/readability improvementsAndreas L. Delmelle2009-07-042-57/+58
| * Further cleanup/readability improvementsAndreas L. Delmelle2009-07-013-56/+93
| * Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-014-293/+521
| * bug fix: make sure CropBox is honoured in SVG when overflow="hidden"Chris Bowditch2009-06-251-6/+6
| * Changes from revision 768320 introduced another bug: footnotes from later ste...Vincent Hennebert2009-05-011-14/+18
| * Bugfix: footnotes occurring within the forced height of a table row did not a...Vincent Hennebert2009-04-241-10/+16
| * Some cleanup:Andreas L. Delmelle2009-04-151-132/+134
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-6/+5
* | Avoid empty "ptr" traits in the area tree.Jeremias Maerki2009-04-142-6/+7
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-149-64/+108
|\|
| * Set svn:eol-style property on page-position-last_break-before_bugzilla46489.x...Vincent Hennebert2009-03-231-2/+1
| * revert some changes... and do it right, this timeAndreas L. Delmelle2009-03-221-3/+2
| * revert some changes, dependent on other local changes, which would cause a co...Andreas L. Delmelle2009-03-221-4/+7
| * Add startsWithForcedBreak() utility method to ElementListUtils.Andreas L. Delmelle2009-03-223-29/+37
| * Bugzilla 46489: Andreas L. Delmelle2009-03-221-7/+7