aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions/svg
Commit message (Expand)AuthorAgeFilesLines
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-184-8/+8
* Code cleanup: Andreas L. Delmelle2007-01-112-2/+2
* Don't swallow the exception. At least log it.Jeremias Maerki2006-10-071-0/+6
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-111-0/+5
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-285-25/+30
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-0/+11
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-172-8/+31
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-112-7/+12
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* 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-042-12/+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-272-6/+6
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-202-4/+32
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-152-2/+4
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-5/+5
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-158/+0
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-275-238/+78
* Fixed Testcase. Joerg Pietschmann2003-09-271-1/+1
* Organize imports. Joerg Pietschmann2003-09-191-5/+3
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-162-2/+2
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-131-0/+104
* remove global import statementsWilliam Victor Mote2003-09-081-2/+0
* remove extraneous import statementWilliam Victor Mote2003-09-081-13/+11
* 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-284-0/+703