aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-159/+0
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-1/+7
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-9/+15
* Merged branchJeremias Maerki2008-04-141-23/+20
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-11/+10
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-081-0/+13
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-4/+4
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-7/+0
* Code cleanup: Andreas L. Delmelle2007-01-111-1/+1
* Bugzilla #40849:Jeremias Maerki2006-11-121-0/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fix for NPE in case of empty instream-foreign-objectAndreas L. Delmelle2006-03-061-1/+1
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-2/+2
* Bugzilla #36487: Jeremias Maerki2005-09-051-195/+4
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-0/+6
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-11/+0
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-15/+17
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Access to intrinsic image size for eg/ifo through getLayoutDimension() instea...Jeremias Maerki2005-01-031-3/+16
* Support for percentages on external-graphic and instream-foreign-object for t...Jeremias Maerki2004-12-281-4/+48
* Enable border and background for instream-foreign-object.Jeremias Maerki2004-12-281-0/+7
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* PR:Glen Mazza2004-11-241-8/+8
* More properties implemented.Finn Bock2004-10-291-2/+2
* Bind some more of the implemented properties.Finn Bock2004-10-291-8/+8
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-8/+7
* Fourth phase of performance improvement.Finn Bock2004-10-201-4/+2
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-10/+165
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* PR:Glen Mazza2004-09-131-1/+1
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-6/+2
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-2/+2
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-9/+0
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+1
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-141-8/+12
* 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-2/+1
* PR:Glen Mazza2004-08-061-1/+2
* PR:Glen Mazza2004-08-011-73/+35
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-9/+8
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3