7920 Révisions (FOP-2393_gradient-rendering)
 

Auteur SHA1 Message Date
  Vincent Hennebert 27b9b2ecbf Removed unused code il y a 9 ans
  Vincent Hennebert 7f21c0ae85 Merged latest trunk il y a 9 ans
  Vincent Hennebert f8dd309bf6 Added more complete tests il y a 9 ans
  Vincent Hennebert a1e5851e19 Check bounds and encode il y a 9 ans
  Vincent Hennebert dc62d10348 For a Shading object, domain is optional and its default value is what we need il y a 9 ans
  Vincent Hennebert 0a7069adae Removed unused functionType parameter il y a 9 ans
  Vincent Hennebert 0a505d2b84 Added test case for the gradient package il y a 9 ans
  Vincent Hennebert b49267763c Cleaned up and re-organized PS gradient test case il y a 9 ans
  Simon Steiner d8823a7063 Revert fontbox il y a 9 ans
  Simon Steiner 28bf84838f Merge font merging il y a 9 ans
  Vincent Hennebert c411c5fb57 Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings il y a 9 ans
  Vincent Hennebert c17e7bea19 ... And actually fix resulting warnings il y a 9 ans
  Vincent Hennebert ad635f4ff1 Removed CSOFF: LineLengthCheck that have crept in existing files il y a 9 ans
  Vincent Hennebert 6b998b1ba3 createPDFPattern can be made private il y a 9 ans
  Vincent Hennebert fbf34c38dc Use the appropriate double formatter depending on the selected output il y a 9 ans
  Vincent Hennebert 5166be88be Factorized outputDoubles into GradientMaker il y a 9 ans
  Vincent Hennebert bff76cd4a3 Rename toWriteableString into output and added StringBuilder parameter il y a 9 ans
  Vincent Hennebert cc8de67793 Delegate function rendering to dedicated class intead of taking as parameter a list of Strings coming from who knows where il y a 9 ans
  Vincent Hennebert 137171a8e7 Renamed shading package to gradient il y a 9 ans
  Vincent Hennebert 41cfa73d4b Moved stuff that is common to PDF and PS to Pattern il y a 9 ans
  Vincent Hennebert 48d4ad4993 Moved content of FunctionPattern into Function il y a 9 ans
  Vincent Hennebert decb63c9df Moved content of ShadingPattern into Shading il y a 10 ans
  Vincent Hennebert b7b8ba98b4 Factorized shading code that was common to PDF and PostScript il y a 10 ans
  Vincent Hennebert fd5c47183e Renamed GradientFactory into GradientMaker il y a 10 ans
  Vincent Hennebert 27b5b411cd Tightened access control to Function's fields il y a 10 ans
  Vincent Hennebert 06adde0ea4 Simplified makeShading and makePattern methods il y a 10 ans
  Vincent Hennebert 811e218ebc More sensible variable naming il y a 10 ans
  Vincent Hennebert f9e61a8128 Avoid unnecessary conversion to List of Double by keeping the original float[] array for colors il y a 10 ans
  Vincent Hennebert 1ead2b6ba0 Removed makeFunction methods, whose implementations are the same for both PDF and PS il y a 10 ans
  Vincent Hennebert d2b8aba113 Removed unnecessary FunctionDelegate class il y a 10 ans
  Vincent Hennebert 2be89ddec6 Moved creation of colors into createFunctions il y a 10 ans
  Vincent Hennebert 09781c3b8f Removed makeGradient and moved its content into createGradient il y a 10 ans
  Vincent Hennebert 3a36357fca Extracted function creation into separate method and simplified it il y a 10 ans
  Vincent Hennebert 89c15128cb Removed dead code il y a 10 ans
  Vincent Hennebert 07df6c3deb Gave more sensible names to variables il y a 10 ans
  Vincent Hennebert ed15912213 Removed createGradient abstract method, that was not having any specific implementation in sub-classes il y a 10 ans
  Vincent Hennebert 1cc7422fab Factorized code that is common to linear and radial gradient creation il y a 10 ans
  Vincent Hennebert 43597cfb65 Factorized gradient creation out of PDF & PS into GradientFactory il y a 10 ans
  Vincent Hennebert 290077cc21 Moved checks for repeated gradient out of gradient-creation methods il y a 10 ans
  Vincent Hennebert 2cf4301b4f Small adjustments to make duplication in PDF and PostScript gradients more apparent il y a 10 ans
  Vincent Hennebert b1e0d1b19f Removed unused code il y a 10 ans
  Vincent Hennebert e848ca20e3 Factorized creation of gradient bounds il y a 10 ans
  Vincent Hennebert a201927a5e Factorized creation of gradient colors il y a 10 ans
  Vincent Hennebert 73b9837624 Factorized creation of gradient transform il y a 10 ans
  Vincent Hennebert 47b6aab658 Small adjustments to make duplication in linear and radial gradients more apparent il y a 10 ans
  Vincent Hennebert c693acafaf Removed unused code il y a 10 ans
  Vincent Hennebert cf24cc5673 Factorized creation of gradient bounds il y a 10 ans
  Vincent Hennebert ea7fa816d2 Factorized creation of gradient colors il y a 10 ans
  Vincent Hennebert c085138424 Factorized check for transparent colors out of gradient-handling code il y a 10 ans
  Vincent Hennebert 291a0f7840 Factorized creation of gradient transform il y a 10 ans