aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-1711-10/+101
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-1074-343/+445
* Fix 4-instance findbug warnings.Glenn Adams2014-08-0814-83/+87
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-0728-94/+68
* Fix 2-instance findbug warnings.Glenn Adams2014-08-0728-152/+165
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-0624-149/+148
* Re-filter findbugs exclusions, course grained.Glenn Adams2014-08-051-5974/+284
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-0327-575/+920
* FOP-2393: only the gradient's transform should be used. Other transforms will...Vincent Hennebert2014-08-012-7/+3
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-294-526/+81
* Disable checkEOF when processing PS files. It's perfectly valid to have an %%...Vincent Hennebert2014-07-283-0/+2
* FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of UR...Luis Bernardo2014-07-273-1/+1
* FOP-2307: Weird border color inheritance (hashCode collisions) -- patch submi...Luis Bernardo2014-07-271-0/+0
* FOP-2307: Weird border color inheritance (hashCode collisions); change sugges...Luis Bernardo2014-07-231-0/+0
* fix equality comparison between border, padding and background (see FOP-2307 ...Luis Bernardo2014-07-231-4/+5
* FOP-2398: Image written as having 72 DPI instead of its intrinstic resolutionLuis Bernardo2014-07-221-0/+0
* FOP-2395: PDF encryption does not work when PDF version is set in FOP config;...Luis Bernardo2014-07-191-1/+3
* FOP-2395: PDF encryption does not work when PDF version is set in FOP config;...Luis Bernardo2014-07-182-2/+6
* Merged branch FOP-2393_gradient-rendering back into trunkVincent Hennebert2014-07-1832-3625/+1540
|\
| * Removed unused codeFOP-2393_gradient-renderingVincent Hennebert2014-07-185-245/+4
| * Merged latest trunkVincent Hennebert2014-07-18305-975/+1153
| |\ | |/ |/|
* | Revert fontboxSimon Steiner2014-07-162-0/+0
* | Merge font mergingSimon Steiner2014-07-1630-283/+467
|\ \
| * | Add t1 mergingTemp_FontMergingSimon Steiner2014-06-206-80/+53
| * | Use correct fontboxSimon Steiner2014-06-051-0/+0
| * | Allow merging of fontsSimon Steiner2014-06-0526-204/+415
| * | Add font merging branchSimon Steiner2014-06-050-0/+0
* | | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-15281-719/+719
* | | ... And actually fix resulting warningsVincent Hennebert2014-07-152-2/+4
* | | Removed CSOFF: LineLengthCheck that have crept in existing filesVincent Hennebert2014-07-157-16/+4
| | * Added more complete testsVincent Hennebert2014-07-183-15/+137
| | * Check bounds and encodeVincent Hennebert2014-07-182-13/+30
| | * For a Shading object, domain is optional and its default value is what we needVincent Hennebert2014-07-185-38/+0
| | * Removed unused functionType parameterVincent Hennebert2014-07-184-31/+21
| | * Added test case for the gradient packageVincent Hennebert2014-07-185-46/+192
| | * Cleaned up and re-organized PS gradient test caseVincent Hennebert2014-07-188-205/+146
| | * createPDFPattern can be made privateVincent Hennebert2014-07-141-1/+1
| | * Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-146-66/+94
| | * Factorized outputDoubles into GradientMakerVincent Hennebert2014-07-143-35/+26
| | * Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-143-7/+8
| | * Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-143-19/+26
| | * Renamed shading package to gradientVincent Hennebert2014-07-148-14/+14
| | * Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-148-253/+134
| | * Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-144-358/+184
| | * Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-114-295/+179
| | * Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-1110-768/+470
| | * 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