aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: padding-top and padding-bottom on list-items could lead to wrong page...Jeremias Maerki2006-02-091-15/+15
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-28/+6
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-301-8/+15
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-20/+48
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-71/+53
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-115/+236
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-52/+4
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-39/+74
* Show and fix a bug where bottom/right positioning of block-containers didn't ...Jeremias Maerki2005-08-211-0/+1
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-021-4/+17
* Bugzilla #35534 Jeremias Maerki2005-07-251-0/+12
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1
* 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