aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Peter Herweg's latest patch applied:Glen Mazza2003-11-091-1/+7
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-081-0/+12
* toString() methods implemented for these objects for help inGlen Mazza2003-11-052-3/+19
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-013-0/+36
* minor elaborationGlen Mazza2003-10-201-1/+1
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-2/+1
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-102-14/+14
* port from maintenance branch the variables that are used to track an object's...William Victor Mote2003-10-071-0/+7
* Fixed Testcase. Joerg Pietschmann2003-09-272-2/+2
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-194-0/+53
* Organize imports. Joerg Pietschmann2003-09-1911-85/+38
* 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
* add structure for handling table columns in fo/FOInputHandler and its subclas...William Victor Mote2003-09-162-0/+28
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1677-307/+156
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-132-0/+105
* remove global import statementsWilliam Victor Mote2003-09-081-2/+0
* remove extraneous import statementWilliam Victor Mote2003-09-081-13/+11
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-026-24/+22
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-0213-85/+16
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp...William Victor Mote2003-09-013-19/+8
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-019-37/+111
* style/javadoc changes onlyWilliam Victor Mote2003-09-015-0/+30
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-1/+1
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-286-3/+706
* move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...William Victor Mote2003-08-281-15/+0
* move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLSWilliam Victor Mote2003-08-271-31/+0
* make some classes more readable by reversing the sense of some conditional logicWilliam Victor Mote2003-08-271-1/+0
* duplicate the area.RegionReference region codes in fo/pagination/Region, and ...William Victor Mote2003-08-276-31/+35
* move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-271-16/+0
* 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou...William Victor Mote2003-08-272-41/+2
* move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re...William Victor Mote2003-08-276-41/+6
* remove remaining references to layout/PageMaster (all unused), and remove the...William Victor Mote2003-08-271-14/+0
* remove unused methodWilliam Victor Mote2003-08-271-9/+0
* move field that tracks which SimplePageMaster to use (currentSimplePageMaster...William Victor Mote2003-08-271-22/+19
* remove unused importsWilliam Victor Mote2003-08-261-3/+0
* move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...William Victor Mote2003-08-262-68/+6
* move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-261-46/+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 invalid importsWilliam Victor Mote2003-08-262-3/+0
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-268-6/+532
* 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