aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFTranscoder.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-210/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-291-2/+4
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-6/+6
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-3/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-0/+1
* apply complex scripts patchGlenn Adams2012-02-261-1/+2
* Added support for font substitutions on PDF/PSTranscoder by configuring the F...Jeremias Maerki2010-09-291-3/+1
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-011-9/+9
* Bugzilla #47000:Jeremias Maerki2009-04-201-89/+3
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-21/+21
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-4/+53
* Bugzilla #43904:Jeremias Maerki2007-11-201-3/+11
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-031-10/+51
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Bugzilla #41831:Jeremias Maerki2007-05-281-5/+15
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Switching to the Commons variants for the Graphics2D base/helper classes.Jeremias Maerki2006-04-051-1/+1
* Moved PDFBridgeContext to a separate class so it can be used by both the PDFT...Jeremias Maerki2005-11-101-41/+1
* Bugzilla #37305: Jeremias Maerki2005-11-101-1/+12
* Bugzilla #37330: Jeremias Maerki2005-11-091-27/+47
* Fix to make the Graphics.create() method (calls a copy constructor) work. Jeremias Maerki2005-10-191-3/+2
* Bugzilla #31512:Jeremias Maerki2004-10-111-0/+4
* Implement the cheaper mechanism to ensure correct rendering at differing reso...Jeremias Maerki2004-10-101-5/+18
* Fix getPixelUnitToMillimeterJeremias Maerki2004-08-161-1/+4
* PR:Glen Mazza2004-03-311-1/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use different base class for user agentJeremias Maerki2003-11-071-18/+7
* 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-111-121/+40
* remove global import statementsWilliam Victor Mote2003-09-081-1/+0
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-0/+1
* 1. create control packageWilliam Victor Mote2003-08-141-12/+12
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-29/+5
* Moved common code to abstract base class. Jeremias Maerki2003-03-271-158/+30
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+439