aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-039-1544/+0
* FOP-2488: Support PDF/UASimon Steiner2015-06-161-7/+7
* FOP-2442: Specifying the expansion of an abbreviationSimon Steiner2015-02-061-1/+9
* Fix compiler warnings.Glenn Adams2014-07-061-2/+1
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-085-21/+170
* Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-081-13/+41
* Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-261-0/+33
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-243-546/+40
* Bugzilla #53596: When PDF accessibility is enabled, the structure tree must c...Vincent Hennebert2012-07-241-5/+8
* Added possibility to treat some content as artifact.Vincent Hennebert2012-05-292-0/+31
* Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-254-6/+12
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-064-5/+17
* Cleanup associated with rev 1236718Peter Hancock2012-01-312-13/+0
* Associate structure tree elements directly to render contentPeter Hancock2012-01-277-379/+1047
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-246-319/+317
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-246-338/+841
* Bugzilla #51789: removed non-ascii characters in source filesVincent Hennebert2011-09-121-1/+1
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-1/+1
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Added possibility to customize PDF tagging via the role propertyVincent Hennebert2010-01-131-2/+2
* Added missing EventModelFactory to avoid error:Jeremias Maerki2009-10-281-0/+12
* Issue an error when attempting to render an intermediate XML file in accessib...Vincent Hennebert2009-10-222-0/+58
* Renamed TransformerNode into TransformerDefaultHandler and moved it into the ...Vincent Hennebert2009-10-213-285/+48
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-154-121/+95
* Made the structure tree processing chain more robust by removing any assumpti...Vincent Hennebert2009-10-154-133/+127
* Re-format addPtr.xsl to make it readable.Vincent Hennebert2009-10-131-12/+43
* Implemented rendering of structure tree to Area Tree XML and parsing back fro...Vincent Hennebert2009-10-131-0/+31
* Implemented parsing of structure trees from IF XML files.Vincent Hennebert2009-09-284-63/+211
* Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-222-5/+102
* Incorporated some more of the feedback to #46705:Jeremias Maerki2009-04-173-143/+31
* Some cleanup.Jeremias Maerki2009-04-161-3/+3
* Bugzilla #46705:Jeremias Maerki2009-02-195-0/+641