aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Inline.java
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-16/+6
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-12/+3
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-201-19/+10
* 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-8/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-6/+25
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-091-0/+1
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-1/+0
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-13/+2
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-10/+0
* Removed instances of InlineStackingLayoutManager. Created a new FOSimon Pepping2004-12-221-52/+3
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-0/+9
* More properties implemented.Finn Bock2004-10-291-2/+2
* Bind some more of the implemented properties.Finn Bock2004-10-291-6/+6
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-7/+6
* Third phase of performance improvement.Finn Bock2004-10-191-1/+14
* Second phase of performance improvement.Finn Bock2004-10-191-28/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-3/+135
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-2/+2
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-041-3/+3
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-141-33/+53
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-2/+0
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-081-7/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* PR:Glen Mazza2004-08-061-4/+0
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-031-39/+7
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-3/+3
* 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-1/+1
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-2/+2
* 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/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+0
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-271-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-15/+15
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-011-0/+9
* 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-0/+5
* 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-11/+28
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+147