aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFDocumentNavigationHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Keep a reference to a pageRef string, not to the page itself; suggested by Al...Simon Pepping2010-12-231-1/+1
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-6/+6
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-6/+6
* Bugzilla #44460:Jeremias Maerki2010-08-031-2/+3
* Avoid NPE if intermediate XML was generated in accessibility mode but not the...Vincent Hennebert2009-10-221-1/+2
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-6/+2
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-4/+1
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-7/+12
|\
| * Bugfix: if an incomplete GoTo action has already been recorded for a given ID...Vincent Hennebert2009-07-231-7/+12
* | Fixed a possible NPE when intermediate content is parsed and navigation eleme...Jeremias Maerki2009-04-161-4/+4
* | Bugzilla #46705:Jeremias Maerki2009-02-191-4/+15
|/
* Some PDF actions get pooled and therefore don't need to be registered.Jeremias Maerki2009-01-021-1/+4
* Guard against invalid destinations.Jeremias Maerki2009-01-021-2/+8
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-111-48/+67
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-0/+162