2784 Commits (6a3a2aae05bfc60cdfb265f6ebed26bdf110c55e)
 

Author SHA1 Message Date
  William Victor Mote c9b2e2ded3 move renderXML() from apps/FOUserAgent to render/AbstractRenderer 21 years ago
  William Victor Mote 4a261ae9e7 move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer 21 years ago
  William Victor Mote e278085577 move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS 21 years ago
  William Victor Mote 3366fdc42d make some classes more readable by reversing the sense of some conditional logic 21 years ago
  William Victor Mote e402792cfd remove region code from /area/RegionReference in favor of those in fo/pagination/Region 21 years ago
  William Victor Mote e16a902f24 duplicate the area.RegionReference region codes in fo/pagination/Region, and use the codes in Region from within the Region subclasses 21 years ago
  William Victor Mote 5f7198cc30 move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager 21 years ago
  William Victor Mote 1fcc56dac4 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager.makeRegionReferenceArea() 21 years ago
  William Victor Mote f5adbf1489 move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region to layoutmgr/PageLayoutManager 21 years ago
  William Victor Mote e4773f1891 remove remaining references to layout/PageMaster (all unused), and remove the class itself 21 years ago
  William Victor Mote 0031ae5295 instead of storing and cloning page reference-area and viewport objects for 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) 21 years ago
  William Victor Mote 16c9bca682 1. extract method getSimpleMasterPageToUse() 21 years ago
  William Victor Mote d7a07d9334 remove unused method 21 years ago
  William Victor Mote 505f8566a9 move field that tracks which SimplePageMaster to use (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager 21 years ago
  William Victor Mote f451df6d75 remove unused imports 21 years ago
  William Victor Mote 7af6b6606d move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager.createSimplePageMasterAreas() 21 years ago
  Glen Mazza 9a8132f754 Update to indicate the border-collapse property is partially implemented (instead of not implemented.) 21 years ago
  Glen Mazza f32ba6592e Updated the tables-collapse property on several tables from "separate" to "collapse". 21 years ago
  William Victor Mote 3191782a31 move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager 21 years ago
  William Victor Mote 76a5d649a7 1. make fo/flow/Table.columns store fo columns instead of column layout managers 21 years ago
  William Victor Mote 766e4e0b0d remove unused import 21 years ago
  William Victor Mote 29bf2f3126 don't try to create bookmarks in output unless there are some in the input (getting NPE) 21 years ago
  William Victor Mote 191ee41cdc remove invalid imports 21 years ago
  William Victor Mote ad5b4cb8e6 move extensions package to fo.extensions (primarily to show that these classes are only related to the FO Tree itself) 21 years ago
  William Victor Mote e77faf0258 remove unused field 21 years ago
  William Victor Mote 9500f729bd move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea() 21 years ago
  William Victor Mote a656c76e52 remove unused field 21 years ago
  William Victor Mote 21eedce645 change cryptic method name 21 years ago
  William Victor Mote 778949aea2 move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemLabelLayoutManager() 21 years ago
  William Victor Mote f919a05818 remove unused import 21 years ago
  William Victor Mote 68e98a0f3d move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemBodyLayoutManager() 21 years ago
  William Victor Mote d6ccd4e7b3 move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD() 21 years ago
  William Victor Mote c5070c8bac remove unneeded field fo/flow/Leader.leaderArea 21 years ago
  William Victor Mote 9efba2fe48 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisitor.getIFOInlineArea() 21 years ago
  William Victor Mote 0153e387c7 move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExternalGraphicInlineArea() 21 years ago
  William Victor Mote 39ebd61de4 move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacterInlineArea() 21 years ago
  William Victor Mote 919202741e make area/CTM.getCTMandRelDims() more general by decoupling it from fo/PropertyManager 21 years ago
  William Victor Mote 86954a715f move property resolution logic from area/CTM.getCTMandRelDims() back to fo/PropertyManager 21 years ago
  William Victor Mote 515b405cc8 add workaround for property absolute-position not implemented 21 years ago
  William Victor Mote 01df94c80f move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), adding PropertyManager as a parameter, and making the method static. 21 years ago
  William Victor Mote 8b7ea7cc1d clean up some gump javadoc warnings 21 years ago
  William Victor Mote f3d66dcd78 move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole 21 years ago
  William Victor Mote 328515606d 1. move renderer initialization work from FOTreeHandler to Driver 21 years ago
  William Victor Mote 250f621fae style changes only 21 years ago
  William Victor Mote a33e88d57e style/javadoc changes only 21 years ago
  William Victor Mote 4f0f7cd4ad 1. remove unused field 21 years ago
  William Victor Mote 5d9996acb0 style/javadoc changes only 21 years ago
  William Victor Mote 5022b1e491 move extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmarkData() 21 years ago
  William Victor Mote 20fefd2a81 move extensions/BookmarkData to area/extensions/BookmarkData 21 years ago
  Glen Mazza d32e7793a8 Examples 8-11 added to check: 21 years ago