aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* 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-051-2/+3
* 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-101-8/+3
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-2/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-3/+6
* Bugzilla #37330:Jeremias Maerki2005-11-141-2/+6
* Bugzilla #37330: Jeremias Maerki2005-11-141-1/+4
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-13/+7
* Bugzilla #37236: Jeremias Maerki2005-11-091-30/+210
* Bugzilla #37236: Jeremias Maerki2005-10-261-61/+115
* Fix to make the Graphics.create() method (calls a copy constructor) work. Jeremias Maerki2005-10-191-0/+11
* 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-251-0/+31
* 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
* Set Batik rendering hints to improve output quality.Jeremias Maerki2004-10-101-22/+29
* Remove unnecessary scale factor. This made all images added via SVG three tim...Jeremias Maerki2004-09-031-7/+4
* PR:Glen Mazza2004-04-221-4/+4
* Bugzilla 27971 Jeremias Maerki2004-04-031-0/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Applied Thomas DeWeese's latest patch for the PDF transcoder.Glen Mazza2004-01-221-3/+13
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-5/+8
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-131-28/+12
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-1/+1
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-1/+1
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-10/+11
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-2/+2
* 1. create control packageWilliam Victor Mote2003-08-141-16/+16
* moved image drawing so drawing with size also worksKeiron Liddle2003-03-271-45/+44
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-44/+21
* Fix NPE when content of an <a> element is empty.Jeremias Maerki2003-03-121-8/+10
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+1660