aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-294-233/+139
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-133-6/+6
* FOP-2259: 1 bit TIFF error; patch submitted by Simon SteinerLuis Bernardo2013-07-121-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-072-6/+6
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-086-6/+6
* FOP-2206: Add support for CS placement and escapement data in PS renderer.Glenn Adams2013-02-052-12/+32
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-181-2/+4
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-091-4/+2
* Fix Jira FOP-2173: Invalid Postscript created with SVG and custom fontsChris Bowditch2012-12-171-12/+19
* Bugzilla#45822: Changed the dashed borders to appear more like dashes and les...Mehdi Houshmand2012-10-301-14/+7
* Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-091-5/+4
* Increased unit test coverage for the PaintersPeter Hancock2012-10-083-390/+395
* Merged trunk@1391502Peter Hancock2012-10-042-7/+25
|\