aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/FlowLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me...Andreas L. Delmelle2011-02-101-24/+24
* Further attempts at improving code readability, reduce some more duplication,...Andreas L. Delmelle2011-02-091-4/+20
* Fix checkstyle issuesAndreas L. Delmelle2011-02-061-1/+2
* Code cleanup: reduce some code duplication in getNextKnuthElements() variants...Andreas L. Delmelle2011-02-061-86/+85
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+11
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-86/+133
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-66/+89
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-6/+6
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-89/+67
* 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-221-21/+18
* Bugzilla #46315: extension to disable column balancing before blocks spanning...Vincent Hennebert2009-01-281-1/+8
* Bugzilla 46240:Andreas L. Delmelle2008-11-191-5/+4
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-15/+15
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-1/+1
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-8/+9
* Bugzilla 41500:Andreas L. Delmelle2008-05-071-1/+3
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-30/+16
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-3/+3
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-1/+1
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-8/+0
* Bugzilla #40230:Jeremias Maerki2007-11-271-6/+14
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-11/+12
* Bugzilla #41426:Jeremias Maerki2007-01-221-2/+2
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-1/+1
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-13/+12
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-1/+2
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-4/+16
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1
* Span change detection and infastructure for signalling it.Jeremias Maerki2005-06-291-8/+14
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-1/+1
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-011-1/+8
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-20/+1
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-2/+14
* Code cleanup.Jeremias Maerki2005-05-181-144/+32
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-12/+4
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-2/+14
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-28/+271
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* Bugfix for list labels that were not properly placed when the list-block is a...Jeremias Maerki2005-02-041-0/+4
* Added a check for endless loops.Jeremias Maerki2005-01-261-8/+24
* Fourth phase of performance improvement.Finn Bock2004-10-201-3/+5
* PR:Glen Mazza2004-09-261-1/+1
* PR:Glen Mazza2004-05-151-1/+3
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-2/+2