aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* breaks supported on tables, table-row and table-cell content now. Cheap appro...Jeremias Maerki2005-06-221-0/+4
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-34/+107
* Modify keep-with-next and keep-with-previous handling to support "level-hoppi...Jeremias Maerki2005-05-241-2/+21
* Bugfix for space-after situation in block-containers.Jeremias Maerki2005-05-181-5/+7
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-181-2/+3
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-106/+148
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-2/+2
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-171-1/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-1/+1076
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-3/+3
* Commenting a variable that was already defined in the superclass.Jeremias Maerki2005-01-261-2/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-3/+0
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-1/+1
* PR:Glen Mazza2004-05-151-0/+5
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* fo:block space-before property now activated only on the first Area.Block obj...Glen Mazza2003-11-111-0/+3
* 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/+165