aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions/svg
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-036-704/+0
* FOP-2490: Embedded SVG 1.2 not supported by FOP 2.0; fix submitted by Hussein...Luis Bernardo2015-06-251-8/+2
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-063-6/+5
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-3/+0
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-4/+4
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-1/+2
* Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-2/+0
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-6/+6
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-032-6/+12
* Add type-safe parameters to collections; replace XGC jar to benefit from new ...Simon Pepping2011-01-042-2/+2
* Bugzilla #49733:Jeremias Maerki2010-08-142-2/+3
* Fixed possible ClassCastException that was caused by my earlier attempt to su...Jeremias Maerki2008-11-212-11/+79
* Added support for SVG 1.2 inside fo:instream-foreign-object. The code just us...Jeremias Maerki2008-11-212-45/+98
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-244-21/+21
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-131-1/+1
* * 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