aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/java2d/Java2DSVGHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-188/+0
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-061-1/+1
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-291-2/+3
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-6/+6
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-2/+3
* Bugzilla #49733:Jeremias Maerki2010-08-141-6/+7
* Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-111-4/+2
* Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w...Jeremias Maerki2008-12-081-2/+2
* Bugzilla #46360:Jeremias Maerki2008-12-071-3/+10
* "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-041-7/+2
* * print-file level (default) resources are now immediately streamed and pages...Adrian Cumiskey2008-08-271-3/+28
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-12/+12
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-40/+23
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-4/+4
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-071-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Changed the way the graphics state handling is done to make a cleaner "break ...Jeremias Maerki2006-05-301-2/+0
* XMLHandler interface changed so it reports whether it supports a particular R...Jeremias Maerki2005-12-161-110/+75
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-1/+1
* Javadoc fixes.Jeremias Maerki2005-11-111-1/+1
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-3/+7
* Bugzilla #36520: Jeremias Maerki2005-09-061-0/+209