aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-2/+2
* Bugzilla #46705:Jeremias Maerki2009-02-191-2/+2
* Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-191-205/+17
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-138/+28
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-157/+27
* Fixed size of images when vector graphic images are painted using fox:convers...Jeremias Maerki2008-10-201-29/+31
* Fix for ps:ps-page-setup-code.Adrian Cumiskey2008-10-151-35/+35
* Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-141-7/+8
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-94/+94
* Minor javadoc cleanup.Adrian Cumiskey2008-07-091-20/+7
* Some basic cleanup.Adrian Cumiskey2008-06-261-0/+3
* DSC = Document Structuring Conventions!Jeremias Maerki2008-05-011-8/+11
* Merged branchJeremias Maerki2008-04-141-9/+20
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-19/+72
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-6/+0
* Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-11/+13
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-49/+183
* PostScript output now generates the bounding box DSC comments for the whole d...Jeremias Maerki2008-01-101-9/+27
* Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ...Adrian Cumiskey2007-10-261-3/+9
* Fix for ClassCastException if non-PS extension attachments are encountered.Jeremias Maerki2007-10-261-8/+12
* Don't use deprecated useRGBColor() from PSGenerator anymore.Jeremias Maerki2007-10-051-11/+11
* Configuration settings for "language-level" and "optimize-resources" got lost...Jeremias Maerki2007-10-051-16/+49
* Bugzilla #43070Chris Bowditch2007-10-051-29/+75
* Bugzilla #42144Chris Bowditch2007-10-041-67/+208
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-32/+32
* Bugzilla #41831:Jeremias Maerki2007-05-281-21/+0
* Fixed a problem with the auto-rotate-landscape setting in the PostScript rend...Jeremias Maerki2007-03-211-6/+13
* Added support for an optional two-pass production for PostScript output to mi...Jeremias Maerki2007-03-021-38/+201
* Stricter user config file validation.Vincent Hennebert2007-02-141-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-35/+11
* Bugzilla #38946:Jeremias Maerki2006-05-031-19/+16
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-0/+6
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-1/+1
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-37/+61
* Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...Jeremias Maerki2006-01-241-2/+21
* Resurrect the getter/setter for the "auto-rotate-landscape" setting.Jeremias Maerki2006-01-241-0/+14
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-0/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-1/+2
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-3/+3
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-161-9/+6
* 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
* 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