aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.Jeremias Maerki2006-02-091-7/+2
* Following a clarification by the XSL FO SG, space traits are only set on the ...Jeremias Maerki2006-01-191-5/+7
* Bugzilla #38102:Jeremias Maerki2006-01-041-1/+2
* Fix for width checks. They didn't take start-indent and end-indent into account.Jeremias Maerki2005-12-191-1/+2
* Added checks that warn about tables and block-containers that are wider than ...Jeremias Maerki2005-12-151-0/+9
* Better approach for enforcing the overflow property on block-containers.Jeremias Maerki2005-12-081-10/+8
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-16/+10
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-12/+7
* Disabled warning which are based on the containing reference area instead of ...Jeremias Maerki2005-11-131-0/+14
* Bugfix for handling of percentage width and height inside block-containers. F...Jeremias Maerki2005-11-131-23/+40
* Minor corrections for jdk 1.3.1 compatibilityManuel Mall2005-11-111-3/+3
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-51/+103
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-1/+4
* Bugzilla #36379:Finn Bock2005-08-311-43/+71
* An attempt at helpful error output when the top/left/bottom/right properties ...Jeremias Maerki2005-08-211-4/+42
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Make it possible to keep block-container element lists apart from normal page...Jeremias Maerki2005-08-021-0/+7
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-0/+2
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-0/+6
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-4/+2
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-16/+26
* Bugfix for a ClassCastException on autoheight block-containers where Position...Jeremias Maerki2005-05-181-11/+16
* Bugfix for space-after on fixed-height block-containers.Jeremias Maerki2005-05-181-121/+88
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-353/+53
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-1/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-65/+688
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-2/+3
* Bugfix for layout of block-containers with fixed BPD. They weren't properly b...Jeremias Maerki2005-01-261-6/+27
* Removed unnecessary parameterJeremias Maerki2005-01-251-1/+1
* Setting IPD and BPD before adding background traitsJeremias Maerki2005-01-241-6/+7
* Fix space-before|after handling for block-containers (only a minimal fix, doe...Jeremias Maerki2005-01-181-25/+81
* Fix for auto height on absolutely positioned block-containers.Jeremias Maerki2005-01-171-39/+14
* block-containers improved/fixed. The following features are implemented and t...Jeremias Maerki2005-01-171-103/+186
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-19/+110
* PR:Glen Mazza2004-11-241-11/+11
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-5/+5
* Third phase of performance improvement.Finn Bock2004-10-191-44/+26
* Second phase of performance improvement.Finn Bock2004-10-191-2/+2
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-20/+15
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* PR:Glen Mazza2004-08-291-5/+2
* Removed getPropertyList() method from PropertyManager, as that methodGlen Mazza2004-05-261-2/+2
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-20/+20
* PR:Glen Mazza2004-05-151-0/+8
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+1
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-0/+6
* Set correct ipd/bpd of both the viewport and reference area.Finn Bock2004-02-101-11/+35