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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Renamed shading package to gradient
Vincent Hennebert
2014-07-14
8
-14
/
+14
|
|
*
Moved stuff that is common to PDF and PS to Pattern
Vincent Hennebert
2014-07-14
8
-253
/
+134
|
|
*
Moved content of FunctionPattern into Function
Vincent Hennebert
2014-07-14
4
-358
/
+184
|
|
*
Moved content of ShadingPattern into Shading
Vincent Hennebert
2014-07-11
4
-295
/
+179
|
|
*
Factorized shading code that was common to PDF and PostScript
Vincent Hennebert
2014-07-11
10
-768
/
+470
|
|
*
Renamed GradientFactory into GradientMaker
Vincent Hennebert
2014-07-11
5
-31
/
+35
|
|
*
Tightened access control to Function's fields
Vincent Hennebert
2014-07-11
1
-15
/
+15
|
|
*
Simplified makeShading and makePattern methods
Vincent Hennebert
2014-07-11
3
-34
/
+21
|
|
*
More sensible variable naming
Vincent Hennebert
2014-07-11
5
-63
/
+60
|
|
*
Avoid unnecessary conversion to List of Double by keeping the original float[...
Vincent Hennebert
2014-07-11
5
-157
/
+25
|
|
*
Removed makeFunction methods, whose implementations are the same for both PDF...
Vincent Hennebert
2014-07-11
5
-136
/
+16
|
|
*
Removed unnecessary FunctionDelegate class
Vincent Hennebert
2014-07-11
8
-1221
/
+496
|
|
*
Moved creation of colors into createFunctions
Vincent Hennebert
2014-07-10
1
-19
/
+19
|
|
*
Removed makeGradient and moved its content into createGradient
Vincent Hennebert
2014-07-10
1
-20
/
+5
|
|
*
Extracted function creation into separate method and simplified it
Vincent Hennebert
2014-07-10
1
-24
/
+20
|
|
*
Removed dead code
Vincent Hennebert
2014-07-10
1
-23
/
+2
|
|
*
Gave more sensible names to variables
Vincent Hennebert
2014-07-10
1
-56
/
+36
|
|
*
Removed createGradient abstract method, that was not having any specific impl...
Vincent Hennebert
2014-07-10
6
-130
/
+23
|
|
*
Factorized code that is common to linear and radial gradient creation
Vincent Hennebert
2014-07-10
1
-40
/
+31
|
|
*
Factorized gradient creation out of PDF & PS into GradientFactory
Vincent Hennebert
2014-07-10
5
-224
/
+122
|
|
*
Moved checks for repeated gradient out of gradient-creation methods
Vincent Hennebert
2014-07-10
2
-43
/
+23
|
|
*
Small adjustments to make duplication in PDF and PostScript gradients more ap...
Vincent Hennebert
2014-07-10
2
-30
/
+26
|
|
*
Removed unused code
Vincent Hennebert
2014-07-10
1
-7
/
+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
/
+21
|
|
*
Factorized creation of gradient transform
Vincent Hennebert
2014-07-10
1
-24
/
+17
|
|
*
Small adjustments to make duplication in linear and radial gradients more app...
Vincent Hennebert
2014-07-10
1
-42
/
+25
|
|
*
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
4
-23
/
+11
|
|
*
Fixed gradients in PostScript output
Vincent Hennebert
2014-07-10
4
-45
/
+38
|
|
*
If the start/end stop does not coincide with the start/end of the gradient, r...
Vincent Hennebert
2014-07-10
2
-18
/
+40
|
|
*
Created branch for working on FOP-2393, gradient rendering
Vincent Hennebert
2014-07-10
0
-0
/
+0
|
|
/
|
/
|
*
|
FOP-2389: PDFEncryption: error when Password length>32
Luis Bernardo
2014-07-08
1
-3
/
+7
*
|
FOP-1976; committed change suggested by Matthias Reischenbacher
Chris Bowditch
2014-07-07
1
-2
/
+3
*
|
FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...
Glenn Adams
2014-07-06
14
-50
/
+117
*
|
Fix leaked resource warnings from Eclipse (Kepler).
Glenn Adams
2014-07-06
10
-8
/
+38
*
|
Fix compiler warnings.
Glenn Adams
2014-07-06
17
-33
/
+18
*
|
footnoteList cannot be null there; instead we want to check if it's empty
Vincent Hennebert
2014-06-19
1
-1
/
+1
*
|
FOP-2385: Add ability to specify custom properties in the Document Informatio...
Vincent Hennebert
2014-06-18
15
-3
/
+361
*
|
FOP-1099: when table headers/footers are repeated at page breaks, also repeat...
Vincent Hennebert
2014-06-18
11
-420
/
+1274
|
/
*
FOP-1099: process footnotes coming from table headers or footers
Vincent Hennebert
2014-06-02
5
-28
/
+470
*
FOP-2354: Subset support for Type 1 fonts
Robert Meyer
2014-05-23
16
-34
/
+2410
*
FOP-2372: New extension to resize background images
Luis Bernardo
2014-05-11
9
-23
/
+290
*
added fontbox jar for release 1.8.5
Luis Bernardo
2014-05-08
1
-0
/
+0
[prev]
[next]