aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSPainter.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2508: TTF bullet missing when OTF usedSimon Steiner2015-07-311-11/+13
* FOP-2432: OTF font NPESimon Steiner2015-02-061-0/+1
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+1
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-141-6/+43
* FOP-2206: Add support for CS placement and escapement data in PS renderer.Glenn Adams2013-02-051-11/+26
* Increased unit test coverage for the PaintersPeter Hancock2012-10-081-3/+8
* Merged trunk@1356765Peter Hancock2012-07-031-31/+10
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-31/+10
* | Merged trunk@1354651Peter Hancock2012-06-291-36/+76
|\|
| * Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-281-1/+9
| |\
| | * Bugzilla #53294: Fix invalid PostScript file being created when font-size is ...Glenn Adams2012-05-251-1/+9
| * | Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051-18/+22
| |\|
| | * apply complex scripts patchGlenn Adams2012-02-261-12/+13
| | * Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-151-8/+5
| | * Added option for PostScript output to optimize for file size rather than qual...Jeremias Maerki2011-04-221-5/+10
| * | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-301-20/+33
| * | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th...Vincent Hennebert2010-08-271-0/+1
| * | Merged changes from Trunk up to revision 990155Vincent Hennebert2010-08-271-4/+4
| |\|
| * | Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-251-3/+4
| |\ \
| * | | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-291-14/+29
* | | | Bugzilla #49913:Jeremias Maerki2010-09-301-2/+17
| |_|/ |/| |
* | | Fixed indentationVincent Hennebert2010-08-271-4/+4
| |/ |/|
* | Bugzilla #49733:Jeremias Maerki2010-08-141-3/+4
|/
* Better error message if a font is missing when generating PS from IF.Jeremias Maerki2010-02-101-0/+3
* Bugzilla #47000:Jeremias Maerki2009-04-201-4/+1
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-30/+89
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-5/+5
* Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-191-4/+4
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-3/+45
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-0/+395