aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
...
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-163-155/+168
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-1/+1
* startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...Jeremias Maerki2005-12-131-5/+8
* Bugfix for placement of text inside a text area when borders are present in P...Jeremias Maerki2005-11-241-1/+1
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-3/+73
* Avoid painting empty rectangles because that can lead to unwanted artifacts.Jeremias Maerki2005-11-151-5/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-143-13/+4
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-4/+4
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-114-1/+147
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-113-8/+14
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-1/+1
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Javadoc fixes.Jeremias Maerki2005-10-271-20/+0
* Bugzilla #37236: Jeremias Maerki2005-10-261-0/+9
* 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
* Fixes a compile error. I used a method from a SVN checkout of Commons IO. Sorry.Jeremias Maerki2005-09-051-2/+2
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-057-93/+307
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-026-12/+444
* Harmonization between the two Graphics2D implementations. Clipping is done af...Jeremias Maerki2005-08-301-9/+18
* Removed unnecessary comments.Jeremias Maerki2005-08-301-8/+0
* 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-242-71/+86
* Fixes unrecoverable exceptions causing BatchDiffer to fail. Jeremias Maerki2005-08-241-1/+6
* Started to implement a resource tracking facility in the PSGenerator. It trac...Jeremias Maerki2005-08-236-144/+369
* Fix the DSC comment (Begin|EndDocument) for EPS files. It wasn't in the right...Jeremias Maerki2005-08-221-3/+9
* Remember the original URI in the FopImage instance. Jeremias Maerki2005-08-222-8/+8
* Rename PSXMLHandler to what it really is: an SVGHandler.Jeremias Maerki2005-08-212-10/+10
* A big step towards a usable PostScript renderer. Jeremias Maerki2005-08-217-481/+786
* 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-252-19/+20
* 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