aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* 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-114-52/+51
* Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-113-135/+16
* Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-115-136/+16
* Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-115-561/+445
* 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-105-117/+16
* 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-104-117/+116
* Moved checks for repeated gradient out of gradient-creation methodsVincent Hennebert2014-07-101-10/+0
* Small adjustments to make duplication in PDF and PostScript gradients more ap...Vincent Hennebert2014-07-101-16/+15
* 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 pseudo-factory method GradientFactory.newInstanceVincent Hennebert2014-07-103-20/+9
* 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-101-14/+22
* Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-062-1/+6
* Fix compiler warnings.Glenn Adams2014-07-066-12/+6
* FOP-2385: Add ability to specify custom properties in the Document Informatio...Vincent Hennebert2014-06-189-1/+168
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-2/+70
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-111-10/+17
* CheckstyleSimon Steiner2014-04-291-1/+2
* FOP-2336 OOM for tiff outputSimon Steiner2014-04-281-2/+3
* FOP-2337 Remove xobj type=formSimon Steiner2014-04-281-0/+7
* FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap wit...Vincent Hennebert2014-04-041-0/+5
* FOP-2339: GIF to PS transparency is black; patch by Simon SteinerLuis Bernardo2014-04-031-0/+14
* FOP-2357: When an SVG image has transparency and a PDF profile is used that d...Vincent Hennebert2014-03-142-2/+27
* FOP-2321: Latest fop snapshot crashes when processing rindolf-spec.foRobert Meyer2014-02-261-2/+4
* FOP-2260: Smart quotes broken in RTF if at start of textRobert Meyer2014-02-261-1/+1
* Fixed Checkstyle issuesVincent Hennebert2014-01-301-2/+3
* Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-3073-255/+5264
|\
| * FOP-1801: conversion B&W GIF=>PDF creates PDF with colorspace RGB if FOP0.95 ...Luis Bernardo2014-01-171-10/+28
| * FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...Robert Meyer2013-12-051-0/+9
| * Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-034-7/+12
| * FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-1315-58/+2393
| * Reverted changes to PDFStructureTreeBuilder from rev. 1537600Vincent Hennebert2013-11-051-6/+2
| * FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0144-371/+1777
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-313-5/+12
| * FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-223-19/+166
| * FOP-2298: One last @Override to remove to satisfy broken Java 5 support.Glenn Adams2013-09-171-1/+0
| * FOP-2298: Java 5 is more strict than Java 6 about use of @Override on impleme...Glenn Adams2013-09-162-3/+0
| * FOP-2298: Java 5 doesn't support String.isEmptyGlenn Adams2013-09-163-4/+4