aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-2/+2
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-3/+4
* Bugzilla #54169: Split the parent tree (the number tree corresponding to the ...Vincent Hennebert2012-11-191-2/+2
* Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...Vincent Hennebert2012-08-021-1/+1
* Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-251-19/+2
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-3/+3
* Associate structure tree elements directly to render contentPeter Hancock2012-01-271-56/+28
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-63/+9
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-4/+5
* Proper fix for Bugzilla 50987Vincent Hennebert2011-04-051-1/+1
* Bugzilla 50987: Fixed an issue where a link was added to the parent tree inst...Andreas L. Delmelle2011-04-031-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* Added possibility to customize PDF tagging via the role propertyVincent Hennebert2010-01-131-3/+7
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-11/+11
* Route message for missing alt-text property through event notification systemVincent Hennebert2009-10-161-3/+0
* Made the structure tree processing chain more robust by removing any assumpti...Vincent Hennebert2009-10-151-12/+14
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-0/+300