| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 8 | -11/+0 |
* | More String->Int conversions (ones I've missed previously.) Appears I've fin... | Glen Mazza | 2004-01-14 | 6 | -13/+12 |
* | More String->Int Conversions. | Glen Mazza | 2004-01-05 | 1 | -2/+5 |
* | More String->Int conversions, primarily from patch from Finn Bock. | Glen Mazza | 2003-12-31 | 1 | -6/+4 |
* | More String->int conversions, annoyingly incremental but I'm getting there... | Glen Mazza | 2003-12-29 | 1 | -1/+2 |
* | Conversion of more properties from Strings to ints. | Glen Mazza | 2003-12-28 | 8 | -26/+26 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 11 | -37/+37 |
* | open up access in misc places by either adding accessor methods or by looseni... | William Victor Mote | 2003-10-10 | 2 | -14/+14 |
* | add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta... | William Victor Mote | 2003-09-19 | 1 | -0/+4 |
* | Organize imports.
| Joerg Pietschmann | 2003-09-19 | 2 | -15/+7 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 24 | -24/+24 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 3 | -5/+5 |
* | move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa... | William Victor Mote | 2003-08-28 | 1 | -15/+0 |
* | move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS | William Victor Mote | 2003-08-27 | 1 | -31/+0 |
* | make some classes more readable by reversing the sense of some conditional logic | William Victor Mote | 2003-08-27 | 1 | -1/+0 |
* | duplicate the area.RegionReference region codes in fo/pagination/Region, and ... | William Victor Mote | 2003-08-27 | 6 | -31/+35 |
* | move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-27 | 1 | -16/+0 |
* | 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou... | William Victor Mote | 2003-08-27 | 2 | -41/+2 |
* | move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re... | William Victor Mote | 2003-08-27 | 6 | -41/+6 |
* | remove remaining references to layout/PageMaster (all unused), and remove the... | William Victor Mote | 2003-08-27 | 1 | -14/+0 |
* | remove unused method | William Victor Mote | 2003-08-27 | 1 | -9/+0 |
* | move field that tracks which SimplePageMaster to use (currentSimplePageMaster... | William Victor Mote | 2003-08-27 | 1 | -22/+19 |
* | remove unused imports | William Victor Mote | 2003-08-26 | 1 | -3/+0 |
* | move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM... | William Victor Mote | 2003-08-26 | 2 | -68/+6 |
* | move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-26 | 1 | -46/+5 |
* | make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper... | William Victor Mote | 2003-08-24 | 2 | -2/+4 |
* | move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad... | William Victor Mote | 2003-08-23 | 2 | -2/+2 |
* | move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat... | William Victor Mote | 2003-08-22 | 2 | -0/+2 |
* | style changes only | William Victor Mote | 2003-08-22 | 10 | -2/+60 |
* | style/javadoc changes only | William Victor Mote | 2003-08-20 | 2 | -3/+31 |
* | move startup of laying out a PageSequence from PageSequence.format() and Docu... | William Victor Mote | 2003-08-20 | 2 | -53/+21 |
* | create fo/FOTreeControl interface, and make control/Document implement it, to... | William Victor Mote | 2003-08-19 | 1 | -11/+12 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 24 | -179/+301 |
* | 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root | William Victor Mote | 2003-08-16 | 1 | -1/+25 |
* | move layout.FontState to fonts.Font | William Victor Mote | 2003-08-14 | 1 | -2/+2 |
* | move the "common" property classes from layout to fo.properties, renaming the... | William Victor Mote | 2003-08-12 | 4 | -18/+18 |
* | rename StructureHandler to FOInputHandler to clarify that its subclasses are ... | William Victor Mote | 2003-07-29 | 3 | -5/+5 |
* | style changes only | William Victor Mote | 2003-07-17 | 2 | -23/+36 |
* | Inter-package references between fo.flow and fo.pagination removed by moving ... | Glen Mazza | 2003-07-17 | 6 | -3/+673 |
* | Test commit from Eclipse: removed unused import. | Joerg Pietschmann | 2003-06-27 | 1 | -5/+3 |
* | Fix checkstyle problems. | William Victor Mote | 2003-05-06 | 1 | -0/+8 |
* | Clean up StructureHandler's startPageSequence() method to remove unnecessary ... | William Victor Mote | 2003-05-06 | 1 | -1/+10 |
* | Refactor: extract method startStructuredPageSequence(), and reuse it. | William Victor Mote | 2003-05-04 | 1 | -18/+22 |
* | Add support for text-transform. | William Victor Mote | 2003-03-25 | 1 | -10/+11 |
* | Moved sources from src/org/** to src/java/org/** | Jeremias Maerki | 2003-03-11 | 21 | -0/+3870 |