aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFPainter.java
Commit message (Expand)AuthorAgeFilesLines
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+1
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-7/+49
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-6/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-164/+0
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-4/+17
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-151-0/+8
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-0/+15
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-131-0/+20
* Removed obsolete addTarget() method from IFPainter.Jeremias Maerki2008-08-121-5/+0
* Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-071-3/+29
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-1/+2
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-281-3/+7
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-231-0/+12
* Started the IFParser.Jeremias Maerki2008-07-221-1/+7
* Renamed "iform" package to "intermediate" (iform was too cryptic for my taste)Jeremias Maerki2008-07-161-0/+254