aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-5/+5
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-1/+1
* move renderXML() from apps/FOUserAgent to render/AbstractRendererWilliam Victor Mote2003-08-281-1/+1
* move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to rend...William Victor Mote2003-08-281-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-1/+2
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-208-11/+12
* more FO Tree isolation workWilliam Victor Mote2003-08-191-2/+3
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-1/+1
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-4/+4
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-142-19/+21
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-142-6/+6
* 1. create control packageWilliam Victor Mote2003-08-148-164/+168
* 1. To facilitate comprehension of the Renderer classes, added the remaining ...Glen Mazza2003-08-071-10/+0
* moved to org.apache.fop.utilJeremias Maerki2003-07-045-764/+0
* Save PS interpreter memory by starting the procs only once.Jeremias Maerki2003-07-041-1/+1
* Static method accessed in static manner.Peter Bernard West2003-06-201-6/+6
* Fix character set problems with Type 1 fonts Jeremias Maerki2003-06-021-7/+41
* Clean up javadoc warnings.William Victor Mote2003-04-261-1/+1
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-252-34/+34
* Adjust for method move. Fixes compile error. Jeremias Maerki2003-04-181-1/+1
* Moved all procsets out to PSProcSets. Jeremias Maerki2003-04-174-52/+101
* Is now subclass of AbstractFOPTranscoder.Jeremias Maerki2003-03-271-166/+4
* Added the basic infrastructure for the PostScript Transcoder. Works, but outp...Jeremias Maerki2003-03-124-17/+750
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1114-0/+4642