| Commit message (Expand) | Author | Age | Files | Lines |
* | style/javadoc changes only | William Victor Mote | 2003-08-21 | 1 | -4/+5 |
* | move extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmark... | William Victor Mote | 2003-08-21 | 2 | -20/+30 |
* | move extensions/BookmarkData to area/extensions/BookmarkData | William Victor Mote | 2003-08-21 | 4 | -4/+5 |
* | move logic for creating bookmarks/outlines in the area tree from extensions/B... | William Victor Mote | 2003-08-20 | 7 | -30/+64 |
* | move control/Document to apps/Document | William Victor Mote | 2003-08-20 | 27 | -31/+34 |
* | style/javadoc changes only | William Victor Mote | 2003-08-20 | 6 | -7/+43 |
* | move startup of laying out a PageSequence from PageSequence.format() and Docu... | William Victor Mote | 2003-08-20 | 5 | -63/+91 |
* | move some fields and methods from Driver to Document | William Victor Mote | 2003-08-20 | 3 | -58/+68 |
* | Deprecated (since mid-2001) setRenderer(rendererClassName, version) method re... | Glen Mazza | 2003-08-19 | 1 | -18/+12 |
* | more FO Tree isolation work | William Victor Mote | 2003-08-19 | 16 | -78/+93 |
* | create fo/FOTreeControl interface, and make control/Document implement it, to... | William Victor Mote | 2003-08-19 | 9 | -37/+111 |
* | remove unused interface | William Victor Mote | 2003-08-19 | 1 | -76/+0 |
* | 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit... | William Victor Mote | 2003-08-19 | 88 | -888/+2238 |
* | 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root | William Victor Mote | 2003-08-16 | 8 | -23/+59 |
* | 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 | 11 | -67/+91 |
* | move font constants from control.Document to fonts.Font | William Victor Mote | 2003-08-14 | 8 | -183/+186 |
* | 1. add infrastructure for LayoutStrategy | William Victor Mote | 2003-08-14 | 4 | -0/+288 |
* | move layout.FontState to fonts.Font | William Victor Mote | 2003-08-14 | 16 | -70/+75 |
* | move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState... | William Victor Mote | 2003-08-14 | 11 | -24/+24 |
* | 1. create control package | William Victor Mote | 2003-08-14 | 34 | -476/+485 |
* | clean up documentation of new code and some checkstyle problems | William Victor Mote | 2003-08-13 | 3 | -9/+60 |
* | 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 | 4 | -92/+12 |
* | Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th... | Glen Mazza | 2003-08-12 | 9 | -18/+17 |
* | move render.pdf.FontReader to fonts.FontReader | William Victor Mote | 2003-08-12 | 2 | -22/+15 |
* | move the "common" property classes from layout to fo.properties, renaming the... | William Victor Mote | 2003-08-12 | 55 | -490/+501 |
* | 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o... | William Victor Mote | 2003-08-12 | 2 | -0/+154 |
* | 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o... | William Victor Mote | 2003-08-12 | 6 | -74/+139 |
* | 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. | Glen Mazza | 2003-08-11 | 5 | -167/+76 |
* | 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 | 4 | -36/+38 |
* | Fix: setOptions() for AWTRenderer not being called. | Glen Mazza | 2003-08-08 | 1 | -0/+1 |
* | Removed empty setProducer() from AWTRenderer; can rely on base class. | Glen Mazza | 2003-08-08 | 1 | -3/+0 |
* | 1. To facilitate comprehension of the Renderer classes, added the remaining ... | Glen Mazza | 2003-08-07 | 8 | -74/+28 |
* | 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 | 7 | -48/+17 |
* | PrinterJob setup and construction moved from Driver to AWTPrintRenderer class... | Glen Mazza | 2003-08-02 | 3 | -35/+21 |
* | 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 |
* | Patch 21381: New "force" attribute added to FOP task, update to documentation. | Glen Mazza | 2003-07-30 | 1 | -7/+50 |
* | 1.) Moved the business logic for determining which starter to create from app... | Glen Mazza | 2003-07-29 | 2 | -38/+22 |
* | beef up the javadoc comments explaining what these classes do | William Victor Mote | 2003-07-29 | 3 | -7/+20 |
* | move layoutmgr/LayoutHandler to fo/FOTreeHandler: | William Victor Mote | 2003-07-29 | 3 | -8/+8 |
* | rename StructureHandler to FOInputHandler to clarify that its subclasses are ... | William Victor Mote | 2003-07-29 | 18 | -199/+199 |
* | PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr... | Glen Mazza | 2003-07-27 | 5 | -146/+33 |