aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-279-76/+36
* clean up some gump javadoc warningsWilliam Victor Mote2003-07-264-4/+4
* style changes onlyWilliam Victor Mote2003-07-173-34/+47
* style changes onlyWilliam Victor Mote2003-07-1712-81/+195
* style changes onlyWilliam Victor Mote2003-07-173-51/+99
* style changes onlyWilliam Victor Mote2003-07-175-50/+178
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-1712-32/+41
* style changes onlyWilliam Victor Mote2003-07-161-7/+137
* style changes onlyWilliam Victor Mote2003-07-163-20/+137
* cleanup some gump javadoc warningsWilliam Victor Mote2003-07-163-4/+3
* style changes onlyWilliam Victor Mote2003-07-153-37/+109
* style changes onlyWilliam Victor Mote2003-07-155-40/+102
* style changes onlyWilliam Victor Mote2003-07-145-63/+152
* style changes onlyWilliam Victor Mote2003-07-145-61/+145
* remove unused local variablesWilliam Victor Mote2003-07-141-37/+10
* style changes onlyWilliam Victor Mote2003-07-146-68/+138
* remove unused local variables in getInlineArea()William Victor Mote2003-07-141-22/+0
* extract methods computeXOffset() and computeYOffset() from getInlineArea()William Victor Mote2003-07-141-40/+50
* style changes onlyWilliam Victor Mote2003-07-137-76/+184