aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-0/+6
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-1/+1
* Javadoc fixes.Jeremias Maerki2005-10-271-20/+0
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-1/+2
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-7/+2
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-051-2/+26
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-12/+97
* Character positioning array can easily become too long so break them after ev...Jeremias Maerki2005-08-291-1/+5
* Fix problem with SVG painting. ET was not sent.Jeremias Maerki2005-08-261-0/+1
* Add support for character area.Jeremias Maerki2005-08-261-2/+17
* Bugfix for block-container-abs6 which didn't paint correctly in PostScript af...Jeremias Maerki2005-08-251-0/+1
* Kerning is currently not supported by the layout engine, so disable it for PD...Jeremias Maerki2005-08-251-1/+11
* Improved text painting for PostScript (including letter-space and word-space) Jeremias Maerki2005-08-241-70/+82
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-231-3/+11
* Rename PSXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-211-7/+7
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-211-364/+395
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Ported an important page setup instruction from the branch. GhostScript, for ...Jeremias Maerki2005-07-281-1/+7
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-4/+4
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-5/+3
* PR:Glen Mazza2005-02-061-1/+1
* PR:Glen Mazza2004-11-241-1/+1
* Deleted unused imports.Finn Bock2004-10-111-2/+0
* Make fonts configurable for PS Renderer and now use PrintRenderer as base cla...Jeremias Maerki2004-10-101-13/+10
* 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
* Implementing user configuration file.Simon Pepping2004-07-091-0/+5
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-1/+1
* 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-121-1/+1
* PR:Glen Mazza2004-04-221-10/+9
* Some improvements on the quality fallback for text (use stroking when in doub...Jeremias Maerki2004-04-031-0/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 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
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-3/+3
* Substantial refactoring of the PS transcoder (especially the text painting, l...Jeremias Maerki2003-11-071-50/+29
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-5/+5
* *** empty log message ***Joerg Pietschmann2003-09-191-0/+1
* 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 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-221-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* more FO Tree isolation workWilliam Victor Mote2003-08-191-2/+3
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-3/+3
* 1. create control packageWilliam Victor Mote2003-08-141-53/+55