aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
Commit message (Expand)AuthorAgeFilesLines
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-1/+1
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* 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-6/+6
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-2/+6
* Merged branchJeremias Maerki2008-04-141-5/+13
* No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
* Further cleanup/refinement of FixedLength:Andreas L. Delmelle2008-02-021-27/+13
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-16/+27
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-9/+9
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-081-1/+11
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-1/+1
* Code cleanup: Andreas L. Delmelle2007-01-111-2/+2
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...Jeremias Maerki2006-07-211-12/+7
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+4
* 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-165/+5
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-13/+0
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-1/+1
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-37/+27
* Clipping the background image.Jeremias Maerki2005-01-201-2/+2
* Access to intrinsic image size for eg/ifo through getLayoutDimension() instea...Jeremias Maerki2005-01-031-7/+16
* Support for percentages on external-graphic and instream-foreign-object for t...Jeremias Maerki2004-12-281-1/+63
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-10/+0
* 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-6/+5
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Second phase of performance improvement.Finn Bock2004-10-191-10/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-0/+186
* PR:Glen Mazza2004-10-121-1/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-211-7/+1
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-0/+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-181/+1
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-111-43/+12
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-1/+0
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-1/+7
* PR:Glen Mazza2004-08-061-11/+51
* PR:Glen Mazza2004-08-061-1/+2
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+1
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-10/+10
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-6/+5
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-271-1/+15
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-1/+1
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+1