aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java
Commit message (Expand)AuthorAgeFilesLines
* Removed debug output to System.outVincent Hennebert2011-08-091-1/+0
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-4/+5
* Added support for font substitutions on PDF/PSTranscoder by configuring the F...Jeremias Maerki2010-09-291-1/+2
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+4
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-011-5/+5
* Disabled auto-fonts in the PS transcoders by default because of OutOfMemoryEr...Jeremias Maerki2009-04-201-1/+9
* Bugzilla #47000:Jeremias Maerki2009-04-201-3/+132
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-15/+15
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-031-7/+24
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fix getPixelUnitToMillimeterJeremias Maerki2004-08-161-1/+1
* PR:Glen Mazza2004-03-311-13/+10
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-6/+0
* Use different base class for user agent.Jeremias Maerki2003-11-071-63/+17
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat...Glen Mazza2003-10-111-2/+2
* Common base class for all of FOP's transcoders.Jeremias Maerki2003-03-271-0/+317