aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Inline.java
Commit message (Expand)AuthorAgeFilesLines
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-071-2/+1
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-031-1/+2
* Associate structure tree elements directly to render contentPeter Hancock2012-01-271-13/+1
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-1/+5
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+2
* Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-2/+3
* Bugzilla #46705:Jeremias Maerki2009-02-191-0/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-11/+11
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-27/+19
* Merged branchJeremias Maerki2008-04-141-18/+15
* * 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