aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()William Victor Mote2003-08-251-1/+10
* remove unneeded field fo/flow/Leader.leaderAreaWilliam Victor Mote2003-08-251-14/+7
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...William Victor Mote2003-08-241-4/+164
* move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExt...William Victor Mote2003-08-241-1/+33
* move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacter...William Victor Mote2003-08-241-1/+12
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-1/+1
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+553