aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-09-051-11/+0
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-042-17/+15
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-303-9/+9
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-15/+15
* PR:Glen Mazza2004-08-293-12/+7
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-269-91/+232
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-211-2/+2
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-0/+2
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-163-97/+7
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-163-112/+142
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-142-169/+190
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-132-23/+48
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-132-49/+166
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-115-24/+79
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-102-7/+123
* Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan...Glen Mazza2004-08-082-39/+68
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-074-42/+85
* PR:Glen Mazza2004-08-061-162/+12
* PR:Glen Mazza2004-08-063-152/+26
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-230/+0
* PR:Glen Mazza2004-08-041-149/+23
* PR:Glen Mazza2004-08-011-10/+2
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-5/+0
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-8/+5
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-242-11/+11
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-135-26/+22
* Implemented a cache for property value lookup.Simon Pepping2004-06-181-0/+2
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-1/+1
* Removed illegal tab character Jeremias Maerki2004-06-161-7/+7
* 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
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-135-18/+19
* Removed get/setUserAgent() initializations from the LayoutManagers. (Infrequ...Glen Mazza2004-06-126-42/+0
* Remove trailing spaces at the end of a paragraph.Simon Pepping2004-05-291-21/+18
* Solve a few problems concerning hyphenation:Simon Pepping2004-05-292-12/+23
* implemented break-before propertyChris Bowditch2004-05-273-53/+64
* Removed getPropertyList() method from PropertyManager, as that methodGlen Mazza2004-05-261-2/+2
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-2613-132/+122
* PR:Glen Mazza2004-05-222-18/+18
* fixed problem with top/bottom borders on regular blocksChris Bowditch2004-05-201-13/+17
* Folded the layout strategy into apps.Document.Glen Mazza2004-05-186-157/+20
* PR:Glen Mazza2004-05-1522-104/+100
* fixes problem that prevented proportional-column-width function workingChris Bowditch2004-05-131-7/+13
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-1211-20/+22
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-5/+5
* applied Luca Furini's patch from bug #28314Chris Bowditch2004-04-261-5/+14
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-253-27/+26
* Removed currently unused Document object from the LayoutStrategy (the latterGlen Mazza2004-04-241-3/+2
* Unneeded imports removed.Glen Mazza2004-04-221-1/+0
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-042-4/+4