aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination
Commit message (Expand)AuthorAgeFilesLines
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-178-11/+0
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-146-13/+12
* More String->Int Conversions.Glen Mazza2004-01-051-2/+5
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-311-6/+4
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-1/+2
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-288-26/+26
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-2011-37/+37
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-102-14/+14
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-191-0/+4
* Organize imports. Joerg Pietschmann2003-09-192-15/+7
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1624-24/+24
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-023-5/+5
* 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
* make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper...William Victor Mote2003-08-242-2/+4
* move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad...William Victor Mote2003-08-232-2/+2
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-0/+2
* style changes onlyWilliam Victor Mote2003-08-2210-2/+60
* style/javadoc changes onlyWilliam Victor Mote2003-08-202-3/+31
* move startup of laying out a PageSequence from PageSequence.format() and Docu...William Victor Mote2003-08-202-53/+21
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-11/+12
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-1924-179/+301
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-1/+25
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-2/+2
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-124-18/+18
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-293-5/+5
* style changes onlyWilliam Victor Mote2003-07-172-23/+36
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-176-3/+673
* Test commit from Eclipse: removed unused import.Joerg Pietschmann2003-06-271-5/+3
* Fix checkstyle problems.William Victor Mote2003-05-061-0/+8
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-061-1/+10
* Refactor: extract method startStructuredPageSequence(), and reuse it.William Victor Mote2003-05-041-18/+22
* Add support for text-transform.William Victor Mote2003-03-251-10/+11
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1121-0/+3870