aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* Corrected javadocAdrian Cumiskey2007-12-051-1/+1
* Bugzilla #43904:Jeremias Maerki2007-11-201-3/+11
* Disabled debug outputsVincent Hennebert2007-11-051-1/+1
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-0312-482/+1028
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-66/+63
* Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG cont...Andreas L. Delmelle2007-09-041-12/+4
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-186-11/+9
* Bugzilla #41831:Jeremias Maerki2007-05-287-78/+127
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+6
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-261-1/+1
* Bugfix: Corrected painting of shading patterns and position of links for SVG ...Jeremias Maerki2006-08-112-3/+18
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-021-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2817-86/+103
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-141-9/+19
* Bugfix: The generation of the PDF "d" (setdash) command was assuming that onl...Jeremias Maerki2006-04-181-8/+2
* Bugzilla #39033:Jeremias Maerki2006-04-101-0/+14
* Switching to the Commons variants for the Graphics2D base/helper classes.Jeremias Maerki2006-04-052-3/+4
* Improved JUnit report creation.Jeremias Maerki2006-04-051-0/+7
* Bugzilla #38731: Jeremias Maerki2006-03-191-7/+16
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-102-19/+7
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-072-5/+5
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-222-8/+15
* Bugzilla #37330:Jeremias Maerki2005-11-141-2/+6
* Bugzilla #37330: Jeremias Maerki2005-11-142-8/+36
* Automated parameter rename failed because there was an instance variable call...Jeremias Maerki2005-11-141-4/+4
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-145-57/+50
* Moved PDFBridgeContext to a separate class so it can be used by both the PDFT...Jeremias Maerki2005-11-102-41/+81
* Scale factor was wrong. Base must be 72dpi, not the default resolution of the...Jeremias Maerki2005-11-101-2/+4
* Bugzilla #37305: Jeremias Maerki2005-11-102-4/+50
* Bugzilla #37330: Jeremias Maerki2005-11-091-27/+47
* Bugzilla #37236: Jeremias Maerki2005-11-091-30/+210
* Bugzilla #37236: Jeremias Maerki2005-10-262-64/+125
* Fix to make the Graphics.create() method (calls a copy constructor) work. Jeremias Maerki2005-10-194-54/+132
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-3/+2
* Harmonization between the two Graphics2D implementations. Clipping is done af...Jeremias Maerki2005-08-301-14/+14
* Bugfixes and code cleanup: Jeremias Maerki2005-08-261-136/+109
* Support for multiple pages in PDFDocumentGraphics2D. Same approach as for Abs...Jeremias Maerki2005-05-252-26/+129
* Commented stray System.out. Should be replaced by Commons Logging calls or re...Jeremias Maerki2005-02-191-5/+5
* Commented unused code.Jeremias Maerki2005-01-191-1/+2
* Bugzilla #31512:Jeremias Maerki2004-10-111-0/+4
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-102-5/+20
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-101-22/+29
* Removed unneded import statements.Finn Bock2004-09-091-1/+0
* Remove unnecessary scale factor. This made all images added via SVG three tim...Jeremias Maerki2004-09-031-7/+4
* Fix JPEG with many long APPS markers.Jeremias Maerki2004-08-161-13/+41
* Fix getPixelUnitToMillimeterJeremias Maerki2004-08-162-2/+5
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-201-2/+7
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-122-4/+11
* PR:Glen Mazza2004-04-224-14/+14
* Bugzilla 27971 Jeremias Maerki2004-04-031-0/+1