aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* instead of storing and cloning page reference-area and viewport objects for ↵William Victor Mote2003-08-271-19/+12
| | | | | | each SimplePageMaster, create them on the fly (there will shortly be no convenient place to store the templates, and any performance benefit to cloning would appear to be small) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196858 13f79535-47bb-0310-9956-ffa450edef68
* 1. extract method getSimpleMasterPageToUse()William Victor Mote2003-08-271-18/+15
| | | | | | | 2. clean up signature for createPage() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196857 13f79535-47bb-0310-9956-ffa450edef68
* remove unused methodWilliam Victor Mote2003-08-271-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196856 13f79535-47bb-0310-9956-ffa450edef68
* move field that tracks which SimplePageMaster to use ↵William Victor Mote2003-08-272-36/+44
| | | | | | (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196855 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importsWilliam Victor Mote2003-08-261-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196854 13f79535-47bb-0310-9956-ffa450edef68
* move logic from fo/pagination/SimplePageMaster.end() to ↵William Victor Mote2003-08-263-71/+77
| | | | | | layoutmgr/PageLayoutManager.createSimplePageMasterAreas() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196853 13f79535-47bb-0310-9956-ffa450edef68
* Update to indicate the border-collapse property is partially implemented ↵Glen Mazza2003-08-261-1/+3
| | | | | | (instead of not implemented.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196852 13f79535-47bb-0310-9956-ffa450edef68
* Updated the tables-collapse property on several tables from "separate" to ↵Glen Mazza2003-08-261-6/+7
| | | | | | "collapse". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196851 13f79535-47bb-0310-9956-ffa450edef68
* move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-262-57/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196850 13f79535-47bb-0310-9956-ffa450edef68
* 1. make fo/flow/Table.columns store fo columns instead of column layout managersWilliam Victor Mote2003-08-263-14/+18
| | | | | | | | 2. move fo/flow/TableColumn.getLayoutManager() to layoutmgr/AddLMVisitor.getTableColumnLayoutManager() 3. have layoutmgr/AddLMVisitor.serveVisitor(Table node) loop through the fo/flow/Table.columns collection and build its layout manager collection from it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196849 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importWilliam Victor Mote2003-08-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196848 13f79535-47bb-0310-9956-ffa450edef68
* don't try to create bookmarks in output unless there are some in the input ↵William Victor Mote2003-08-262-1/+4
| | | | | | (getting NPE) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196847 13f79535-47bb-0310-9956-ffa450edef68
* remove invalid importsWilliam Victor Mote2003-08-262-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196846 13f79535-47bb-0310-9956-ffa450edef68
* move extensions package to fo.extensions (primarily to show that these ↵William Victor Mote2003-08-2610-18/+24
| | | | | | classes are only related to the FO Tree itself) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196845 13f79535-47bb-0310-9956-ffa450edef68
* remove unused fieldWilliam Victor Mote2003-08-261-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196844 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/PageNumberCitation.getInlineArea() to ↵William Victor Mote2003-08-262-54/+56
| | | | | | layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196843 13f79535-47bb-0310-9956-ffa450edef68
* remove unused fieldWilliam Victor Mote2003-08-261-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196842 13f79535-47bb-0310-9956-ffa450edef68
* change cryptic method nameWilliam Victor Mote2003-08-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196841 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/ListItemLabel.getItemLayoutManager() to ↵William Victor Mote2003-08-262-12/+12
| | | | | | layoutmgr/AddLMVisitor.getListItemLabelLayoutManager() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196840 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importWilliam Victor Mote2003-08-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196839 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/ListItemBody.getItemLayoutManager() to ↵William Victor Mote2003-08-252-13/+13
| | | | | | layoutmgr/AddLMVisitor.getListItemBodyLayoutManager() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196838 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()William Victor Mote2003-08-252-12/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196837 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded field fo/flow/Leader.leaderAreaWilliam Victor Mote2003-08-254-19/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196836 13f79535-47bb-0310-9956-ffa450edef68
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to ↵William Victor Mote2003-08-243-170/+168
| | | | | | | | | layoutmgr/AddLMVisitor.getIFOInlineArea() 2. remove unneeded field fo/flow/InstreamForeignObject.areaCurrent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196835 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/ExternalGraphic.getInlineArea() to ↵William Victor Mote2003-08-242-35/+49
| | | | | | layoutmgr/AddLMVisitor.getExternalGraphicInlineArea() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196834 13f79535-47bb-0310-9956-ffa450edef68
* move fo/flow/Character.getInlineArea() to ↵William Victor Mote2003-08-242-12/+12
| | | | | | layoutmgr/AddLMVisitor.getCharacterInlineArea() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196833 13f79535-47bb-0310-9956-ffa450edef68
* make area/CTM.getCTMandRelDims() more general by decoupling it from ↵William Victor Mote2003-08-244-10/+14
| | | | | | fo/PropertyManager git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196832 13f79535-47bb-0310-9956-ffa450edef68
* move property resolution logic from area/CTM.getCTMandRelDims() back to ↵William Victor Mote2003-08-242-5/+8
| | | | | | fo/PropertyManager git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196831 13f79535-47bb-0310-9956-ffa450edef68
* add workaround for property absolute-position not implementedWilliam Victor Mote2003-08-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196830 13f79535-47bb-0310-9956-ffa450edef68
* move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ↵William Victor Mote2003-08-235-88/+86
| | | | | | adding PropertyManager as a parameter, and making the method static. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196829 13f79535-47bb-0310-9956-ffa450edef68
* clean up some gump javadoc warningsWilliam Victor Mote2003-08-236-43/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196828 13f79535-47bb-0310-9956-ffa450edef68
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration ↵William Victor Mote2003-08-2255-37/+57
| | | | | | information for the application as a whole git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196827 13f79535-47bb-0310-9956-ffa450edef68
* 1. move renderer initialization work from FOTreeHandler to DriverWilliam Victor Mote2003-08-222-35/+13
| | | | | | | 2. clean up related FOTreeHandler constructor git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196826 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-08-2232-108/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196825 13f79535-47bb-0310-9956-ffa450edef68
* style/javadoc changes onlyWilliam Victor Mote2003-08-221-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196824 13f79535-47bb-0310-9956-ffa450edef68
* 1. remove unused fieldWilliam Victor Mote2003-08-221-5/+17
| | | | | | | 2. some checkstyle/javadoc changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196823 13f79535-47bb-0310-9956-ffa450edef68
* style/javadoc changes onlyWilliam Victor Mote2003-08-211-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196822 13f79535-47bb-0310-9956-ffa450edef68
* move extensions/Outline.getData() to ↵William Victor Mote2003-08-212-20/+30
| | | | | | layoutmgr/LayoutManagerLS.createBookmarkData() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196821 13f79535-47bb-0310-9956-ffa450edef68
* move extensions/BookmarkData to area/extensions/BookmarkDataWilliam Victor Mote2003-08-214-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196820 13f79535-47bb-0310-9956-ffa450edef68
* Examples 8-11 added to check:Glen Mazza2003-08-201-12/+323
| | | | | | | | | | 1) implementation of border properties (border-color, border-width, border-style, etc.) at the fo:table-row and fo:table-column level. 2) border property conflict resolutions as defined in CSS2 standard at http://www.w3.org/TR/REC-CSS2/tables.html#border-conflict-resolution git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196819 13f79535-47bb-0310-9956-ffa450edef68
* move logic for creating bookmarks/outlines in the area tree from ↵William Victor Mote2003-08-207-30/+64
| | | | | | extensions/Bookmarks to layoutmgr/LayoutManagerLS git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196818 13f79535-47bb-0310-9956-ffa450edef68
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-2027-31/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196817 13f79535-47bb-0310-9956-ffa450edef68
* style/javadoc changes onlyWilliam Victor Mote2003-08-206-7/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196816 13f79535-47bb-0310-9956-ffa450edef68
* move startup of laying out a PageSequence from PageSequence.format() and ↵William Victor Mote2003-08-205-63/+91
| | | | | | Document.foPageSequenceComplete to the LayoutStrategy implementation (layoutmgr/LayoutManagerLS) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196815 13f79535-47bb-0310-9956-ffa450edef68
* move some fields and methods from Driver to DocumentWilliam Victor Mote2003-08-203-58/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196814 13f79535-47bb-0310-9956-ffa450edef68
* Deprecated (since mid-2001) setRenderer(rendererClassName, version) method ↵Glen Mazza2003-08-191-18/+12
| | | | | | | | | | removed. Fix to Bug 22561: Driver.run() incorrectly setting output type to PDF for the structure (MIF and RTF) types. Submitted by: Michael Cosby (michael at cosby dot dhs dot org). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196813 13f79535-47bb-0310-9956-ffa450edef68
* more FO Tree isolation workWilliam Victor Mote2003-08-1916-78/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196812 13f79535-47bb-0310-9956-ffa450edef68
* create fo/FOTreeControl interface, and make control/Document implement it, ↵William Victor Mote2003-08-199-37/+111
| | | | | | to further encapsulate the FO Tree git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196811 13f79535-47bb-0310-9956-ffa450edef68
* remove unused interfaceWilliam Victor Mote2003-08-191-76/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196810 13f79535-47bb-0310-9956-ffa450edef68
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of ↵William Victor Mote2003-08-1988-888/+2238
| | | | | | | | | | Visitor concept, see item 2) 2. Add fo/FOTreeVisitor and layoutmgr/AddLMVisitor 3. Remove all occurrences of addLayoutManager in fo/FObj subclasses, replacing them with equivalent methods in AddLMVisitor git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196809 13f79535-47bb-0310-9956-ffa450edef68