aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the SPACE_START and SPACE_END traits and adjust the height to takeFinn Bock2004-01-291-2/+13
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+0
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-4/+4
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-5/+43
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* remove global import statementsWilliam Victor Mote2003-09-081-1/+1
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper...William Victor Mote2003-08-241-2/+4
* move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad...William Victor Mote2003-08-231-2/+2
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-2/+2
* Clean up javadoc warnings.William Victor Mote2003-04-261-12/+12