83 Комити (7272aa03a527a18ff85a15e1d1137fe7d65adfae)

Аутор SHA1 Порука Датум
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. пре 20 година
  Glen Mazza d2fa99c9d8 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP. пре 20 година
  Jeremias Maerki 229bd99542 Copyright year update and enable keyword subst. пре 20 година
  Jeremias Maerki 31be421a7d Move FOTreeListener registration and removal into getContentHandler() to fix SAX use case as demonstrated in ExampleXML2PDF. пре 20 година
  William Victor Mote 68fda9f09d 1. add method to LayoutStrategy indicating whether an FO Tree should be built for this strategy пре 20 година
  Jeremias Maerki 14965c1b96 Now all setup code is moved from render() to getContentHandler() except for the FOTreeListener. пре 20 година
  Jeremias Maerki caa333a6f6 Another fix, making Area Tree Renderers work again. Damn, when am I going to get it right? пре 20 година
  Jeremias Maerki c7e472f981 Fix Document construction in getContentHandler() (it was done too late) пре 20 година
  Jeremias Maerki 4204dac63e Tried to fix basic driver tests but didn't manage, yet. пре 20 година
  Glen Mazza 46f10d88ac RTF structural renderer moved from root to render.rtf, joining all the other renderers пре 20 година
  Glen Mazza 916a7752a0 Moved mif package (including structural renderer MIFHandler.java) to пре 20 година
  Glen Mazza deaa8b9780 Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads пре 20 година
  Glen Mazza 6d81c8e149 Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624, submitted by Julien Cervelle). пре 20 година
  William Victor Mote 87cc1c460d move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so that it automatically occurs for all LayoutStrategies пре 20 година
  William Victor Mote 15a4ac370a 1. add an AreaTreeControl interface пре 20 година
  William Victor Mote ff33865233 port maintenance branch improvements in apps/FOPException to the trunk пре 20 година
  William Victor Mote d8355f632a add accessor methods for currentDocument пре 20 година
  William Victor Mote 9fa86e61c0 set the (default) LayoutStrategy only if it has not been set already пре 20 година
  William Victor Mote ff2664061e remove unneeded reference to Renderer from within the area package пре 21 година
  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. пре 21 година
  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). пре 21 година
  William Victor Mote 86fbe7d31c move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document) пре 21 година
  William Victor Mote 88809bc4ab style/javadoc changes only пре 21 година
  William Victor Mote c9b2e2ded3 move renderXML() from apps/FOUserAgent to render/AbstractRenderer пре 21 година
  William Victor Mote 4a261ae9e7 move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer пре 21 година
  William Victor Mote 29bf2f3126 don't try to create bookmarks in output unless there are some in the input (getting NPE) пре 21 година
  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 година
  William Victor Mote 8b7ea7cc1d clean up some gump javadoc warnings пре 21 година
  William Victor Mote f3d66dcd78 move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole пре 21 година
  William Victor Mote 328515606d 1. move renderer initialization work from FOTreeHandler to Driver пре 21 година
  William Victor Mote e6a01a4768 move logic for creating bookmarks/outlines in the area tree from extensions/Bookmarks to layoutmgr/LayoutManagerLS пре 21 година
  William Victor Mote 2cec25c372 move control/Document to apps/Document пре 21 година
  William Victor Mote 159d36187b style/javadoc changes only пре 21 година
  William Victor Mote 357889deef move some fields and methods from Driver to Document пре 21 година
  Glen Mazza 0b1b6d6ce4 Deprecated (since mid-2001) setRenderer(rendererClassName, version) method removed. пре 21 година
  William Victor Mote 7d04f44b9d create fo/FOTreeControl interface, and make control/Document implement it, to further encapsulate the FO Tree пре 21 година
  William Victor Mote 4a4027028e 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) пре 21 година
  William Victor Mote 4f07da1245 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root пре 21 година
  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 година
  William Victor Mote ffad89dfe1 add back test to make sure a renderer is present, which is needed for StructureRenderers пре 21 година
  William Victor Mote 7e193dfed7 1. integrate Document and LayoutStrategy into workflow пре 21 година
  William Victor Mote 16b9bd4ab9 clean up documentation of new code and some checkstyle problems пре 21 година
  Glen Mazza cbf102e3fa 1.) CommandLineStarter removed, its functionality placed directly into Fop.main(). пре 21 година
  Glen Mazza d7b04acaec 1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler). пре 21 година
  Glen Mazza 23bc2abd07 Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new FOInputHandler in the fo package. пре 21 година
  William Victor Mote 178c650dde 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object пре 21 година
  Glen Mazza d5dc8afb24 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. пре 21 година
  William Victor Mote 5db8037bd0 set up render(XMLReader, InputSource) as the main render() method, and normalize render(Document document) to this form. пре 21 година
  William Victor Mote c0dc4d099d fix minor checkstyle errors пре 21 година
  William Victor Mote 9b19c60f0d some javadoc changes пре 21 година