aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * 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-104-23/+11
| | * Fixed gradients in PostScript outputVincent Hennebert2014-07-104-45/+38
| | * If the start/end stop does not coincide with the start/end of the gradient, r...Vincent Hennebert2014-07-102-18/+40
| | * Created branch for working on FOP-2393, gradient renderingVincent Hennebert2014-07-100-0/+0
| |/ |/|
* | FOP-2389: PDFEncryption: error when Password length>32Luis Bernardo2014-07-081-3/+7
* | FOP-1976; committed change suggested by Matthias ReischenbacherChris Bowditch2014-07-071-2/+3
* | FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...Glenn Adams2014-07-0614-50/+117
* | Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-0610-8/+38
* | Fix compiler warnings.Glenn Adams2014-07-0617-33/+18
* | footnoteList cannot be null there; instead we want to check if it's emptyVincent Hennebert2014-06-191-1/+1
* | FOP-2385: Add ability to specify custom properties in the Document Informatio...Vincent Hennebert2014-06-1815-3/+361
* | FOP-1099: when table headers/footers are repeated at page breaks, also repeat...Vincent Hennebert2014-06-1811-420/+1274
|/
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-025-28/+470
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-2316-34/+2410
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-119-23/+290
* added fontbox jar for release 1.8.5Luis Bernardo2014-05-081-0/+0