aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* FOP-2060: adjoining blocks with break-before="page" break-after="page" cause ...Luis Bernardo2014-10-152-0/+12
* FOP-2249: elide formatting controls - preliminaryGlenn Adams2014-10-148-17/+90
* FOP-2416: add support for Arabic Joiners (ZWJ/ZWNJ) - preliminaryGlenn Adams2014-10-131-55/+112
* FOP-2287: support Tamil script (preliminary)Glenn Adams2014-10-129-25/+728
* FOP-2157: Deadlock in CompareUtil class; patch by Jacopo Cappellato based on ...Luis Bernardo2014-10-091-0/+22
* FOP-2415: prevent NPE when Indic script syllabizer is not availableGlenn Adams2014-10-091-2/+3
* FOP-2391: ensure derived font triplet is usedGlenn Adams2014-09-261-2/+2
* FOP-2391: fix NSM reordering issue and ensure same PDF output as XSL-FO code ...Glenn Adams2014-09-208-34/+137
* FOP-2411: PDF to PDF Link not workingSimon Steiner2014-09-113-0/+20
* FOP-2213 use kern table when no GPOS kern lookups are presentGlenn Adams2014-09-0910-14/+667
* FOP-2303: fix negative text indent in bidi contextGlenn Adams2014-09-081-17/+0
* FOP-2258: fix erroneous mirroringGlenn Adams2014-09-081-2/+2
* FOP-2410: fix fo:page-number in bidi contextGlenn Adams2014-09-088-38/+174
* 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-1711-10/+101
* 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-18297-953/+1135
| |\ | |/ |/|
* | 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-15275-712/+712
* | | ... 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