aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
...
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-121-4/+58
* 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.Glen Mazza2003-08-113-138/+8
* 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-101-13/+5
* Fix: setOptions() for AWTRenderer not being called.Glen Mazza2003-08-081-0/+1
* 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-044-43/+12
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...Glen Mazza2003-08-021-13/+2
* 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
* 1.) Moved the business logic for determining which starter to create from app...Glen Mazza2003-07-292-38/+22
* move layoutmgr/LayoutHandler to fo/FOTreeHandler:William Victor Mote2003-07-291-2/+2
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-12/+12
* PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...Glen Mazza2003-07-274-145/+32
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-277-52/+34
* style changes onlyWilliam Victor Mote2003-07-171-11/+11
* Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer define...Glen Mazza2003-07-101-107/+5
* style changes onlyWilliam Victor Mote2003-07-052-29/+53
* extract a bunch of methods out of parseOptions(), mostly to satisfy checkstyl...William Victor Mote2003-07-051-129/+196
* FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuil...Glen Mazza2003-07-041-136/+3
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-293-887/+6
* Java style array bracketsPeter Bernard West2003-06-201-1/+1
* Array brackets movedPeter Bernard West2003-06-201-1/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-1710-927/+222
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-1710-222/+927
* Take over InputHandler code from maintenance branch. Jeremias Maerki2003-06-025-108/+142
* Make more dummy-safe (more verbose error messages). Jeremias Maerki2003-06-021-4/+34
* Add missing setParserFeatures() Jeremias Maerki2003-05-141-0/+1
* Fix checkstyle problems.William Victor Mote2003-05-062-57/+283
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-062-8/+4
* Make StructureHandler and most of its methods abstract. It is never instantia...William Victor Mote2003-05-062-147/+202
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-12/+12
* Make parser namespace-aware so the run() method works with XSL-FO files as in...Jeremias Maerki2003-03-121-2/+4
* Give a good message if the Driver isn't initialized.Jeremias Maerki2003-03-121-0/+5
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1116-0/+3586