aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* style/javadoc changes onlyWilliam Victor Mote2003-08-211-4/+5
* move extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmark...William Victor Mote2003-08-212-20/+30
* move extensions/BookmarkData to area/extensions/BookmarkDataWilliam Victor Mote2003-08-214-4/+5
* move logic for creating bookmarks/outlines in the area tree from extensions/B...William Victor Mote2003-08-207-30/+64
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-2027-31/+34
* style/javadoc changes onlyWilliam Victor Mote2003-08-206-7/+43
* move startup of laying out a PageSequence from PageSequence.format() and Docu...William Victor Mote2003-08-205-63/+91
* move some fields and methods from Driver to DocumentWilliam Victor Mote2003-08-203-58/+68
* Deprecated (since mid-2001) setRenderer(rendererClassName, version) method re...Glen Mazza2003-08-191-18/+12
* more FO Tree isolation workWilliam Victor Mote2003-08-1916-78/+93
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-199-37/+111
* remove unused interfaceWilliam Victor Mote2003-08-191-76/+0
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-1988-888/+2238
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-168-23/+59
* Removed error message when logger not explicitly set; Driver will continue to...Glen Mazza2003-08-151-1/+1
* add back test to make sure a renderer is present, which is needed for Structu...William Victor Mote2003-08-151-15/+17
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-1511-67/+91
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-148-183/+186
* 1. add infrastructure for LayoutStrategyWilliam Victor Mote2003-08-144-0/+288
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-1416-70/+75
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-1411-24/+24
* 1. create control packageWilliam Victor Mote2003-08-1434-476/+485
* clean up documentation of new code and some checkstyle problemsWilliam Victor Mote2003-08-133-9/+60
* 1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...Glen Mazza2003-08-123-143/+44
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-124-92/+12
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-129-18/+17
* move render.pdf.FontReader to fonts.FontReaderWilliam Victor Mote2003-08-122-22/+15
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-1255-490/+501
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-122-0/+154
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-126-74/+139
* 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.Glen Mazza2003-08-115-167/+76
* set up render(XMLReader, InputSource) as the main render() method, and normal...William Victor Mote2003-08-111-21/+9
* fix minor checkstyle errorsWilliam Victor Mote2003-08-111-2/+1
* some javadoc changesWilliam Victor Mote2003-08-111-7/+7
* Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.Glen Mazza2003-08-104-36/+38
* Fix: setOptions() for AWTRenderer not being called.Glen Mazza2003-08-081-0/+1
* Removed empty setProducer() from AWTRenderer; can rely on base class.Glen Mazza2003-08-081-3/+0
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-078-74/+28
* Safer handling of treebuilder variable within Driver.reset(), also Driver.set...Glen Mazza2003-08-051-1/+8
* 1) Command-line option -l now sets default locale for entire instance, not ju...Glen Mazza2003-08-042-19/+4
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-047-48/+17
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...Glen Mazza2003-08-023-35/+21
* 1. Moved the XMLReader createParser() functionality from abstract class Inpu...Glen Mazza2003-08-024-48/+32
* XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler...Glen Mazza2003-07-312-230/+95
* Patch 21381: New "force" attribute added to FOP task, update to documentation.Glen Mazza2003-07-301-7/+50
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-292-38/+22
* beef up the javadoc comments explaining what these classes doWilliam Victor Mote2003-07-293-7/+20
* move layoutmgr/LayoutHandler to fo/FOTreeHandler:William Victor Mote2003-07-293-8/+8
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-2918-199/+199
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-275-146/+33