aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-176-13/+0
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-141-5/+4
* added support for fo:footnotePeter Herweg2004-01-102-0/+37
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-2/+0
* FOPropertyMapping.GetPropertyId() modified to also be able to returnGlen Mazza2004-01-021-4/+3
* added support for fo:basic-linkPeter Herweg2004-01-011-0/+21
* Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java.Glen Mazza2004-01-011-2/+4
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-312-1/+6
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-292-5/+4
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-2813-69/+69
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-274-23/+24
* Bug 25758 (patch by Finn Bock) -- Fix of content-height/content-widthGlen Mazza2003-12-271-5/+6
* PR:Glen Mazza2003-12-222-2/+2
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-2031-396/+396
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-241-19/+15
* RTF output: Support for fo:list-block Jeremias Maerki2003-11-223-0/+54
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-081-0/+12
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-011-0/+9
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-2/+1
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-191-0/+19
* Organize imports. Joerg Pietschmann2003-09-196-31/+12
* changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o...William Victor Mote2003-09-181-0/+18
* trigger event handling for start and end of table, cell, column, and row, pri...William Victor Mote2003-09-164-2/+62
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1637-37/+37
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-2/+2
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-024-36/+5
* 1. make fo/flow/Table.columns store fo columns instead of column layout managersWilliam Victor Mote2003-08-262-13/+2
* remove unused importWilliam Victor Mote2003-08-261-1/+0
* remove unused fieldWilliam Victor Mote2003-08-261-3/+0
* move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.get...William Victor Mote2003-08-261-52/+9
* remove unused fieldWilliam Victor Mote2003-08-261-3/+0
* move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.g...William Victor Mote2003-08-261-11/+0
* remove unused importWilliam Victor Mote2003-08-251-1/+0
* move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.ge...William Victor Mote2003-08-251-12/+0
* move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()William Victor Mote2003-08-251-11/+1
* remove unneeded field fo/flow/Leader.leaderAreaWilliam Victor Mote2003-08-253-5/+0
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...William Victor Mote2003-08-241-164/+2
* move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExt...William Victor Mote2003-08-241-34/+16
* move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacter...William Victor Mote2003-08-241-11/+0
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-224-0/+4
* style changes onlyWilliam Victor Mote2003-08-2220-96/+129
* more FO Tree isolation workWilliam Victor Mote2003-08-193-6/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-1937-547/+306
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-1/+1
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-143-6/+6
* 1. create control packageWilliam Victor Mote2003-08-143-6/+6
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-1227-225/+225
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-294-16/+16
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-172-295/+0
* style changes onlyWilliam Victor Mote2003-07-145-61/+145