aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOEventHandler.java
Commit message (Expand)AuthorAgeFilesLines
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-0/+52
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-241-16/+14
* Eliminate javadocs warnings.Glenn Adams2012-06-041-4/+10
* ensure checkstyle-5.1 remains error free after recent changes for checkstyle-...Glenn Adams2012-03-031-0/+4
* Fix of a bug introduced when merging ImproveAccessibility.Peter Hancock2012-03-021-0/+5
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-0/+2
* Associate structure tree elements directly to render contentPeter Hancock2012-01-271-4/+6
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-0/+7
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-14/+55
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-3/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-13/+13
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-12/+15
* Separation of concerns:Jeremias Maerki2008-06-191-80/+0
* Simplifications and a Checkstyle fix.Jeremias Maerki2008-06-191-1/+1
* Undo r655765, which was causing NPEs in the layout-testsAndreas L. Delmelle2008-05-131-13/+0
* Javadoc fixupsAndreas L. Delmelle2008-05-131-7/+17
* Added support for auto-generated initial value for the "id" property.Andreas L. Delmelle2008-05-131-0/+12
* Merged branchJeremias Maerki2008-04-141-0/+2
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-0/+15
* Bugzilla #43605:Jeremias Maerki2007-11-181-3/+31
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-5/+5
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-10/+33
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Revision of refinement white-space handling (cfr. Bugzilla 37639)Andreas L. Delmelle2005-12-301-0/+13
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-2/+2
* PR:Glen Mazza2004-11-271-13/+0
* Fourth phase of performance improvement.Finn Bock2004-10-201-0/+19
* Added support for Character and BlockContainer.Finn Bock2004-09-301-0/+23
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-0/+468