aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Footnote.java
Commit message (Expand)AuthorAgeFilesLines
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-0/+1
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-5/+10
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-2/+2
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-12/+12
* Javadoc correctionsAndreas L. Delmelle2008-05-011-2/+3
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-17/+18
* Merged branchJeremias Maerki2008-04-141-3/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+7
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-3/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-6/+4
* Require at least Java 1.4 for building the javadocs.Joerg Pietschmann2005-09-081-4/+4
* Removing unused import.Finn Bock2005-07-281-3/+0
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-2/+2
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-8/+16
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-11/+0
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* Second phase of performance improvement.Finn Bock2004-10-191-9/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-13/+32
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-3/+3
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-2/+1
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+1
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-131-14/+48
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-5/+14
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+1
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-3/+3
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-1/+2
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-2/+2
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-2/+2
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-0/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-2/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-2/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+4
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-10/+8
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* added support for fo:footnotePeter Herweg2004-01-101-0/+19
* Organize imports. Joerg Pietschmann2003-09-191-5/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-12/+14
* style changes onlyWilliam Victor Mote2003-07-141-11/+24
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+89