aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFPainter.java
Commit message (Expand)AuthorAgeFilesLines
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-241-9/+31
|\
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-081-3/+12
| * Merged trunk@1356765Peter Hancock2012-07-031-33/+8
| |\
| * \ Merged trunk@1354651Peter Hancock2012-06-291-31/+118
| |\ \
| * | | Bugzilla #49913:Jeremias Maerki2010-09-301-4/+22
* | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF output...Vincent Hennebert2012-10-221-0/+46
| |_|/ |/| |
* | | Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-33/+8
| |/ |/|
* | apply complex scripts patchGlenn Adams2012-02-261-5/+84
* | Associate structure tree elements directly to render contentPeter Hancock2012-01-271-10/+11
* | Bugfix: select the right font to paint replacement glyphs. This used to paint...Jeremias Maerki2011-07-021-11/+23
|/
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-8/+2
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-1/+1
* Bugfix: render all background images as artifactsVincent Hennebert2009-10-131-20/+9
* Switched parameters of separateTextElements and beginTextObjectAccess, for co...Vincent Hennebert2009-10-121-2/+2
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-57/+21
* Fixed some bugs concerning marked content generation inside leaders (use-cont...Jeremias Maerki2009-04-161-38/+28
* Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-7/+11
* JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-1/+1
* Bugzilla #46705:Jeremias Maerki2009-02-191-14/+118
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-2/+10
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-6/+5
* Fixed another spacing issue in IFRenderer.Jeremias Maerki2008-12-221-1/+1
* Borders and leaders/rules for the PostScript painter.Jeremias Maerki2008-12-191-1/+5
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-5/+5
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-26/+0
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-235/+24
* Fixed cursor advancement for fixed width spaces. Jeremias Maerki2008-08-261-2/+3
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-12/+14
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-151-9/+18
* "ET" (endTextObject()) forgotten. Caused to swallow some border rectangles.Jeremias Maerki2008-08-151-1/+1
* Made the IFRenderer smarter so it combines lines of text into a single text e...Jeremias Maerki2008-08-151-1/+1
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-0/+12
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-131-20/+0
* Removed obsolete addTarget() method from IFPainter.Jeremias Maerki2008-08-121-6/+0
* Implemented named destinations for PDF painter.Jeremias Maerki2008-08-121-0/+9
* Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-121-17/+67
* Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-071-67/+21
* Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-061-6/+6
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-116/+114
* Dealt with some double formatting issues (coordinate round-trips).Jeremias Maerki2008-07-281-2/+0
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-281-11/+20
* Improved/fixed font setup for painters. Reduced the whole thing to pass in a ...Jeremias Maerki2008-07-231-0/+8
* Started the IFParser.Jeremias Maerki2008-07-221-0/+537