| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P... | Robert Meyer | 2013-12-05 | 2 | -1/+24 |
| * | | | FOP-1069: No error message on illegal/unknown values on a property | Robert Meyer | 2013-12-04 | 1 | -2/+5 |
| * | | | Enabled LineLength check and fixed corresponding issues | Vincent Hennebert | 2013-12-03 | 10 | -12/+24 |
| * | | | FOP-2323: NPE caused by missing local subroutine index in private dictonary o... | Robert Meyer | 2013-12-03 | 1 | -2/+6 |
| * | | | FOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent... | Luis Bernardo | 2013-11-24 | 1 | -6/+20 |
| * | | | FOP-2317: crash when issuing warning for invalid property value | Vincent Hennebert | 2013-11-21 | 1 | -1/+1 |
| * | | | Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issues | Vincent Hennebert | 2013-11-19 | 36 | -409/+281 |
| * | | | FOP-2312: font-base configuration setting not working as expected | Vincent Hennebert | 2013-11-15 | 3 | -29/+47 |
| * | | | FOP-2313: add support for svg gradients when generating PostScript; most code... | Luis Bernardo | 2013-11-13 | 20 | -854/+2803 |
| * | | | Reverted changes to PDFStructureTreeBuilder from rev. 1537600 | Vincent Hennebert | 2013-11-05 | 1 | -6/+2 |
| * | | | FOP-1749: Fix offset of footnote when it has a margin-top | Vincent Hennebert | 2013-11-05 | 1 | -1/+1 |
| * | | | FOP-2311: revert changes from FOP-1069 that regresses shorthand property hand... | Glenn Adams | 2013-11-01 | 1 | -1/+2 |
| * | | | FOP-2301: Enable support for PDF sub-page transitions. | Glenn Adams | 2013-11-01 | 69 | -415/+2422 |
| * | | | FOP-2310: Fix misplaced table cell border in WM RTL context. | Glenn Adams | 2013-10-31 | 19 | -27/+136 |
| * | | | reverted 1536924 (FOP-2308) | Luis Bernardo | 2013-10-30 | 1 | -1/+1 |
| * | | | FOP-2308: text-transform="capitalize" assumes input text is lowercase | Luis Bernardo | 2013-10-29 | 1 | -1/+1 |
| * | | | FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; target-resolution w... | Luis Bernardo | 2013-10-28 | 1 | -3/+0 |
| * | | | FOP-2306: use the URI of the source FO document rather than the config file a... | Vincent Hennebert | 2013-10-22 | 1 | -1/+7 |
| * | | | FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-header | Robert Meyer | 2013-10-22 | 3 | -19/+166 |
| * | | | FOP-2299: Non Unicode named glyphs not loaded for Type1 fonts | Robert Meyer | 2013-10-21 | 2 | -5/+6 |
| |/ / |
|
| * | | FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si... | Luis Bernardo | 2013-10-16 | 1 | -2/+3 |
| * | | FOP-1872: External document is clipped when rotated; patch submitted by Thana... | Luis Bernardo | 2013-10-13 | 1 | -2/+8 |
| * | | Removed unused variables | Vincent Hennebert | 2013-10-09 | 3 | -7/+0 |
| * | | Do not log a warning when .notdef has been assigned to an unused code of Adob... | Vincent Hennebert | 2013-10-08 | 1 | -3/+6 |
| * | | FOP-2106: Footnote put on earlier page than the one that contains the footnot... | Vincent Hennebert | 2013-10-08 | 1 | -32/+46 |
| * | | FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of UR... | Luis Bernardo | 2013-09-25 | 1 | -1/+1 |
| * | | FOP-2298: One last @Override to remove to satisfy broken Java 5 support. | Glenn Adams | 2013-09-17 | 1 | -1/+0 |
| * | | FOP-2298: Java 5 is more strict than Java 6 about use of @Override on impleme... | Glenn Adams | 2013-09-16 | 2 | -3/+0 |
| * | | FOP-2298: Java 5 doesn't support String.isEmpty | Glenn Adams | 2013-09-16 | 3 | -4/+4 |
| * | | FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ... | Glenn Adams | 2013-09-13 | 28 | -147/+1077 |
* | | | Attach the selected variant to KnuthPageNode in order to propagate the inform... | Vincent Hennebert | 2013-12-13 | 4 | -41/+83 |
* | | | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr... | Vincent Hennebert | 2013-11-20 | 10 | -413/+33 |
* | | | Implement whitespace management extension using fo:multi-switch | Vincent Hennebert | 2013-11-07 | 20 | -812/+762 |
* | | | FOP-2293: Second patch by Seifeddine Dridi | Vincent Hennebert | 2013-09-04 | 16 | -287/+284 |
* | | | FOP-2292: First bits of a whitespace management extension | Vincent Hennebert | 2013-08-29 | 16 | -23/+1090 |
|/ / |
|
* | | FOP-2275: Quadratic Bezier curves not properly rendered | Robert Meyer | 2013-08-20 | 1 | -4/+20 |
* | | FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli... | Luis Bernardo | 2013-08-14 | 2 | -89/+937 |
* | | FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer | Luis Bernardo | 2013-08-14 | 22 | -2205/+3867 |
* | | Removed obsolete CommandLineLogger. | Vincent Hennebert | 2013-07-30 | 5 | -320/+2 |
|/ |
|
* | FOP-2265: Enable xlint cast; patch submitted by Simon Steiner | Luis Bernardo | 2013-07-13 | 31 | -57/+55 |
* | FOP-2271: XSL Infinite loop; patch submitted by Simon Steiner. | Luis Bernardo | 2013-07-12 | 1 | -9/+18 |
* | FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte... | Luis Bernardo | 2013-07-12 | 1 | -1/+1 |
* | FOP-2259: 1 bit TIFF error; patch submitted by Simon Steiner | Luis Bernardo | 2013-07-12 | 3 | -3/+13 |
* | FOP-2250: Arabic characters are not connected on PCL; partial implementation. | Luis Bernardo | 2013-06-23 | 3 | -24/+122 |
* | FOP-2246: Exception java.lang.IllegalArgumentException: min (1650) > opt (0);... | Luis Bernardo | 2013-06-18 | 1 | -0/+10 |
* | Improved fop.xconf validation | Peter Hancock | 2013-06-04 | 1 | -136/+249 |
* | FOP-2248: add support for AES 256 PDF encryption | Luis Bernardo | 2013-05-18 | 9 | -83/+506 |
* | FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag... | Luis Bernardo | 2013-05-13 | 2 | -2/+2 |
* | Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ... | Vincent Hennebert | 2013-05-07 | 59 | -263/+262 |
* | Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin... | Vincent Hennebert | 2013-05-07 | 183 | -4217/+4217 |