aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFContentGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2337 Remove xobj type=formSimon Steiner2014-04-281-0/+7
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-20/+61
* FOP-2216: PDF forms are offset; patch submitted by Simon SteinerLuis Bernardo2013-03-161-0/+6
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-161-0/+3
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-22/+40
* Bugzilla 50986: Fixed an issue where invalid PDF page content was generated d...Andreas L. Delmelle2011-04-031-1/+1
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-3/+7
|\
| * Bugzilla #49733:Jeremias Maerki2010-08-141-3/+7
* | Bugzilla #49403:Jeremias Maerki2010-06-251-5/+8
|/
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-23/+30
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-131-4/+4
|\
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-4/+4
* | Bugfix: render all background images as artifactsVincent Hennebert2009-10-131-10/+0
* | Implemented accessibility in PDFRendererVincent Hennebert2009-10-121-1/+1
* | Switched parameters of separateTextElements and beginTextObjectAccess, for co...Vincent Hennebert2009-10-121-6/+6
* | Bugfix: Previous simplification requires keeping track of whether we are in a...Jeremias Maerki2009-04-161-6/+11
* | Fixed some bugs concerning marked content generation inside leaders (use-cont...Jeremias Maerki2009-04-161-15/+31
* | Bugzilla #46705:Jeremias Maerki2009-02-191-2/+92
|/
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-0/+10
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-11/+0
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-091-6/+6
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-14/+0
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-0/+14
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-1/+1
* Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-061-9/+13
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-0/+327