aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/bitmap/TIFFRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-231-10/+2
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-3/+7
* Bugzilla #49733:Jeremias Maerki2010-08-141-0/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-14/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-6/+6
* Merged branchJeremias Maerki2008-04-141-3/+8
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Bugzilla #41831:Jeremias Maerki2007-05-281-30/+11
* Added support for CCITT compression in the TIFFRenderer by switching to the I...Jeremias Maerki2006-09-181-77/+83
* Configuration option in the Java2D-based renderers that allows to disable the...Jeremias Maerki2006-09-101-1/+5
* 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-7/+7
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* 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-111-1/+2
* 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-271-7/+18
* Default compression set to packbits which is widely supported. Uncompressed T...Jeremias Maerki2005-06-091-11/+52
* Bugzilla: #33760Jeremias Maerki2005-06-091-0/+194