aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-062-2/+2
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-054-15/+8
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-038-13/+19
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* apply complex scripts patchGlenn Adams2012-02-263-14/+17
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-152-13/+11
* Various small fixesSimon Pepping2011-09-291-1/+1
* Bugzilla#51760: PS images stored as an embedded file which has no length limit.Peter Hancock2011-09-261-24/+69
* Fix checkstyle and findbugs issuesSimon Pepping2011-06-151-1/+4
* Added option for PostScript output to optimize for file size rather than qual...Jeremias Maerki2011-04-225-12/+76
* Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-041-1/+1
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-262-31/+24
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-192-2/+2
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-174-4/+4
* Copy attributes since some XML parsers might reuse the Attributes instance.Jeremias Maerki2010-10-211-1/+2
* Bugzilla #46360:Jeremias Maerki2010-09-161-1/+8
* Fixed indentationVincent Hennebert2010-08-271-1/+1
* Fixed indentationVincent Hennebert2010-08-272-11/+11
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-255-1367/+9
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-5/+0
* Bugzilla #49733:Jeremias Maerki2010-08-1410-19/+33
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-1/+1
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-092-2/+2
* Better error message if a font is missing when generating PS from IF.Jeremias Maerki2010-02-101-0/+3
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-014-25/+25
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-013-3/+4
* Bugzilla #47311:Jeremias Maerki2009-07-281-2/+2
* Bugfix: reset graphic state when a page is finished in PostScript.Vincent Hennebert2009-04-302-3/+2
* Typo.Jeremias Maerki2009-04-201-1/+1
* Disabled auto-fonts in the PS transcoders by default because of OutOfMemoryEr...Jeremias Maerki2009-04-201-0/+9
* Bugzilla #47000:Jeremias Maerki2009-04-2011-595/+838
* ";mode=painter" MIME suffix removed from all new IFDocumentHandler implementa...Jeremias Maerki2009-02-231-2/+1
* Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branch...Jeremias Maerki2009-02-2221-648/+3150
|\
| * Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-162-3/+35
| |\ | |/ |/|
* | Added code to detect when a Type 1 font is not configured to use its native e...Jeremias Maerki2009-02-091-0/+6
* | Added a flush() call in the resource handler to make sure unwritten content i...Jeremias Maerki2009-02-091-0/+1
* | Bugfix: restored support for characters not in a font's standard encoding whe...Jeremias Maerki2009-02-091-3/+28
| * Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-7/+1
| * Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-062-38/+0
| * Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-053-30/+171
| * Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-113-12/+5
| * Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-023-10/+11
| * Most of the PostScript extensions are implemented in PSPainter now (and tested).Jeremias Maerki2008-12-222-80/+158
| * Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-193-209/+345
| * Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-1713-265/+1191
| * Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-096-32/+31
| |\ | |/ |/|
* | Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w...Jeremias Maerki2008-12-081-2/+2
* | Bugzilla #46360:Jeremias Maerki2008-12-071-3/+7