aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-613/+0
* FOP-2448: PDF to PS deduplication of imagesSimon Steiner2015-02-101-8/+35
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-101-2/+2
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-191-1/+1
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-031-2/+0
* Merged in trunk@1356161Mehdi Houshmand2012-07-021-2/+7
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-2/+7
* | Merged in trunk@1353397Mehdi Houshmand2012-06-261-5/+7
|\|
| * Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-221-1/+2
| |\
| * \ Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-281-2/+11
| |\ \
| * \ \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051-1/+0
| |\ \ \
| * | | | Do not issue a warning if renderer configured to output PostScript level 3. T...Vincent Hennebert2010-08-311-6/+10
| * | | | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-291-3/+4
* | | | | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-2/+2
* | | | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-12/+11
* | | | | Merge in trunk@1345838Mehdi Houshmand2012-06-111-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Eliminate javadocs warnings.Glenn Adams2012-06-041-1/+2
| | |_|/ | |/| |
* / | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-8/+6
|/ / /
* | / Add extension to place code just before PostScript %PageTrailer. Submitted by...Glenn Adams2012-05-271-2/+11
| |/ |/|
* | enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
|/
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+2
* Bugfix: reset graphic state when a page is finished in PostScript.Vincent Hennebert2009-04-301-2/+1
* Bugzilla #47000:Jeremias Maerki2009-04-201-38/+5
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-7/+1
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-0/+1
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-4/+4
* Most of the PostScript extensions are implemented in PSPainter now (and tested).Jeremias Maerki2008-12-221-63/+133
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-2/+23
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-0/+522