aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/FlowLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-6/+6
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* remove global import statementsWilliam Victor Mote2003-09-081-11/+11
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+207