aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0612-49/+49
* Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-0610-8/+38
* Fix compiler warnings.Glenn Adams2014-07-0616-30/+16
* 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-1812-3/+242
* FOP-1099: when table headers/footers are repeated at page breaks, also repeat...Vincent Hennebert2014-06-189-47/+207
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-024-28/+97
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-2312-34/+1705
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-117-23/+86
* Brought the branch in sync with rev. 1590916 of trunkTemp_WhitespaceManagementVincent Hennebert2014-04-3010-9/+139
|\
| * CheckstyleSimon Steiner2014-04-291-1/+2
| * FOP-2345 SVG to AFP text spacing wrongSimon Steiner2014-04-281-1/+14
| * FOP-2336 OOM for tiff outputSimon Steiner2014-04-281-2/+3
| * FOP-2337 Remove xobj type=formSimon Steiner2014-04-282-4/+34
| * FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap wit...Vincent Hennebert2014-04-045-2/+73
| * FOP-2339: GIF to PS transparency is black; patch by Simon SteinerLuis Bernardo2014-04-031-0/+14