aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps
Commit message (Expand)AuthorAgeFilesLines
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-115-43/+15
* initialise driver rather then doing too much in constructorKeiron Liddle2002-03-212-4/+11
* made it easier to add xml handlersKeiron Liddle2002-03-181-3/+8
* set user agent on tree builderKeiron Liddle2002-03-051-0/+1
* use buffered stream and close at the endKeiron Liddle2002-03-041-1/+3
* some preliminary changes to image handlingKeiron Liddle2002-02-211-1/+3
* exit for closing window is only called for the AWTStarter, command lineKeiron Liddle2002-02-201-0/+7
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-082-1/+18
* added message about cvs, fixed compiler optionsKeiron Liddle2001-11-281-0/+1
* removed message handlerKeiron Liddle2001-11-225-22/+13
* clarified error messageKeiron Liddle2001-11-121-2/+3
* Hook up to new LayoutManager process and comment out code used by old layout ...Karen Lease2001-11-111-155/+181
* Remove call to PageSequence.formatKaren Lease2001-11-091-5/+5
* changed the parent to FONodeKeiron Liddle2001-11-092-8/+0
* changed the way that elements and properties are handledKeiron Liddle2001-11-062-3/+3
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-021-0/+4
* removed legacy xt fileKeiron Liddle2001-10-301-213/+0
* *** empty log message ***Keiron Liddle2001-10-301-2/+1
* removed legacy files for xt and xalan 1Keiron Liddle2001-10-301-336/+0
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-261-0/+4
* new area tree and rendering stuffKeiron Liddle2001-10-224-19/+14
* added svg rendererKeiron Liddle2001-10-052-0/+26
* fixed a few awt render problems and a bit more render refactoringKeiron Liddle2001-09-173-7/+10
* improved debugging messages a bitKeiron Liddle2001-09-112-10/+10
* sets the logger on the treebuilder when getting the content handlerKeiron Liddle2001-08-221-1/+1
* put back bookmark extension - not completeKeiron Liddle2001-08-211-0/+18
* changed to new logging for renderersKeiron Liddle2001-08-217-27/+20
* changed to logkit for logging only half doneKeiron Liddle2001-08-207-80/+158
* catches SecurityException for (future) use in security of webstartKeiron Liddle2001-08-141-3/+7
* added option for url in input handlerKeiron Liddle2001-08-142-8/+17
* improved error message a bit if config couldn't be loadedKeiron Liddle2001-08-101-2/+3
* This just moves the marker supporting code from before Mark's patch intoSteve Coffman2001-08-061-0/+41
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-015-300/+288
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-015-96/+385
* don't need to add prop mappings anymoreKeiron Liddle2001-07-311-29/+0
* Formatted code according to code standards.Tore Engvig2001-07-3017-1074/+1061
* combined property list setting into element settingKeiron Liddle2001-07-121-52/+95
* fixed error where configfile was not being setKeiron Liddle2001-07-041-92/+91
* fixed line endingsKeiron Liddle2001-07-049-234/+201
* allows adding mappings from user configKeiron Liddle2001-07-021-1/+13
* command line support for new ps rendererKeiron Liddle2001-06-222-328/+321
* Added patch for loading config via Thread ContextClassLoaderKelly Campbell2001-06-211-2/+15
* exits after finish - prevents the AWT usage from keeping the javaKeiron Liddle2001-06-181-0/+1
* sets baseDir to a URL string rather than a file path stringKeiron Liddle2001-06-051-2/+5
* AHS: support for XMLRendererarved2001-05-203-7/+42
* Seshadri G.K.: memory bufferingarved2001-05-193-3/+43
* Removed uses of System.out where throwing a FOPException should suffice.Kelly Campbell2001-04-1212-289/+382
* adding -text and -pcl options to help textfotis2001-04-021-1/+1
* Backed out System.exit() change. This would be problematic for peopleKelly Campbell2001-03-311-1/+0
* Added explicit System.exit(0) when main is done to work around MacOS XKelly Campbell2001-03-311-0/+1