| Commit message (Expand) | Author | Age | Files | Lines |
* | Code fixups, type safety, etc. | Andreas L. Delmelle | 2011-02-06 | 1 | -47/+57 |
* | Fixed indentation | Vincent Hennebert | 2010-08-27 | 1 | -2/+2 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 1 | -18/+42 |
* | Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ... | Vincent Hennebert | 2009-12-22 | 1 | -4/+4 |
* | Removed addition of stretching to footnoteSeparatorLength. That was done to t... | Vincent Hennebert | 2009-10-26 | 1 | -4/+0 |
* | Issue a warning, when non-restartable content is flowing to a narrower page, ... | Vincent Hennebert | 2009-10-20 | 1 | -10/+9 |
* | Application of the patch submitted by Alexander Kiel to improve variable name... | Adrian Cumiskey | 2009-10-15 | 1 | -14/+14 |
* | Merged back ChangingIPDHack branch into Trunk | Vincent Hennebert | 2009-08-26 | 1 | -0/+62 |
* | Removed a commented leftover from local tests | Andreas L. Delmelle | 2009-08-24 | 1 | -1/+0 |
* | Reduce messages to DEBUG level, since they are meant more as a reminder for d... | Andreas L. Delmelle | 2009-08-24 | 1 | -2/+2 |
* | Bugzilla 46905: Added basic implementation for column-level keeps. | Andreas L. Delmelle | 2009-08-23 | 1 | -0/+149 |
* | Undid change related to column-keeps | Andreas L. Delmelle | 2009-07-09 | 1 | -2/+2 |
* | Changed explicit check to assert | Andreas L. Delmelle | 2009-07-09 | 1 | -1/+2 |
* | Fixed minor code indentation issues | Vincent Hennebert | 2009-07-07 | 1 | -7/+4 |
* | Further cleanup/readability improvements | Andreas L. Delmelle | 2009-07-01 | 1 | -52/+89 |
* | Some cleanups and attempts at improving code-readability and -extensibility: | Andreas L. Delmelle | 2009-07-01 | 1 | -0/+1 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1 | -30/+30 |
* | Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getL... | Luca Furini | 2008-06-16 | 1 | -4/+4 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 1 | -3/+3 |
* | Merged branch | Jeremias Maerki | 2008-04-14 | 1 | -25/+18 |
* | Bugfix: If there's shrink available in an auto-height situation, the differen... | Jeremias Maerki | 2008-03-04 | 1 | -1/+7 |
* | Improve breaking for block-container and static-content so there are no more ... | Jeremias Maerki | 2008-01-28 | 1 | -0/+14 |
* | Bugzilla #44160: | Jeremias Maerki | 2008-01-22 | 1 | -5/+9 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -1/+1 |
* | Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) | Andreas L. Delmelle | 2007-07-07 | 1 | -2/+2 |
* | Create a class-specific logger for each LayoutManager which uses a logger. | Simon Pepping | 2006-10-05 | 1 | -2/+1 |
* | Bugzilla #39840: | Jeremias Maerki | 2006-08-04 | 1 | -5/+26 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Fixed removeNode() as discussed on fop-dev. No more checks for footnotes and ... | Jeremias Maerki | 2006-07-13 | 1 | -29/+0 |
* | Bugzilla #39777:
| Jeremias Maerki | 2006-06-14 | 1 | -52/+89 |
* | Added region-body_display-align to demonstrate the default behaviour for adju... | Jeremias Maerki | 2006-06-08 | 1 | -14/+23 |
* | Content in block-containers makes better use of shrink to fit content vertica... | Jeremias Maerki | 2006-04-25 | 1 | -5/+26 |
* | I generalized several casts from KnuthElement to ListElement. This | Simon Pepping | 2005-12-27 | 1 | -1/+1 |
* | Introduced a flag to tell the page breaking to operate in auto-height mode, i... | Jeremias Maerki | 2005-12-22 | 1 | -2/+6 |
* | Further decoupling the area tree from the FO tree. | Jeremias Maerki | 2005-12-21 | 1 | -5/+5 |
* | New method: FONode.decorateWithContextInfo() adds context information to an e... | Jeremias Maerki | 2005-12-13 | 1 | -1/+25 |
* | Implementation of hyphenation-ladder-count. | Luca Furini | 2005-11-21 | 1 | -1/+1 |
* | Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). | Jeremias Maerki | 2005-10-24 | 1 | -0/+5 |
* | Fixing a bug reported by Jeremias affecting the handling of glue and penalty ... | Luca Furini | 2005-10-06 | 1 | -2/+3 |
* | Changed some identifiers | Joerg Pietschmann | 2005-10-06 | 1 | -58/+58 |
* | Adjusting verticals spaces (coming from space-before and space-after properti... | Luca Furini | 2005-08-02 | 1 | -3/+21 |
* | Bugfix: IPD for footnote region now correct in multi-column layout.
| Jeremias Maerki | 2005-06-29 | 1 | -5/+1 |
* | First parts on a page which don't fit are moved to the next page. A counter a... | Jeremias Maerki | 2005-06-23 | 1 | -2/+3 |
* | trace getLineWidth(). | Jeremias Maerki | 2005-06-22 | 1 | -1/+5 |
* | Page breaking process now respects changing available BPD (not IPD) over mult... | Jeremias Maerki | 2005-06-15 | 1 | -5/+24 |
* | Handling of very long footnotes | Luca Furini | 2005-05-30 | 1 | -34/+226 |
* | Correction to footnotes handling: break a footnote body only if its citation ... | Luca Furini | 2005-05-19 | 1 | -37/+48 |
* | log translation only. | Jeremias Maerki | 2005-05-17 | 1 | -2/+2 |
* | Footnote implementation: changes to existing files | Luca Furini | 2005-05-17 | 1 | -2/+460 |
* | Converted System.out calls to logger calls. | Jeremias Maerki | 2005-05-17 | 1 | -2/+4 |