aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
...
* PR:Glen Mazza2004-10-241-2/+2
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-8/+34
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-241-2/+3
* Avoid throwing exceptions from ctor, the logger is lost in that case.Finn Bock2004-09-132-10/+12
* Bugzilla patch 31162:Jeremias Maerki2004-09-112-24/+39
* Calculating the resolution value instead of writing down the constant is more...Jeremias Maerki2004-09-111-1/+1
* Removed unneded import statements.Finn Bock2004-09-091-1/+0
* Minor edits.Glen Mazza2004-08-221-11/+3
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-254-191/+86
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-253-119/+12
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-246-167/+123
* Removed redundant check for invalid render type.Glen Mazza2004-07-201-5/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-202-35/+18
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-205-153/+72
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-191-11/+8
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-192-58/+41
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-181-3/+8
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-182-36/+7
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-162-61/+26
* Minor edit, fixed commenting.Glen Mazza2004-07-141-2/+1
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-141-60/+5
* PR:Glen Mazza2004-07-131-66/+17
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-131-2/+2
* Correction to the javadocSimon Pepping2004-07-091-1/+1
* Implementing user configuration file.Simon Pepping2004-07-092-2/+90
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-091-1/+1
* PR:Glen Mazza2004-07-073-613/+8
* This change abstracts the Renderer away from FOTreeHandler as follows:Glen Mazza2004-07-061-1/+1
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-053-2/+589
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-272-101/+75
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-264-170/+65
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-255-48/+57
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-235-39/+75
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-223-11/+21
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-203-56/+18
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-201-1/+0
* 1. ProxyContentHandler no longer needed.Glen Mazza2004-06-201-25/+4
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-192-92/+3
* Unused apps.Document object removed from FOTreeBuilder.Glen Mazza2004-06-181-1/+0
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-182-27/+1
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-172-18/+9
* Correction to text message of previous patch: No-parameter constructor create...Glen Mazza2004-06-171-0/+1
* No-constructor loader created for Area Tree.Glen Mazza2004-06-171-1/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-22/+0
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-152-3/+2
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-22/+2
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-131-2/+1
* Removed unneeded getCurrentDocument() again from Driver.Glen Mazza2004-06-131-8/+0
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-27/+0