index
:
xmlgraphics-fop.git
FOP-2393_gradient-rendering
FOP_0-20-0_Alt-Design
FOP_0-20-4Pre_BuildExp_pbw
Temp_AFPAffineTransform
Temp_AFPGOCAResources
Temp_API_Finalization
Temp_Accessibility
Temp_AreaTreeNewDesign
Temp_BasicSideFloats
Temp_CFF
Temp_ChangeBars
Temp_ChangeBars2
Temp_ChangingIPDHack
Temp_Color
Temp_ComplexScripts
Temp_Floats
Temp_FontMerging
Temp_FopFontsForSVG
Temp_Gradle_Build
Temp_ImagePackageRedesign
Temp_ImproveAccessibility
Temp_InlineContainer
Temp_Interleaved_Page_Line_Breaking
Temp_KnuthStylePageBreaking
Temp_MergeFrom11
Temp_PCLSoftFonts
Temp_PDFLinearization
Temp_PDF_ObjectStreams
Temp_PDF_in_PDF
Temp_ProcessingFeedback
Temp_RoundedCorners
Temp_SpaceResolution
Temp_SurrogatePairs
Temp_TrueTypeInPostScript
Temp_URI_Unification
Temp_WhitespaceManagement
Temp_XGC_URI_Resolution
archive
dirkx
fop-0_14_0
fop-0_14_0_regions
fop-0_17_0_batikSVG
fop-0_20_2-maintain
fop-0_90
fop-0_91
fop-0_92
fop-0_93
fop-0_94
fop-0_95
fop-1_0
fop-1_1
fop-1_1old
fop-1_1rc1
fop-2.6
fop-2_0
fop-2_1
fop-2_10
fop-2_2
fop-2_3
fop-2_4
fop-2_5
fop-2_6
fop-2_7
fop-2_8
fop-2_9
foray-font
inlineblock
main
maven
release-0-13-0
skynavga/configure-sonar-support
temp/ssteiner-java23
temp/ssteiner-pdfbox3
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
fop
/
svg
/
PDFGraphics2D.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged latest trunk
Vincent Hennebert
2014-07-18
1
-4
/
+4
|
\
|
*
Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings
Vincent Hennebert
2014-07-15
1
-4
/
+4
*
|
createPDFPattern can be made private
Vincent Hennebert
2014-07-14
1
-1
/
+1
*
|
Renamed shading package to gradient
Vincent Hennebert
2014-07-14
1
-4
/
+4
*
|
Moved stuff that is common to PDF and PS to Pattern
Vincent Hennebert
2014-07-14
1
-7
/
+28
*
|
Renamed GradientFactory into GradientMaker
Vincent Hennebert
2014-07-11
1
-5
/
+5
*
|
Removed createGradient abstract method, that was not having any specific impl...
Vincent Hennebert
2014-07-10
1
-13
/
+7
*
|
Factorized gradient creation out of PDF & PS into GradientFactory
Vincent Hennebert
2014-07-10
1
-107
/
+6
*
|
Moved checks for repeated gradient out of gradient-creation methods
Vincent Hennebert
2014-07-10
1
-33
/
+23
*
|
Small adjustments to make duplication in PDF and PostScript gradients more ap...
Vincent Hennebert
2014-07-10
1
-14
/
+11
*
|
Removed unused code
Vincent Hennebert
2014-07-10
1
-14
/
+0
*
|
Factorized creation of gradient bounds
Vincent Hennebert
2014-07-10
1
-18
/
+16
*
|
Factorized creation of gradient colors
Vincent Hennebert
2014-07-10
1
-28
/
+23
*
|
Factorized check for transparent colors out of gradient-handling code
Vincent Hennebert
2014-07-10
1
-8
/
+11
*
|
Factorized creation of gradient transform
Vincent Hennebert
2014-07-10
1
-28
/
+19
*
|
Small adjustments to make duplication in linear and radial gradients more app...
Vincent Hennebert
2014-07-10
1
-25
/
+26
*
|
Extracted gradient painting into own methods
Vincent Hennebert
2014-07-10
1
-150
/
+158
*
|
Removed pseudo-factory method GradientFactory.newInstance
Vincent Hennebert
2014-07-10
1
-3
/
+2
*
|
If the start/end stop does not coincide with the start/end of the gradient, r...
Vincent Hennebert
2014-07-10
1
-4
/
+18
|
/
*
FOP-2357: When an SVG image has transparency and a PDF profile is used that d...
Vincent Hennebert
2014-03-14
1
-15
/
+32
*
FOP-2313: add support for svg gradients when generating PostScript; most code...
Luis Bernardo
2013-11-13
1
-13
/
+49
*
FOP-2275: Quadratic Bezier curves not properly rendered
Robert Meyer
2013-08-20
1
-4
/
+20
*
FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...
Luis Bernardo
2013-07-12
1
-1
/
+1
*
Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...
Vincent Hennebert
2013-05-07
1
-1
/
+1
*
Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...
Vincent Hennebert
2013-05-07
1
-10
/
+10
*
Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...
Vincent Hennebert
2013-04-09
1
-4
/
+4
*
Bugzilla #54038: Added PDF/A-2 output option
Vincent Hennebert
2012-10-22
1
-1
/
+1
*
Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...
Mehdi Houshmand
2012-07-06
1
-1
/
+2
*
Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...
Glenn Adams
2012-06-24
1
-0
/
+2
*
Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG line...
Glenn Adams
2012-05-16
1
-2
/
+2
*
add RegexpSingleline rule to flag use of @author; fix violations
Glenn Adams
2012-03-05
1
-4
/
+4
*
enable MultipleVariableDeclarations rule; fix violations
Glenn Adams
2012-03-02
1
-3
/
+9
*
apply complex scripts patch
Glenn Adams
2012-02-26
1
-1
/
+2
*
Restored PDFDocumentGraphics2D functionality.
Jeremias Maerki
2011-10-15
1
-6
/
+10
*
Fixed regression introduced with rev 1095887:
Jeremias Maerki
2011-06-14
1
-12
/
+16
*
Update graphics state when applying color.
Jeremias Maerki
2011-04-22
1
-32
/
+62
*
Merge from Trunk, revisions 965390 to 1060234.
Jeremias Maerki
2011-01-18
1
-3
/
+18
|
\
|
*
Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...
Vincent Hennebert
2010-11-23
1
-1
/
+3
|
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
1
-2
/
+15
|
*
Restored ColorExt after removing it from XML Graphics Commons again.
Jeremias Maerki
2010-07-02
1
-1
/
+1
*
|
Bugzilla #49403:
Jeremias Maerki
2010-06-25
1
-38
/
+24
|
/
*
Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...
Jeremias Maerki
2010-06-14
1
-2
/
+2
*
Bugzilla #48237:
Chris Bowditch
2010-01-08
1
-1
/
+1
*
Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)
Jeremias Maerki
2009-08-02
1
-1
/
+1
*
Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...
Adrian Cumiskey
2009-07-26
1
-1
/
+1
*
Bugzilla #47031:
Jeremias Maerki
2009-04-20
1
-1
/
+6
*
Bugzilla #46882:
Jeremias Maerki
2009-03-23
1
-14
/
+10
*
Merge from Trunk revisions 719662 - 724689.
Jeremias Maerki
2008-12-09
1
-53
/
+44
|
\
|
*
SetCurrentPosition fix for line drawing.
Adrian Cumiskey
2008-11-20
1
-6
/
+6
|
*
Memory usage optimizations.
Adrian Cumiskey
2008-11-17
1
-1
/
+0
[next]