aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-2/+0
* Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java.Glen Mazza2004-01-011-2/+4
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-11/+11
* Bug 25758 (patch by Finn Bock) -- Fix of content-height/content-widthGlen Mazza2003-12-271-5/+6
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-11/+11
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-081-0/+12
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-2/+2
* remove unneeded field fo/flow/Leader.leaderAreaWilliam Victor Mote2003-08-251-2/+0