aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2005-02-061-1/+1
* Forgot this one when extending FopImageJeremias Maerki2005-01-201-1/+21
* PR:Glen Mazza2004-11-241-1/+1
* Deleted unused imports.Finn Bock2004-10-111-2/+0
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-102-19/+45
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-101-0/+7
* Make fonts configurable for PS Renderer and now use PrintRenderer as base cla...Jeremias Maerki2004-10-101-13/+10
* Emit valid floating point numbers, even when running under a Locale withFinn Bock2004-09-281-3/+5
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-221-2/+2
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-9/+9
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-6/+6
* Implementing user configuration file.Simon Pepping2004-07-091-0/+5
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-233-5/+5
* Disable check for maximum line length because of a problem reported in FOP 0....Jeremias Maerki2004-06-221-1/+9
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-2/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-123-8/+18
* More apps.Document->fonts.FontInfo conversion.Glen Mazza2004-04-247-43/+42
* PR:Glen Mazza2004-04-227-24/+23
* Some improvements on the quality fallback for text (use stroking when in doub...Jeremias Maerki2004-04-037-70/+265
* PR:Glen Mazza2004-03-311-1/+1
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-211-2/+3
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2715-704/+224
* Handle SPACE_START trait for block areas.Finn Bock2004-01-291-2/+2
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-1/+1
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-241-1/+1
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+0
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-032-3/+0
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-202-19/+0
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-123-5/+5
* Substantial refactoring of the PS transcoder (especially the text painting, l...Jeremias Maerki2003-11-0714-814/+1518
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-5/+5
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat...Glen Mazza2003-10-111-107/+31
* Fixed Testcase. Joerg Pietschmann2003-09-271-1/+0
* *** empty log message ***Joerg Pietschmann2003-09-191-0/+1
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-131-1/+1
* Changes to PSTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-5/+11
* remove global import statementsWilliam Victor Mote2003-09-082-2/+0
* clean up some gump javadoc warningsWilliam Victor Mote2003-09-011-2/+2
* 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