aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/java2d/Java2DPainter.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+1
* FOP-2250: Arabic characters are not connected on PCL; partial implementation.Luis Bernardo2013-06-231-11/+14
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-1/+1
* FOP-2187: Generating pdf works awt & png crashes when overflow hiddenLuis Bernardo2013-01-181-1/+3
* Increased unit test coverage for the PaintersPeter Hancock2012-10-081-3/+12
* Merged trunk@1356765Peter Hancock2012-07-031-6/+6
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-6/+6
* | Merged trunk@1354651Peter Hancock2012-06-291-12/+9
|\|
| * Eliminate javadocs warnings.Glenn Adams2012-06-041-1/+2
| * enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
| * apply complex scripts patchGlenn Adams2012-02-261-5/+7
* | Bugzilla #49913:Jeremias Maerki2010-09-301-3/+12
|/
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-6/+0
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-2/+3
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-2/+8
* Added clipping support.Jeremias Maerki2009-01-131-1/+2
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-14/+13
* Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-191-1/+6
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+1
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-29/+16
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-0/+271