| Commit message (Expand) | Author | Age | Files | Lines |
* | move renderXML() from apps/FOUserAgent to render/AbstractRenderer | William Victor Mote | 2003-08-28 | 1 | -39/+0 |
* | move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend... | William Victor Mote | 2003-08-28 | 1 | -26/+2 |
* | don't try to create bookmarks in output unless there are some in the input (g... | William Victor Mote | 2003-08-26 | 1 | -1/+1 |
* | move extensions package to fo.extensions (primarily to show that these classe... | William Victor Mote | 2003-08-26 | 1 | -1/+1 |
* | clean up some gump javadoc warnings | William Victor Mote | 2003-08-23 | 1 | -1/+1 |
* | move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat... | William Victor Mote | 2003-08-22 | 2 | -1/+251 |
* | 1. move renderer initialization work from FOTreeHandler to Driver | William Victor Mote | 2003-08-22 | 1 | -1/+12 |
* | move logic for creating bookmarks/outlines in the area tree from extensions/B... | William Victor Mote | 2003-08-20 | 2 | -2/+12 |
* | move control/Document to apps/Document | William Victor Mote | 2003-08-20 | 2 | -1/+353 |
* | style/javadoc changes only | William Victor Mote | 2003-08-20 | 1 | -4/+0 |
* | move some fields and methods from Driver to Document | William Victor Mote | 2003-08-20 | 1 | -56/+7 |
* | Deprecated (since mid-2001) setRenderer(rendererClassName, version) method re... | Glen Mazza | 2003-08-19 | 1 | -18/+12 |
* | create fo/FOTreeControl interface, and make control/Document implement it, to... | William Victor Mote | 2003-08-19 | 1 | -1/+1 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 1 | -1/+1 |
* | 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root | William Victor Mote | 2003-08-16 | 1 | -0/+1 |
* | Removed error message when logger not explicitly set; Driver will continue to... | Glen Mazza | 2003-08-15 | 1 | -1/+1 |
* | add back test to make sure a renderer is present, which is needed for Structu... | William Victor Mote | 2003-08-15 | 1 | -15/+17 |
* | 1. integrate Document and LayoutStrategy into workflow | William Victor Mote | 2003-08-15 | 1 | -5/+21 |
* | clean up documentation of new code and some checkstyle problems | William Victor Mote | 2003-08-13 | 1 | -4/+29 |
* | 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma... | Glen Mazza | 2003-08-12 | 3 | -143/+44 |
* | 1. FOPTaskStarter separated from Starter class (was not using latter's InputH... | Glen Mazza | 2003-08-12 | 3 | -89/+9 |
* | Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th... | Glen Mazza | 2003-08-12 | 4 | -9/+8 |
* | 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o... | William Victor Mote | 2003-08-12 | 1 | -4/+58 |
* | 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. | Glen Mazza | 2003-08-11 | 3 | -138/+8 |
* | set up render(XMLReader, InputSource) as the main render() method, and normal... | William Victor Mote | 2003-08-11 | 1 | -21/+9 |
* | fix minor checkstyle errors | William Victor Mote | 2003-08-11 | 1 | -2/+1 |
* | some javadoc changes | William Victor Mote | 2003-08-11 | 1 | -7/+7 |
* | Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer. | Glen Mazza | 2003-08-10 | 1 | -13/+5 |
* | Fix: setOptions() for AWTRenderer not being called. | Glen Mazza | 2003-08-08 | 1 | -0/+1 |
* | Safer handling of treebuilder variable within Driver.reset(), also Driver.set... | Glen Mazza | 2003-08-05 | 1 | -1/+8 |
* | 1) Command-line option -l now sets default locale for entire instance, not ju... | Glen Mazza | 2003-08-04 | 2 | -19/+4 |
* | 1.) only partly implemented Run() function removed from InputHandler and its ... | Glen Mazza | 2003-08-04 | 4 | -43/+12 |
* | PrinterJob setup and construction moved from Driver to AWTPrintRenderer class... | Glen Mazza | 2003-08-02 | 1 | -13/+2 |
* | 1. Moved the XMLReader createParser() functionality from abstract class Inpu... | Glen Mazza | 2003-08-02 | 4 | -48/+32 |
* | XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler... | Glen Mazza | 2003-07-31 | 2 | -230/+95 |
* | 1.) Moved the business logic for determining which starter to create from app... | Glen Mazza | 2003-07-29 | 2 | -38/+22 |
* | move layoutmgr/LayoutHandler to fo/FOTreeHandler: | William Victor Mote | 2003-07-29 | 1 | -2/+2 |
* | rename StructureHandler to FOInputHandler to clarify that its subclasses are ... | William Victor Mote | 2003-07-29 | 1 | -12/+12 |
* | PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr... | Glen Mazza | 2003-07-27 | 4 | -145/+32 |
* | Created a new overloaded method Driver.render(InputHandler), simplifies inter... | Glen Mazza | 2003-07-27 | 7 | -52/+34 |
* | style changes only | William Victor Mote | 2003-07-17 | 1 | -11/+11 |
* | Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer define... | Glen Mazza | 2003-07-10 | 1 | -107/+5 |
* | style changes only | William Victor Mote | 2003-07-05 | 2 | -29/+53 |
* | extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyl... | William Victor Mote | 2003-07-05 | 1 | -129/+196 |
* | FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuil... | Glen Mazza | 2003-07-04 | 1 | -136/+3 |
* | Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ... | Glen Mazza | 2003-06-29 | 3 | -887/+6 |
* | Java style array brackets | Peter Bernard West | 2003-06-20 | 1 | -1/+1 |
* | Array brackets moved | Peter Bernard West | 2003-06-20 | 1 | -1/+1 |
* | Revert refactoring of Driver to Session. Files affected should be identical t... | William Victor Mote | 2003-06-17 | 10 | -927/+222 |
* | 1. Copy apps.Driver to apps.Session. | William Victor Mote | 2003-06-17 | 10 | -222/+927 |