aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
Commit message (Expand)AuthorAgeFilesLines
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* An additional comment so this line will not be activated accidentally. The pr...Jeremias Maerki2005-09-011-0/+1
* Reverting my earlier change to make FOP compile with Batik 1.6 again. I'm inv...Jeremias Maerki2005-09-011-1/+1
* Set not only the base URL for the SVG Document but also the URI. Otherwise, r...Jeremias Maerki2005-08-311-1/+3
* Bugzilla #36082 Jeremias Maerki2005-08-151-4/+6
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-2/+2
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-2/+3
* PR:Glen Mazza2004-08-041-6/+0
* PR:Glen Mazza2004-08-031-1/+4
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+2
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-3/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Fixed Testcase. Joerg Pietschmann2003-09-271-1/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* remove global import statementsWilliam Victor Mote2003-09-081-2/+0
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-3/+3
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-0/+322