aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate/IFParser.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #46705:Jeremias Maerki2009-02-191-3/+5
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-061-7/+21
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-2/+5
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-3/+16
* Fixed parsing of document navigation namespace (its elements are no longer si...Jeremias Maerki2008-12-111-0/+13
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-33/+28
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-4/+21
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-151-0/+13
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-7/+32
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-131-0/+13
* Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-121-67/+11
* Update for image elements.Jeremias Maerki2008-08-071-43/+66
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-0/+19
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-281-14/+35
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-231-16/+8
* Started the IFParser.Jeremias Maerki2008-07-221-0/+552