aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/BasicLink.java
Commit message (Expand)AuthorAgeFilesLines
* Merged branchJeremias Maerki2008-04-141-10/+11
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-0/+14
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-2/+2
* 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-8/+4
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-7/+3
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* Bind some more of the implemented properties.Finn Bock2004-10-291-2/+2
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* Second phase of performance improvement.Finn Bock2004-10-191-46/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-8/+67
* 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-2/+2
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-1/+0
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-8/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-63/+46
* PR:Glen Mazza2004-08-061-27/+49
* PR:Glen Mazza2004-08-061-1/+2
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-41/+18
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-45/+56
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* 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
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+1
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-3/+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-9/+8
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* added support for fo:basic-linkPeter Herweg2004-01-011-0/+21
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-2/+2
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-17/+17
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* style changes onlyWilliam Victor Mote2003-08-221-12/+12
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-78/+10
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-12/+12
* style changes onlyWilliam Victor Mote2003-07-141-13/+25
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+216