aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java
Commit message (Expand)AuthorAgeFilesLines
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-93/+0
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-110/+0
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-141-169/+0
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-131-23/+0
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-131-44/+0
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-111-20/+0
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-101-7/+0
* Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan...Glen Mazza2004-08-081-39/+0
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-32/+0
* PR:Glen Mazza2004-08-061-162/+12
* PR:Glen Mazza2004-08-061-149/+23
* 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-241-10/+10
* PR:Glen Mazza2004-05-221-14/+14
* PR:Glen Mazza2004-05-151-69/+23
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-5/+1
* Unneeded imports removed.Glen Mazza2004-04-221-1/+0
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-1/+1
* Fix to get use-content option of fo:leader working again. leader.fo nowGlen Mazza2004-03-211-2/+3
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-4/+4
* PR:Glen Mazza2004-03-181-1/+1
* Unneeded line of code removed.Glen Mazza2004-03-171-1/+0
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-5/+3
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-10/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Bug 25873 (from Finn Bock): Minor code cleanup issues.Glen Mazza2004-01-171-3/+3
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-10/+7
* Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.Glen Mazza2004-01-091-5/+8
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-14/+15
* Bug #25804: Fix of ClassCastException error occuring whileGlen Mazza2003-12-291-1/+1
* Bug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper ...Glen Mazza2003-12-261-2/+8
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-17/+16
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-12/+12
* fix signature problem in inner class for InlineStackingLayoutManager -- attem...William Victor Mote2003-10-121-2/+2
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-3/+3
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-64/+473
* make instance variables protected instead of private to make subclassing easierWilliam Victor Mote2003-09-151-2/+2
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-121-3/+19
* remove global import statementsWilliam Victor Mote2003-09-081-3/+4
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-0/+1
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* 1. make fo/flow/Table.columns store fo columns instead of column layout managersWilliam Victor Mote2003-08-261-1/+16
* move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.get...William Victor Mote2003-08-261-2/+47
* change cryptic method nameWilliam Victor Mote2003-08-261-2/+2
* move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.g...William Victor Mote2003-08-261-1/+12
* move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.ge...William Victor Mote2003-08-251-1/+13