aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 652456,652465,652467,652520,652525,652565,652581-652582,6526...Adrian Cumiskey2008-05-021-8/+11
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-9/+20
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-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
* 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