aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...Robert Meyer2013-12-052-1/+24
| * | | FOP-1069: No error message on illegal/unknown values on a propertyRobert Meyer2013-12-041-2/+5
| * | | Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-0310-12/+24
| * | | FOP-2323: NPE caused by missing local subroutine index in private dictonary o...Robert Meyer2013-12-031-2/+6
| * | | FOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent...Luis Bernardo2013-11-241-6/+20
| * | | FOP-2317: crash when issuing warning for invalid property valueVincent Hennebert2013-11-211-1/+1
| * | | Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-1936-409/+281
| * | | FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-153-29/+47
| * | | FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-1320-854/+2803
| * | | Reverted changes to PDFStructureTreeBuilder from rev. 1537600Vincent Hennebert2013-11-051-6/+2
| * | | FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-051-1/+1
| * | | FOP-2311: revert changes from FOP-1069 that regresses shorthand property hand...Glenn Adams2013-11-011-1/+2
| * | | FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0169-415/+2422
| * | | FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-3119-27/+136
| * | | reverted 1536924 (FOP-2308)Luis Bernardo2013-10-301-1/+1
| * | | FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-291-1/+1
| * | | FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; target-resolution w...Luis Bernardo2013-10-281-3/+0
| * | | FOP-2306: use the URI of the source FO document rather than the config file a...Vincent Hennebert2013-10-221-1/+7
| * | | FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-223-19/+166
| * | | FOP-2299: Non Unicode named glyphs not loaded for Type1 fontsRobert Meyer2013-10-212-5/+6
| |/ /
| * | FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si...Luis Bernardo2013-10-161-2/+3
| * | FOP-1872: External document is clipped when rotated; patch submitted by Thana...Luis Bernardo2013-10-131-2/+8
| * | Removed unused variablesVincent Hennebert2013-10-093-7/+0
| * | Do not log a warning when .notdef has been assigned to an unused code of Adob...Vincent Hennebert2013-10-081-3/+6
| * | FOP-2106: Footnote put on earlier page than the one that contains the footnot...Vincent Hennebert2013-10-081-32/+46
| * | FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of UR...Luis Bernardo2013-09-251-1/+1
| * | FOP-2298: One last @Override to remove to satisfy broken Java 5 support.Glenn Adams2013-09-171-1/+0
| * | FOP-2298: Java 5 is more strict than Java 6 about use of @Override on impleme...Glenn Adams2013-09-162-3/+0
| * | FOP-2298: Java 5 doesn't support String.isEmptyGlenn Adams2013-09-163-4/+4
| * | FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-1328-147/+1077
* | | Attach the selected variant to KnuthPageNode in order to propagate the inform...Vincent Hennebert2013-12-134-41/+83
* | | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-2010-413/+33
* | | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-0720-812/+762
* | | FOP-2293: Second patch by Seifeddine DridiVincent Hennebert2013-09-0416-287/+284
* | | FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-2916-23/+1090
|/ /
* | FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
* | FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli...Luis Bernardo2013-08-142-89/+937
* | FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-1422-2205/+3867
* | Removed obsolete CommandLineLogger.Vincent Hennebert2013-07-305-320/+2
|/
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-1331-57/+55
* FOP-2271: XSL Infinite loop; patch submitted by Simon Steiner.Luis Bernardo2013-07-121-9/+18
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch submitte...Luis Bernardo2013-07-121-1/+1
* FOP-2259: 1 bit TIFF error; patch submitted by Simon SteinerLuis Bernardo2013-07-123-3/+13
* FOP-2250: Arabic characters are not connected on PCL; partial implementation.Luis Bernardo2013-06-233-24/+122
* FOP-2246: Exception java.lang.IllegalArgumentException: min (1650) > opt (0);...Luis Bernardo2013-06-181-0/+10
* Improved fop.xconf validationPeter Hancock2013-06-041-136/+249
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-189-83/+506
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-05-132-2/+2
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-0759-263/+262
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-07183-4217/+4217