aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Properly handle "error-if-overflow" value of "overflow" property when ↵Vincent Hennebert2013-10-282-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | overflow happens in inline-progression-direction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536486 13f79535-47bb-0310-9956-ffa450edef68
| * | | Added support for percentage dimensionsVincent Hennebert2013-10-281-11/+16
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536425 13f79535-47bb-0310-9956-ffa450edef68
| * | | Slightly simplified looping through positions in addAreasVincent Hennebert2013-10-281-9/+11
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536424 13f79535-47bb-0310-9956-ffa450edef68
| * | | Do space resolution on the children of the inline-containerVincent Hennebert2013-10-282-28/+25
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536418 13f79535-47bb-0310-9956-ffa450edef68
| * | | Issue a warning if the content of an inline-container overflows it in the ↵Vincent Hennebert2013-10-241-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | block-progression-direction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535430 13f79535-47bb-0310-9956-ffa450edef68
| * | | Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-6/+8
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535417 13f79535-47bb-0310-9956-ffa450edef68
| * | | When inline-progression-dimension has been left to auto on ↵Vincent Hennebert2013-10-243-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | fo:inline-container, fall back to the IPD of the nearest ancestor reference-area. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535410 13f79535-47bb-0310-9956-ffa450edef68
| * | | Parse back the container area from the area tree.Vincent Hennebert2013-10-243-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes AreaTreeParserTestCase. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535384 13f79535-47bb-0310-9956-ffa450edef68
| * | | First bits of support for fo:inline-containerVincent Hennebert2013-10-214-162/+305
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534143 13f79535-47bb-0310-9956-ffa450edef68
| | | * Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-2961-1717/+2720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The metrics are now taken from FOP configured fonts and no longer from AWT equivalents. That avoids discrepancies in case AWT and FOP use slightly different fonts, or if the font is not installed on the system. That actually also avoids having to install the font on the system. FOP is also used for the primary layout of text (prior to SVG-specific transforms like translation or rotation) for consistency between SVG and XSL-FO. This is a joint work from Peter Hancock and myself. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1508208 13f79535-47bb-0310-9956-ffa450edef68
* | | | Handle the case where dynamic content is in the middle of a page, selecting ↵Vincent Hennebert2014-03-178-174/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the first variant Patch by Seifeddine Dridi, applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578270 13f79535-47bb-0310-9956-ffa450edef68
* | | | Brought the branch in sync with rev. 1550844 of trunkVincent Hennebert2013-12-13171-1563/+6668
|\ \ \ \ | | |/ / | |/| | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1550851 13f79535-47bb-0310-9956-ffa450edef68
| * | | FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify ↵Luis Bernardo2013-12-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | currentStream; change suggested by Max Gilead git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550834 13f79535-47bb-0310-9956-ffa450edef68
| * | | FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; ↵Robert Meyer2013-12-052-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | Patch submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1548054 13f79535-47bb-0310-9956-ffa450edef68
| * | | FOP-1069: No error message on illegal/unknown values on a propertyRobert Meyer2013-12-041-2/+5
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547838 13f79535-47bb-0310-9956-ffa450edef68
| * | | Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-0310-12/+24
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547372 13f79535-47bb-0310-9956-ffa450edef68
| * | | 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-1327-146/+1076
| | | | | | | | | | | | | | | | | | to augment /Catalog and /Page dictionaries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1522934 13f79535-47bb-0310-9956-ffa450edef68
* | | Attach the selected variant to KnuthPageNode in order to propagate the ↵Vincent Hennebert2013-12-134-41/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | information down to area tree creation. Patch by Seifeddine Dridi, applied with some modifications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1550847 13f79535-47bb-0310-9956-ffa450edef68
* | | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy ↵Vincent Hennebert2013-11-2010-413/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | property Patch by Seifeddine Dridi git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1543891 13f79535-47bb-0310-9956-ffa450edef68
* | | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-0720-812/+762
| | | | | | | | | | | | | | | | | | | | | Patch from 13/10/28 by Seifeddine Dridi, applied with some modifications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1539809 13f79535-47bb-0310-9956-ffa450edef68
* | | FOP-2293: Second patch by Seifeddine DridiVincent Hennebert2013-09-0416-287/+284
| | | | | | | | | | | | | | | | | | | | | Some adjustments and a lot of Checkstyle fixes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1520134 13f79535-47bb-0310-9956-ffa450edef68
* | | FOP-2292: First bits of a whitespace management extensionVincent Hennebert2013-08-2916-23/+1090
|/ / | | | | | | | | | | | | Patch by Seifeddine Dridi, applied with some modifications (mainly, Java compliance and Checkstyle) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1518691 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