aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* b49835Andreas L. Delmelle2011-03-071-1/+12
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-1/+1
* Fixed indentationVincent Hennebert2010-08-271-10/+10
* Bugzilla #49733:Jeremias Maerki2010-08-141-24/+113
* Issue a warning, when non-restartable content is flowing to a narrower page, ...Vincent Hennebert2009-10-201-3/+3
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-18/+18
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-7/+14
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-2/+6
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-5/+16
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-6/+2
* Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-011-278/+467
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-51/+51
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-6/+6
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-301-0/+11
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-4/+1
* Bugzilla #39840:Jeremias Maerki2006-08-041-9/+27
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fixed removeNode() as discussed on fop-dev. No more checks for footnotes and ...Jeremias Maerki2006-07-131-4/+14
* Bugzilla #39777: Jeremias Maerki2006-06-141-118/+215
* Content in block-containers makes better use of shrink to fit content vertica...Jeremias Maerki2006-04-251-4/+9
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-0/+11
* File missing from http://svn.apache.org/viewcvs?rev=374174&view=rev... Thanks...Andreas L. Delmelle2006-02-021-3/+5
* I generalized several casts from KnuthElement to ListElement. ThisSimon Pepping2005-12-271-1/+1
* Attempt at providing context information about the element causing an endless...Jeremias Maerki2005-12-151-2/+32
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-1/+30
* Output the difference, too.Jeremias Maerki2005-10-131-1/+1
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ...Luca Furini2005-10-061-5/+43
* Implemented the wrap-option property.Luca Furini2005-09-161-8/+16
* Better error message.Jeremias Maerki2005-08-211-1/+2
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-3/+3
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-1/+1
* Column balancing seems to work now. Jeremias Maerki2005-07-081-0/+8
* Enable starting the break process at an arbitrary position inside an element ...Jeremias Maerki2005-06-291-6/+15
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-18/+63
* statics to the top so they are easily found.Jeremias Maerki2005-06-221-4/+6
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-5/+22
* Handling of very long footnotesLuca Furini2005-05-301-5/+10
* Correction to footnotes handling: break a footnote body only if its citation ...Luca Furini2005-05-191-1/+1
* Imports.Jeremias Maerki2005-05-171-3/+0
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-45/+67
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-171-2/+0
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-0/+783