aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/AbstractIFDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-031-6/+0
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-6/+9
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-3/+0
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-1/+16
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-6/+0
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+1
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-0/+8
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-7/+12
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-171-4/+1
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-0/+5
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-0/+99