aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed unused codeFOP-2393_gradient-renderingVincent Hennebert2014-07-185-245/+4
* Merged latest trunkVincent Hennebert2014-07-18305-975/+1153
|\
| * Revert fontboxSimon Steiner2014-07-162-0/+0
| * Merge font mergingSimon Steiner2014-07-1630-283/+467
| |\
| | * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-206-80/+53
| | * Use correct fontboxSimon Steiner2014-06-051-0/+0
| | * Allow merging of fontsSimon Steiner2014-06-0526-204/+415
| | * Add font merging branchSimon Steiner2014-06-050-0/+0
| * | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-15281-719/+719
| * | ... And actually fix resulting warningsVincent Hennebert2014-07-152-2/+4
| * | Removed CSOFF: LineLengthCheck that have crept in existing filesVincent Hennebert2014-07-157-16/+4
* | | Added more complete testsVincent Hennebert2014-07-183-15/+137
* | | Check bounds and encodeVincent Hennebert2014-07-182-13/+30
* | | For a Shading object, domain is optional and its default value is what we needVincent Hennebert2014-07-185-38/+0
* | | Removed unused functionType parameterVincent Hennebert2014-07-184-31/+21
* | | Added test case for the gradient packageVincent Hennebert2014-07-185-46/+192
* | | Cleaned up and re-organized PS gradient test caseVincent Hennebert2014-07-188-205/+146
* | | createPDFPattern can be made privateVincent Hennebert2014-07-141-1/+1
* | | Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-146-66/+94
* | | Factorized outputDoubles into GradientMakerVincent Hennebert2014-07-143-35/+26
* | | Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-143-7/+8
* | | Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-143-19/+26
* | | Renamed shading package to gradientVincent Hennebert2014-07-148-14/+14
* | | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-148-253/+134
* | | Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-144-358/+184
* | | Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-114-295/+179
* | | Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-1110-768/+470
* | | Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-115-31/+35
* | | Tightened access control to Function's fieldsVincent Hennebert2014-07-111-15/+15
* | | Simplified makeShading and makePattern methodsVincent Hennebert2014-07-113-34/+21
* | | More sensible variable namingVincent Hennebert2014-07-115-63/+60
* | | Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-115-157/+25
* | | Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-115-136/+16
* | | Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-118-1221/+496
* | | Moved creation of colors into createFunctionsVincent Hennebert2014-07-101-19/+19
* | | Removed makeGradient and moved its content into createGradientVincent Hennebert2014-07-101-20/+5
* | | Extracted function creation into separate method and simplified itVincent Hennebert2014-07-101-24/+20
* | | Removed dead codeVincent Hennebert2014-07-101-23/+2
* | | Gave more sensible names to variablesVincent Hennebert2014-07-101-56/+36
* | | Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-106-130/+23
* | | Factorized code that is common to linear and radial gradient creationVincent Hennebert2014-07-101-40/+31
* | | Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-105-224/+122
* | | Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-102-43/+23
* | | Small adjustments to make duplication in PDF and PostScript gradients more ap...Vincent Hennebert2014-07-102-30/+26
* | | Removed unused codeVincent Hennebert2014-07-101-7/+0
* | | Factorized creation of gradient boundsVincent Hennebert2014-07-101-18/+16
* | | Factorized creation of gradient colorsVincent Hennebert2014-07-101-28/+21
* | | Factorized creation of gradient transformVincent Hennebert2014-07-101-24/+17
* | | Small adjustments to make duplication in linear and radial gradients more app...Vincent Hennebert2014-07-101-42/+25
* | | Removed unused codeVincent Hennebert2014-07-101-14/+0