aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* FOP-2353: Test PDF-A preflight warningsSimon Steiner2014-08-261-0/+22
* FOP-2391: add missing fileGlenn Adams2014-08-231-0/+167
* FOP-2391: enable bidi processing of SVG text chunksGlenn Adams2014-08-2311-64/+386
* Rename checkstyle property to avoid gump versionSimon Steiner2014-08-211-3/+3
* Fix checkstyleSimon Steiner2014-08-211-2/+2
* FOP-2353: PDF-A preflight warningsSimon Steiner2014-08-213-3/+21
* FOP-2406: Error when image next to pdfSimon Steiner2014-08-195-77/+112
* FOP-2391: ensure mapping is non-null in CS SVG textGlenn Adams2014-08-183-8/+12
* Update xmlgraphics commons jar.Glenn Adams2014-08-171-0/+0
* 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