2784 Commits (6a3a2aae05bfc60cdfb265f6ebed26bdf110c55e)
 

Author SHA1 Message Date
  William Victor Mote e6a01a4768 move logic for creating bookmarks/outlines in the area tree from extensions/Bookmarks to layoutmgr/LayoutManagerLS 21 years ago
  William Victor Mote 2cec25c372 move control/Document to apps/Document 21 years ago
  William Victor Mote 159d36187b style/javadoc changes only 21 years ago
  William Victor Mote 622b573247 move startup of laying out a PageSequence from PageSequence.format() and Document.foPageSequenceComplete to the LayoutStrategy implementation (layoutmgr/LayoutManagerLS) 21 years ago
  William Victor Mote 357889deef move some fields and methods from Driver to Document 21 years ago
  Glen Mazza 0b1b6d6ce4 Deprecated (since mid-2001) setRenderer(rendererClassName, version) method removed. 21 years ago
  William Victor Mote 99405051a6 more FO Tree isolation work 21 years ago
  William Victor Mote 7d04f44b9d create fo/FOTreeControl interface, and make control/Document implement it, to further encapsulate the FO Tree 21 years ago
  William Victor Mote 2cc64e8d8d remove unused interface 21 years ago
  William Victor Mote 4a4027028e 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) 21 years ago
  William Victor Mote 4f07da1245 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root 21 years ago
  Glen Mazza c4af88eb88 Removed error message when logger not explicitly set; Driver will continue to use ConsoleLogger as default in such circumstances. (Allows for coding simple command-line processes without needing to explicitly code in Avalon ConsoleLoggers) 21 years ago
  William Victor Mote ffad89dfe1 add back test to make sure a renderer is present, which is needed for StructureRenderers 21 years ago
  William Victor Mote 77affa2371 get generated font files to use new Typeface class name 21 years ago
  William Victor Mote 7e193dfed7 1. integrate Document and LayoutStrategy into workflow 21 years ago
  William Victor Mote 1b1e5f774b move font constants from control.Document to fonts.Font 21 years ago
  William Victor Mote 18a38238f2 1. add infrastructure for LayoutStrategy 21 years ago
  William Victor Mote 0168f923fb move layout.FontState to fonts.Font 21 years ago
  William Victor Mote 5ab871c5a3 move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState to fonts.Font) 21 years ago
  William Victor Mote 1b97da566d 1. create control package 21 years ago
  Glen Mazza 6ebc98e1e1 $Id$ added to get header printed at top of file. 21 years ago
  Glen Mazza f3d3e1fa86 Created a simple example using the DOM Level 2 API for testing/demonstrating FOP's 21 years ago
  William Victor Mote 16b9bd4ab9 clean up documentation of new code and some checkstyle problems 21 years ago
  Glen Mazza cbf102e3fa 1.) CommandLineStarter removed, its functionality placed directly into Fop.main(). 21 years ago
  Glen Mazza d7b04acaec 1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler). 21 years ago
  Glen Mazza 23bc2abd07 Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new FOInputHandler in the fo package. 21 years ago
  William Victor Mote 359acc79fa move render.pdf.FontReader to fonts.FontReader 21 years ago
  William Victor Mote f9bee020b3 move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix 21 years ago
  William Victor Mote f57e3c697d 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  William Victor Mote 178c650dde 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  Christian Geisert ad82a93e90 removed info about old download location 21 years ago
  Glen Mazza d5dc8afb24 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. 21 years ago
  William Victor Mote 81e212cb93 add some doc for fox:continued-label 21 years ago
  William Victor Mote 0f73d1574e 1. add documentation of fox:destination 21 years ago
  William Victor Mote 5db8037bd0 set up render(XMLReader, InputSource) as the main render() method, and normalize render(Document document) to this form. 21 years ago
  William Victor Mote c0dc4d099d fix minor checkstyle errors 21 years ago
  William Victor Mote 9b19c60f0d some javadoc changes 21 years ago
  Glen Mazza bb186499a7 Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer. 21 years ago
  Glen Mazza 7174dd884a Fix: setOptions() for AWTRenderer not being called. 21 years ago
  Glen Mazza 0b64aa5222 Removed empty setProducer() from AWTRenderer; can rely on base class. 21 years ago
  Glen Mazza 830c556f9e 1. To facilitate comprehension of the Renderer classes, added the remaining three methods in the Renderer interface to AbstractRenderer: startRenderer(), stopRenderer(), and setupFontInfo(). SetupFontInfo() remains abstract, the other two have blank definitions. 21 years ago
  Glen Mazza 6d1dd033e9 Safer handling of treebuilder variable within Driver.reset(), also Driver.setRenderer(renderer) will now set the rendererType variable when given an AWTRenderer. 21 years ago
  Glen Mazza cb7e2874f6 1) Command-line option -l now sets default locale for entire instance, not just that of AWTRenderer. 21 years ago
  Glen Mazza 7977d47910 visual nitpicks fixed. 21 years ago
  Glen Mazza 3e4735d411 Updated embedded.xml to give ViewCVS links to HEAD of the JAXP examples at the bottom. 21 years ago
  Glen Mazza 692fe5b08f 1.) only partly implemented Run() function removed from InputHandler and its subclasses; Driver.Run(InputHandler) can be used instead; now all processing centralized in Driver class. 21 years ago
  Glen Mazza c136e1c893 PrinterJob setup and construction moved from Driver to AWTPrintRenderer class. AWTPrintRenderer now be instantiated without a PrinterJob object. (Pending: for embedded programming, may still wish to have a PrinterJob-based constructor for AWTPrintRenderer, or otherwise provide an accessor method to its PrinterJob object.) 21 years ago
  Glen Mazza 25b01542bd 1. Moved the XMLReader createParser() functionality from abstract class InputHandler to FOInputHandler. 21 years ago
  William Victor Mote 46f33b404d update with current trunk statistics 21 years ago
  William Victor Mote 027e530ec7 1. reverse columns 21 years ago