aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFGraphics2D.java
Commit message (Expand)AuthorAgeFilesLines
* Merged latest trunkVincent Hennebert2014-07-181-4/+4
|\
| * Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-4/+4
* | createPDFPattern can be made privateVincent Hennebert2014-07-141-1/+1
* | Renamed shading package to gradientVincent Hennebert2014-07-141-4/+4
* | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-141-7/+28
* | Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-111-5/+5
* | Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-13/+7
* | Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-107/+6
* | Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-101-33/+23
* | Small adjustments to make duplication in PDF and PostScript gradients more ap...Vincent Hennebert2014-07-101-14/+11
* | Removed unused codeVincent Hennebert2014-07-101-14/+0
* | Factorized creation of gradient boundsVincent Hennebert2014-07-101-18/+16
* | Factorized creation of gradient colorsVincent Hennebert2014-07-101-28/+23
* | Factorized check for transparent colors out of gradient-handling codeVincent Hennebert2014-07-101-8/+11
* | Factorized creation of gradient transformVincent Hennebert2014-07-101-28/+19
* | Small adjustments to make duplication in linear and radial gradients more app...Vincent Hennebert2014-07-101-25/+26
* | Extracted gradient painting into own methodsVincent Hennebert2014-07-101-150/+158
* | Removed pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-101-3/+2
* | If the start/end stop does not coincide with the start/end of the gradient, r...Vincent Hennebert2014-07-101-4/+18
|/
* FOP-2357: When an SVG image has transparency and a PDF profile is used that d...Vincent Hennebert2014-03-141-15/+32
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-13/+49
* FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...Luis Bernardo2013-07-121-1/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-10/+10
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-4/+4
* Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-221-1/+1
* Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...Mehdi Houshmand2012-07-061-1/+2
* Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...Glenn Adams2012-06-241-0/+2
* Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG line...Glenn Adams2012-05-161-2/+2
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-4/+4
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-3/+9
* apply complex scripts patchGlenn Adams2012-02-261-1/+2
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-151-6/+10
* Fixed regression introduced with rev 1095887:Jeremias Maerki2011-06-141-12/+16
* Update graphics state when applying color.Jeremias Maerki2011-04-221-32/+62
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-3/+18
|\
| * Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-1/+3
| * Bugzilla #49733:Jeremias Maerki2010-08-141-2/+15
| * Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-021-1/+1
* | Bugzilla #49403:Jeremias Maerki2010-06-251-38/+24
|/
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-141-2/+2
* Bugzilla #48237:Chris Bowditch2010-01-081-1/+1
* Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-021-1/+1
* Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...Adrian Cumiskey2009-07-261-1/+1
* Bugzilla #47031:Jeremias Maerki2009-04-201-1/+6
* Bugzilla #46882:Jeremias Maerki2009-03-231-14/+10
* Merge from Trunk revisions 719662 - 724689.Jeremias Maerki2008-12-091-53/+44
|\
| * SetCurrentPosition fix for line drawing.Adrian Cumiskey2008-11-201-6/+6
| * Memory usage optimizations.Adrian Cumiskey2008-11-171-1/+0