aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Made WhitespaceManagement.getKnuthElements more robust by iterating over chil...Vincent Hennebert2014-04-281-15/+15
* | Create penalty only once and store it in WhitespaceManagementPenaltyVincent Hennebert2014-04-282-3/+5
* | Simplified make of MultiSwitchLMVincent Hennebert2014-04-281-2/+1
* | Removed obsolete fitting-strategy propertyVincent Hennebert2014-04-281-1/+0
* | Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-284-7/+11
* | By default, only the first child of a multi-switch should be laid outVincent Hennebert2014-04-183-17/+14
* | Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-086-190/+170
* | Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-275-104/+27
* | Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-17113-5560/+6939
|\|
| * FOP-2357: When an SVG image has transparency and a PDF profile is used that d...Vincent Hennebert2014-03-146-22/+87
| * 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