aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fix findbugs warning recently introduced by SS.Glenn Adams2014-08-311-2/+3
* FOP-2391: add missing fileGlenn Adams2014-08-231-0/+167
* FOP-2391: enable bidi processing of SVG text chunksGlenn Adams2014-08-238-64/+377
* Fix checkstyleSimon Steiner2014-08-211-2/+2
* FOP-2353: PDF-A preflight warningsSimon Steiner2014-08-212-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
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-1710-10/+89
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-1073-249/+309
* Fix 4-instance findbug warnings.Glenn Adams2014-08-0813-63/+87
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-0727-60/+57
* Fix 2-instance findbug warnings.Glenn Adams2014-08-0727-104/+165
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-0622-61/+119
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-0324-573/+908
* FOP-2393: only the gradient's transform should be used. Other transforms will...Vincent Hennebert2014-08-011-7/+2
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-293-417/+81
* Disable checkEOF when processing PS files. It's perfectly valid to have an %%...Vincent Hennebert2014-07-281-0/+1
* FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of UR...Luis Bernardo2014-07-271-1/+1
* fix equality comparison between border, padding and background (see FOP-2307 ...Luis Bernardo2014-07-231-4/+5
* 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-1823-3420/+1105
|\
| * Removed unused codeFOP-2393_gradient-renderingVincent Hennebert2014-07-185-245/+4
| * Merged latest trunkVincent Hennebert2014-07-18294-933/+1115
| |\ | |/ |/|
* | Merge font mergingSimon Steiner2014-07-1626-268/+456
|\ \
| * | Add t1 mergingTemp_FontMergingSimon Steiner2014-06-205-65/+49
| * | Allow merging of fontsSimon Steiner2014-06-0523-204/+408
* | | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-15272-692/+692
* | | ... 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-182-11/+11
| | * Check bounds and encodeVincent Hennebert2014-07-181-13/+18
| | * For a Shading object, domain is optional and its default value is what we needVincent Hennebert2014-07-182-30/+0
| | * Removed unused functionType parameterVincent Hennebert2014-07-184-31/+21
| | * Added test case for the gradient packageVincent Hennebert2014-07-182-42/+25
| | * 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
| | * Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-115-157/+25
| | * Removed makeFunction methods, whose implementations are the same for both PDF...Vincent Hennebert2014-07-115-136/+16