aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0369-9449/+0
* FOP-2553: Support PDF shading to PSSimon Steiner2016-01-111-0/+85
* FOP-2473: SVG text using filters not shownSimon Steiner2015-08-101-1/+14
* FOP-2508: TTF bullet missing when OTF usedSimon Steiner2015-07-311-11/+13
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-064-8/+8
* FOP-2448: PDF to PS deduplication of imagesSimon Steiner2015-02-104-10/+46
* FOP-2432: OTF font NPESimon Steiner2015-02-061-0/+1
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-105-9/+10
* Fix 4-instance findbug warnings.Glenn Adams2014-08-081-4/+12
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-073-10/+6
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-0/+10
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-6/+4
* FOP-2393: only the gradient's transform should be used. Other transforms will...Vincent Hennebert2014-08-011-7/+2
* Disable checkEOF when processing PS files. It's perfectly valid to have an %%...Vincent Hennebert2014-07-281-0/+1
* Merged latest trunkVincent Hennebert2014-07-189-12/+12
|\
| * Merge font mergingSimon Steiner2014-07-161-1/+1
| |\
| | * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-1/+1
| * | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1510-22/+22
* | | Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-141-12/+14
* | | Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-141-4/+4
* | | Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-141-15/+10
* | | Renamed shading package to gradientVincent Hennebert2014-07-141-4/+4
* | | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-143-176/+63
* | | Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-5/+2
* | | Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-111-11/+5
* | | Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-113-245/+40
* | | Renamed GradientFactory into GradientMakerVincent Hennebert2014-07-112-5/+43
* | | Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-112-93/+14
* | | Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-111-68/+9
* | | Removed createGradient abstract method, that was not having any specific impl...Vincent Hennebert2014-07-101-36/+1
* | | Factorized gradient creation out of PDF & PS into GradientFactoryVincent Hennebert2014-07-101-113/+8
* | | 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-101-3/+2
* | | Fixed gradients in PostScript outputVincent Hennebert2014-07-103-44/+37
* | | If the start/end stop does not coincide with the start/end of the gradient, r...Vincent Hennebert2014-07-101-14/+22
|/ /
* / Fix compiler warnings.Glenn Adams2014-07-061-2/+1
|/
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-2/+70
* FOP-2339: GIF to PS transparency is black; patch by Simon SteinerLuis Bernardo2014-04-031-0/+14
* Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-307-102/+1236
|\
| * 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-031-3/+6
| * FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-135-58/+1034
| * FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+1
| * FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-142-43/+189