| Commit message (Expand) | Author | Age | Files | Lines |
* | FOP-2739: Upgrade to PDFBox 2.0.7 | Simon Steiner | 2017-09-18 | 1 | -0/+0 |
* | Use foreach and cleanup | Simon Steiner | 2017-08-04 | 7 | -16/+14 |
* | Update to latest batik | Simon Steiner | 2017-07-18 | 1 | -0/+0 |
* | FOP-2718: sRGB.icc is missing from ant jar | Simon Steiner | 2017-07-07 | 1 | -0/+1 |
* | FOP-2713: Text missing on last page with changing ipd | Simon Steiner | 2017-06-19 | 1 | -0/+64 |
* | FOP-2712: NoSuchElementException on changing IPD | Simon Steiner | 2017-06-08 | 1 | -0/+321 |
* | FOP-2708: Set fop script as executable | Simon Steiner | 2017-05-31 | 1 | -7/+7 |
* | FOP-2570: fix border placement in r-l mode, if there are row spans | Matthias Reischenbacher | 2017-05-25 | 2 | -3/+95 |
* | FOP-2707: fix wrong bidi level, when creating new spans | Matthias Reischenbacher | 2017-05-24 | 1 | -0/+47 |
* | XGC-98: UndeclaredThrowableException while loading images | Simon Steiner | 2017-05-24 | 1 | -0/+0 |
* | FOP-2570: fix border placement of spanned table cells in r-l writing-mode | Matthias Reischenbacher | 2017-04-29 | 1 | -0/+133 |
* | FOP-2251: PDF to Postscript not showing transparency | Simon Steiner | 2017-04-27 | 1 | -0/+0 |
* | FOP-2702: OTF fonts not working on Mac Preview | Simon Steiner | 2017-04-25 | 1 | -0/+1 |
* | FOP-616: "visibility" property is not implemented | Chris Bowditch | 2017-04-10 | 1 | -0/+51 |
* | Update serializer to match maven config and xalan version | Simon Steiner | 2017-03-28 | 2 | -0/+0 |
* | Bump version | Simon Steiner | 2017-03-27 | 2 | -2/+2 |
* | Update year | Simon Steiner | 2017-03-15 | 1 | -1/+1 |
* | FOP-2693: PDF plugin document cache may return closed document | Simon Steiner | 2017-02-28 | 1 | -0/+0 |
* | FOP-2643: Java 9 warnings | Simon Steiner | 2017-01-27 | 1 | -2/+2 |
* | FOP-2674: Update to PDFBox 2.0.4 | Simon Steiner | 2016-12-19 | 1 | -0/+0 |
* | Add dist target while mvn deploy is not setup | Simon Steiner | 2016-12-06 | 1 | -11/+191 |
* | FOP-2025: sRGB Color Space Profile is subject to 3rd party copyright | Simon Steiner | 2016-11-23 | 1 | -2/+2 |
* | FOP-2664: Use page-position=only if there is enough space | Simon Steiner | 2016-11-08 | 1 | -0/+80 |
* | FOP-2663: AFP tag-logical-element encoding missing from IF xml | Simon Steiner | 2016-11-07 | 1 | -0/+45 |
* | Revert erroneous maven configuration change. | Glenn Adams | 2016-10-20 | 1 | -1/+1 |
* | FOP-2658: Compile JAIMonochromeBitmapConverter | Simon Steiner | 2016-10-20 | 1 | -1/+1 |
* | FOP-2656: Update to PDFBox 2.0.3 | Simon Steiner | 2016-10-14 | 1 | -0/+0 |
* | FOP-2643: Java 9 warnings | Simon Steiner | 2016-09-01 | 1 | -4/+4 |
* | XGC-105: AFP rounded corners not in CMYK | Simon Steiner | 2016-07-29 | 1 | -0/+0 |
* | FOP-2625: Allow Attachments for PDF/A-3 | Simon Steiner | 2016-07-19 | 1 | -0/+21 |
* | FOP-2614: Image missing on change IPD | Simon Steiner | 2016-06-24 | 1 | -0/+64 |
* | FOP-2608: Convert OTF to Type 1 in postscript | Simon Steiner | 2016-05-17 | 1 | -0/+1 |
* | FOP-2562: Update to PDFBox 2 | Simon Steiner | 2016-04-14 | 3 | -0/+0 |
* | Allow penalty to be set to "INFINITE" | Simon Steiner | 2016-04-13 | 1 | -3/+3 |
* | Add license sources to jar | Simon Steiner | 2016-04-01 | 1 | -3/+3 |
* | Add util sources to jar | Simon Steiner | 2016-03-31 | 1 | -0/+3 |
* | Add event sources to jar | Simon Steiner | 2016-03-31 | 1 | -0/+3 |
* | Re-enable hyph test | Simon Steiner | 2016-03-31 | 1 | -3/+7 |
* | FOP-2597: Allow hyphenation file without extension | Simon Steiner | 2016-03-30 | 3 | -0/+39 |
* | FOP-2596: NPE with changing ipd | Simon Steiner | 2016-03-29 | 1 | -0/+62 |
* | FOP-2593: Shell scripts only point to ant jars | Simon Steiner | 2016-03-29 | 2 | -2/+2 |
* | FOP-1852: Keep fop shell old naming | Simon Steiner | 2016-03-17 | 1 | -0/+0 |
* | Change release, dist, and nightly-build targets to NO-OPs with message to con... | Glenn Adams | 2016-03-15 | 1 | -213/+13 |
* | Ensure ant checkstyle target checks same sources as trunk. | Glenn Adams | 2016-03-15 | 1 | -1/+4 |
* | Fixups for fop-sandbox artifacts, svn:ignore. | Glenn Adams | 2016-03-13 | 1 | -0/+9 |
* | Fixups for ant targets, checkstyle, findbugs. | Glenn Adams | 2016-03-13 | 1 | -8/+8 |
* | Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ... | Glenn Adams | 2016-03-12 | 2799 | -386289/+100 |
* | Exclude JAI dependencies temporarily, until exclusion can be conditionalized. | Glenn Adams | 2016-03-08 | 1 | -0/+10 |
* | Fixups for ant junit and mvn test. | Glenn Adams | 2016-03-08 | 5 | -17/+38 |
* | Reorganize test resources into src/test/resources. | Glenn Adams | 2016-03-07 | 682 | -7/+5 |