aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Collapse)AuthorAgeFilesLines
* FOP-2323: NPE caused by missing local subroutine index in private dictonary ↵Robert Meyer2013-12-031-2/+6
| | | | | | of OTF font git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547330 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2314: Caching xmlParserClassName in ↵Luis Bernardo2013-11-241-6/+20
| | | | | | org.apache.fop.svg.SimpleSVGUserAgent; patch submitted by Gonzalo Vasquez git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544897 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2317: crash when issuing warning for invalid property valueVincent Hennebert2013-11-211-1/+1
| | | | | | | Patch by Seifeddine Dridi git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544199 13f79535-47bb-0310-9956-ffa450edef68
* Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-1934-376/+253
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1543560 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-153-29/+47
| | | | | | | | Use the config file URI to resolve relative <base> / <font-base> URIs. Fall back to default base URI only if the config input stream has no URI. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1542190 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2313: add support for svg gradients when generating PostScript; most ↵Luis Bernardo2013-11-1320-854/+2803
| | | | | | code authored by Robert Meyer with a small contribution by Athanasios Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68
* Reverted changes to PDFStructureTreeBuilder from rev. 1537600Vincent Hennebert2013-11-051-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538984 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-051-1/+1
| | | | | | | Patch by Alexey Neyman, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538961 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2311: revert changes from FOP-1069 that regresses shorthand property ↵Glenn Adams2013-11-011-1/+2
| | | | | | handling. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538062 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0167-410/+2416
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537948 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-3119-27/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537600 13f79535-47bb-0310-9956-ffa450edef68
* reverted 1536924 (FOP-2308)Luis Bernardo2013-10-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537012 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536924 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; target-resolution ↵Luis Bernardo2013-10-281-3/+0
| | | | | | was being overridden by default value git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536556 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2306: use the URI of the source FO document rather than the config file ↵Vincent Hennebert2013-10-221-1/+7
| | | | | | as a default base URI git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534704 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-223-19/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534582 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2299: Non Unicode named glyphs not loaded for Type1 fontsRobert Meyer2013-10-212-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534195 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2296: SVG fill pattern not visible with encryption; patch submitted by ↵Luis Bernardo2013-10-161-2/+3
| | | | | | Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1532940 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1872: External document is clipped when rotated; patch submitted by ↵Luis Bernardo2013-10-131-2/+8
| | | | | | Thanasis Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1531769 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused variablesVincent Hennebert2013-10-093-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530507 13f79535-47bb-0310-9956-ffa450edef68
* Do not log a warning when .notdef has been assigned to an unused code of ↵Vincent Hennebert2013-10-081-3/+6
| | | | | | AdobeStandardEncoding git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530313 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2106: Footnote put on earlier page than the one that contains the ↵Vincent Hennebert2013-10-081-32/+46
| | | | | | | | | footnote call Patch by Alexey Neyman, committed with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530232 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of ↵Luis Bernardo2013-09-251-1/+1
| | | | | | URL for connection; patch suggested by Matthias Reischenbacher and Robert Meyer comments. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1526329 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2298: One last @Override to remove to satisfy broken Java 5 support.Glenn Adams2013-09-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1524211 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2298: Java 5 is more strict than Java 6 about use of @Override on ↵Glenn Adams2013-09-162-3/+0
| | | | | | implementation of interface methods. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1523709 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2298: Java 5 doesn't support String.isEmptyGlenn Adams2013-09-163-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1523706 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ↵Glenn Adams2013-09-1326-146/+1075
| | | | | | to augment /Catalog and /Page dictionaries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1522934 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2275: Quadratic Bezier curves not properly renderedRobert Meyer2013-08-201-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1515840 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer ↵Luis Bernardo2013-08-142-89/+937
| | | | | | (eclipse misbehaved and missed a file) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514079 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-1422-2205/+3867
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514076 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete CommandLineLogger.Vincent Hennebert2013-07-305-320/+2
| | | | | | | | The Jdk14Logger is guaranteed to be there by default now that the minimal Java requirement is 1.5. Also, CommandLineLogger messes up the output when rendering to stdout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1508599 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-1331-57/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502902 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2271: XSL Infinite loop; patch submitted by Simon Steiner.Luis Bernardo2013-07-121-9/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502722 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2273: Stroke miter limit is not clamped when writing PDFs; patch ↵Luis Bernardo2013-07-121-1/+1
| | | | | | submitted by Max Gilead git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502705 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2259: 1 bit TIFF error; patch submitted by Simon SteinerLuis Bernardo2013-07-123-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502694 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2250: Arabic characters are not connected on PCL; partial implementation.Luis Bernardo2013-06-233-24/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1495898 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2246: Exception java.lang.IllegalArgumentException: min (1650) > opt ↵Luis Bernardo2013-06-181-0/+10
| | | | | | (0); changes to avoid exception and default to "reasonable" values if no invalid value was explicitly provided. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1494364 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-189-83/+506
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1484190 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing ↵Luis Bernardo2013-05-132-2/+2
| | | | | | messages; patch submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1482140 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ↵Vincent Hennebert2013-05-0757-255/+254
| | | | | | corresponding issues git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1480018 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed ↵Vincent Hennebert2013-05-07179-3867/+3867
| | | | | | corresponding violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1479969 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2245: height attribute on external-graphic with percentage value behaves ↵Luis Bernardo2013-04-304-27/+30
| | | | | | incorrectly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1477872 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2244: Encrypted image colorspace fails; patch submitted by Simon SteinerLuis Bernardo2013-04-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1477861 13f79535-47bb-0310-9956-ffa450edef68
* Fix & improve the handling of temporary files using the new URI resource ↵Peter Hancock2013-04-161-10/+46
| | | | | | | | | resolvers Thanks to Alexios Giotis for valuable contribution git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1468361 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing ↵Luis Bernardo2013-04-154-7/+22
| | | | | | messages; applied second patch by Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1468239 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding ↵Vincent Hennebert2013-04-09179-6224/+6190
| | | | | | violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1466146 13f79535-47bb-0310-9956-ffa450edef68
* FOP #2234: NPE when rendering a document with markers and accessibility is ↵Vincent Hennebert2013-04-0884-169/+547
| | | | | | enabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1465599 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2226: Image resources are not closed when rendering into the ↵Vincent Hennebert2013-03-191-0/+6
| | | | | | Intermediate Format git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1458382 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2216: PDF forms are offset; patch submitted by Simon SteinerLuis Bernardo2013-03-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1457282 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2223: Lines do not span to the end in rounded border cells in AFP; patch ↵Luis Bernardo2013-03-161-20/+37
| | | | | | submitted by Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1457188 13f79535-47bb-0310-9956-ffa450edef68