aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/intermediate
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-055-18/+78
* Better error message.Jeremias Maerki2009-01-301-1/+1
* Updated XML Schema for the new intermediate format.Jeremias Maerki2009-01-301-1/+1
* Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-111-3/+14
* Avoid ArrayOutOfBoundsException when text length is 0 (this can happen if you...Jeremias Maerki2009-01-051-0/+3
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-029-52/+210
* Most of the PostScript extensions are implemented in PSPainter now (and tested).Jeremias Maerki2008-12-222-2/+17
* Fixed another spacing issue in IFRenderer.Jeremias Maerki2008-12-221-5/+6
* Need to use xml:space="preserve" on text elements in IF and SVG output to avo...Jeremias Maerki2008-12-221-0/+1
* Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-191-9/+65
* Added getUserAgent() to IFDocumentHandler (implemented by all implementations...Jeremias Maerki2008-12-173-5/+37
* Fixed another little kerning bug.Jeremias Maerki2008-12-111-5/+11
* Fixed parsing of document navigation namespace (its elements are no longer si...Jeremias Maerki2008-12-113-176/+204
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-1111-269/+279
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-0915-36/+632
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-195-10/+32
* Making conversion hints available to ImageHandler implementations, too.Jeremias Maerki2008-11-041-0/+2
* Re-Implemented "quality" rendering mode (painting borders and rules using bit...Jeremias Maerki2008-10-301-2/+66
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-12/+92
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-2815-651/+866
* Fixed ArrayIndexOutOfBoundsException when there is a long text with very few ...Jeremias Maerki2008-08-271-1/+2
* Can disable the warning now, replaced by an explanation of the simplification.Jeremias Maerki2008-08-261-1/+2
* pt -> mpt conversion must round.Jeremias Maerki2008-08-261-1/+1
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-206-20/+97
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-156-15/+57
* Made the IFRenderer smarter so it combines lines of text into a single text e...Jeremias Maerki2008-08-151-22/+63
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-147-16/+332
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-136-0/+94
* Removed obsolete addTarget() method from IFPainter.Jeremias Maerki2008-08-122-11/+0
* Widened "bookmarks" to "document-navigation" to fit named destination into th...Jeremias Maerki2008-08-128-23/+127
* Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-128-6/+798
* Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-124-119/+63
* Now that the most important stuff is working in IFRenderer, reduce verbosity ...Jeremias Maerki2008-08-081-15/+15
* Update for image elements.Jeremias Maerki2008-08-071-43/+66
* Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-074-13/+218
* Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-061-3/+3
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-057-12/+84
* Fixed block containers now working properly.Jeremias Maerki2008-07-282-43/+289
* Reduce code duplication and make the toString() methods available to the outs...Jeremias Maerki2008-07-282-23/+39
* Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-281-19/+7
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-289-54/+281
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-236-77/+50
* Started the IFParser.Jeremias Maerki2008-07-229-13/+921
* Renamed "iform" package to "intermediate" (iform was too cryptic for my taste)Jeremias Maerki2008-07-1612-0/+2008