aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* Merged branchJeremias Maerki2008-04-143-104/+242
* Bugzilla #44744: Jeremias Maerki2008-04-041-4/+2
* Bugzilla #44743: Jeremias Maerki2008-04-041-3/+11
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-273-219/+34
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-0/+51
* Add a note about color space overrides which currently aren't supported for n...Jeremias Maerki2008-02-011-0/+2
* AlphaRasterImage now knows how to deal with TYPE_INT Rasters.Jeremias Maerki2008-02-012-178/+95
* Implemented drawRenderedImage() which fixes painting of PNG images embedded i...Jeremias Maerki2008-02-011-52/+38
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-114-96/+232
* 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