aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* FOP-2432: OTF font NPESimon Steiner2015-02-061-0/+1
* FOP-2443: Repeated Table headers and footers with markers are not being treat...Simon Steiner2015-02-064-0/+46
* FOP-2442: Specifying the expansion of an abbreviationSimon Steiner2015-02-066-3/+44
* Fixing annotation and commentLuca Furini2015-01-271-4/+1
* FOP-2348:fixing PDF file attachment extension; patch submitted by Matthias Re...Luca Furini2015-01-271-0/+9
* minor tweaks: updated copyright date, pdf-transcoder task, and checkstyle fixesLuis Bernardo2014-12-033-8/+8
* FOP-2433: Support CMYK TIFFs in AFP through IOCA FS45Luis Bernardo2014-12-029-17/+467
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-0227-100/+1196
* reapply r1637817 (new ant task removes cache)Luis Bernardo2014-11-2610-59/+179
* Revert to r1637810 to fix broken build.Glenn Adams2014-11-1110-182/+59
* FOP-2424: Allow for type1 afm/pfm files to be in a different path than the pf...Luis Bernardo2014-11-1010-59/+182
* FOP-2422: fix erroneous use of mapped char with fixed width space charsGlenn Adams2014-11-101-1/+1
* FOP-2281: factory is not initialized when -cache is used in org.apache.fop.cl...Luis Bernardo2014-11-031-2/+7
* FOP-2420: ensure word area's bidi level is initialized when word is mapped to...Glenn Adams2014-10-234-8/+10
* FOP-2417: Exception caused by letter space handling in Chinese sentenceLuis Bernardo2014-10-171-4/+2
* 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