aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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-8/+8
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-11/+9
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-1/+1
* Phase 2 of bug 26434.Finn Bock2004-02-021-5/+5
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-1/+1
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-4/+0