aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-221-112/+37
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-9/+43
|\
| * Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-121-3/+3
| * Bugzilla #47311:Jeremias Maerki2009-08-031-32/+18
| * Bugzilla #47311:Jeremias Maerki2009-08-021-7/+53
* | Enabled support for PDF/A-1a now that we have Tagged PDF, Natural Language Sp...Jeremias Maerki2009-04-171-2/+9
* | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-10/+21
* | Removed FO to role mapping from the PDF library and moved it next to the rend...Jeremias Maerki2009-04-171-5/+9
* | Bugfix: Previous simplification requires keeping track of whether we are in a...Jeremias Maerki2009-04-161-1/+1
* | Fixed some bugs concerning marked content generation inside leaders (use-cont...Jeremias Maerki2009-04-161-7/+11
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-141-0/+1
|\|
* | JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-3/+13
* | Bugzilla #46705:Jeremias Maerki2009-02-191-13/+382
|/
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-7/+1
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-4/+4
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-111-1/+1
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-64/+28
* 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-0/+295