83 Commits (7272aa03a527a18ff85a15e1d1137fe7d65adfae)

Author SHA1 Message Date
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Glen Mazza d2fa99c9d8 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP. 20 years ago
  Jeremias Maerki 229bd99542 Copyright year update and enable keyword subst. 20 years ago
  Jeremias Maerki 31be421a7d Move FOTreeListener registration and removal into getContentHandler() to fix SAX use case as demonstrated in ExampleXML2PDF. 20 years ago
  William Victor Mote 68fda9f09d 1. add method to LayoutStrategy indicating whether an FO Tree should be built for this strategy 20 years ago
  Jeremias Maerki 14965c1b96 Now all setup code is moved from render() to getContentHandler() except for the FOTreeListener. 20 years ago
  Jeremias Maerki caa333a6f6 Another fix, making Area Tree Renderers work again. Damn, when am I going to get it right? 20 years ago
  Jeremias Maerki c7e472f981 Fix Document construction in getContentHandler() (it was done too late) 20 years ago
  Jeremias Maerki 4204dac63e Tried to fix basic driver tests but didn't manage, yet. 20 years ago
  Glen Mazza 46f10d88ac RTF structural renderer moved from root to render.rtf, joining all the other renderers 20 years ago
  Glen Mazza 916a7752a0 Moved mif package (including structural renderer MIFHandler.java) to 20 years ago
  Glen Mazza deaa8b9780 Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads 20 years ago
  Glen Mazza 6d81c8e149 Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624, submitted by Julien Cervelle). 20 years ago
  William Victor Mote 87cc1c460d move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so that it automatically occurs for all LayoutStrategies 20 years ago
  William Victor Mote 15a4ac370a 1. add an AreaTreeControl interface 20 years ago
  William Victor Mote ff33865233 port maintenance branch improvements in apps/FOPException to the trunk 20 years ago
  William Victor Mote d8355f632a add accessor methods for currentDocument 20 years ago
  William Victor Mote 9fa86e61c0 set the (default) LayoutStrategy only if it has not been set already 20 years ago
  William Victor Mote ff2664061e remove unneeded reference to Renderer from within the area package 20 years ago
  William Victor Mote 2e6fa5b59d Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in a higher level class (currently Driver), and accessing it from there. Cleaner design, uses less memory, at the expense of some additional processing time to come up the tree to find the information. 20 years ago
  William Victor Mote fa38778ac0 Remove all storage of fo/FOInputHandler from within the FO Tree itself, in favor of storing it one time in apps/Document and getting it from there when needed. Makes everything cleaner, and uses less memory, at the probable expense of some processing time (to go up the tree to get to Document). 20 years ago
  William Victor Mote 86fbe7d31c move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document) 20 years ago
  William Victor Mote 88809bc4ab style/javadoc changes only 20 years ago
  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 29bf2f3126 don't try to create bookmarks in output unless there are some in the input (getting NPE) 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 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 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 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 7d04f44b9d create fo/FOTreeControl interface, and make control/Document implement it, to further encapsulate the FO Tree 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 7e193dfed7 1. integrate Document and LayoutStrategy into workflow 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 178c650dde 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  Glen Mazza d5dc8afb24 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. 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