aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-2/+13
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-3/+10
* Bugfix for special case when markers weren't added correctly. This happens wh...Jeremias Maerki2005-02-011-27/+28
* Too many optimizations.Jeremias Maerki2005-01-251-1/+2
* Removed unnecessary parameterJeremias Maerki2005-01-251-2/+2
* Adding todo item for a static variable.Jeremias Maerki2005-01-171-4/+1
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-23/+33
* Bugfix for start-indent calculation for nested blocks. The inherited start-in...Jeremias Maerki2005-01-071-11/+41
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-071-2/+0
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-1/+3
* Third phase of performance improvement.Finn Bock2004-10-201-19/+9
* Third phase of performance improvement.Finn Bock2004-10-191-11/+5
* Third phase of performance improvement.Finn Bock2004-10-191-11/+10
* When the child LM is a RetrieveMarker, it need a valid parent beforeFinn Bock2004-10-101-0/+2
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-3/+3
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-43/+61
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-0/+2
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-1/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-1/+1
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+1
* implemented break-before propertyChris Bowditch2004-05-271-1/+2
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-13/+13
* fixed problem with top/bottom borders on regular blocksChris Bowditch2004-05-201-13/+17
* PR:Glen Mazza2004-05-151-3/+1
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-21/+24
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-7/+7
* 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/+5
* Set the SPACE_START and SPACE_END traits and adjust the height to takeFinn Bock2004-01-291-3/+9
* Bug #25813 (Patch by Finn Bock): Calculation change in setBlockTextInfo().Glen Mazza2003-12-301-1/+1
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-241-0/+3
* Partial implementation of space-after functionality--mostly working, butGlen Mazza2003-11-111-3/+12
* fo:block space-before property now activated only on the first Area.Block obj...Glen Mazza2003-11-111-4/+21
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-3/+3
* remove global import statementsWilliam Victor Mote2003-09-081-13/+11
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-0/+1
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-4/+4
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+349