aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/bitmap
Commit message (Expand)AuthorAgeFilesLines
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-152-3/+3
* Bugfix: OutputStreams created by the PNG Renderer were not properly closed.Jeremias Maerki2005-12-062-27/+76
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+2
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-114-2/+102
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fallback to default value if "compression" value is not given.Jeremias Maerki2005-08-101-2/+1
* Removing unused import.Finn Bock2005-07-281-1/+0
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-273-12/+23
* 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
* Default compression set to packbits which is widely supported. Uncompressed T...Jeremias Maerki2005-06-091-11/+52
* Bugzilla: #33760Jeremias Maerki2005-06-093-0/+427