aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Expand)AuthorAgeFilesLines
* 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
* PDF library no longer gets a logger from its owner.Jeremias Maerki2004-04-021-2/+0
* PR:Glen Mazza2004-03-315-34/+32
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-211-12/+16
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-192-1/+157
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2714-658/+210
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-1/+3
* Applied Thomas DeWeese's latest patch for the PDF transcoder.Glen Mazza2004-01-222-4/+14
* Remove unused import to quieten Eclipse.Peter Bernard West2004-01-031-1/+0
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-6/+0
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-122-7/+10
* Use different base class for user agentJeremias Maerki2003-11-071-18/+7
* Use different base class for user agent.Jeremias Maerki2003-11-071-63/+17
* Helper class for debugging in TextPaintersJeremias Maerki2003-11-071-0/+94
* Tom DeWeese's changes made;Glen Mazza2003-11-041-2/+14
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat...Glen Mazza2003-10-113-139/+75
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-132-29/+13
* Changes to PDFTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-7/+13
* remove global import statementsWilliam Victor Mote2003-09-082-13/+10
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-284-700/+0
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-222-1/+2
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-205-4/+5
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-192-23/+34
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-152-16/+16
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-142-5/+5
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-142-23/+24
* 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-145-52/+52
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-122-3/+3
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-042-3/+3
* style changes onlyWilliam Victor Mote2003-07-171-1/+1
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-121-24/+14