aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/bitmap/PNGRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-144/+0
* Fix 4-instance findbug warnings.Glenn Adams2014-08-081-4/+5
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-0/+3
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-301-0/+5
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-241-5/+0
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-0/+5
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-4/+4
* Merged branchJeremias Maerki2008-04-141-7/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Small Javadoc issue fixed.Jeremias Maerki2007-05-161-1/+1
* Extracted a little bit of the multi-output handling code from PNGRenderer in ...Jeremias Maerki2007-05-161-85/+32
* Handle the case where no ImageWriter is returned. Avoids an NPE.Jeremias Maerki2006-11-081-0/+5
* Prevent a StringIndexOutOfBoundsException when the PNG output fileSimon Pepping2006-10-091-5/+25
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-15/+11
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-1/+1
* Bugfix: OutputStreams created by the PNG Renderer were not properly closed.Jeremias Maerki2005-12-061-21/+44
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-1/+2
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-3/+3
* Safer creation of the new target File instance. outputDir can be null with re...Jeremias Maerki2005-06-091-2/+2
* Avoid NPEs when no filename is set on the UserAgent. Only the first page is r...Jeremias Maerki2005-06-091-19/+42
* Bugzilla: #33760Jeremias Maerki2005-06-091-0/+116