]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
10 years agoAdd t1 merging Temp_FontMerging Temp_FontMerging
Simon Steiner [Fri, 20 Jun 2014 09:27:37 +0000 (09:27 +0000)]
Add t1 merging

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1604113 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUse correct fontbox
Simon Steiner [Thu, 5 Jun 2014 11:35:29 +0000 (11:35 +0000)]
Use correct fontbox

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1600610 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAllow merging of fonts
Simon Steiner [Thu, 5 Jun 2014 11:27:11 +0000 (11:27 +0000)]
Allow merging of fonts

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1600606 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdd font merging branch
Simon Steiner [Thu, 5 Jun 2014 10:59:46 +0000 (10:59 +0000)]
Add font merging branch

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1600596 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-1099: process footnotes coming from table headers or footers
Vincent Hennebert [Mon, 2 Jun 2014 20:19:36 +0000 (20:19 +0000)]
FOP-1099: process footnotes coming from table headers or footers
The footnote will appear once at the first (resp. last) occurrence of the table-header (resp. -footer).

Patch by Matthias Reischenbacher, applied with modifications.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1599344 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2354: Subset support for Type 1 fonts
Robert Meyer [Fri, 23 May 2014 15:05:19 +0000 (15:05 +0000)]
FOP-2354: Subset support for Type 1 fonts

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1597112 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2372: New extension to resize background images
Luis Bernardo [Sun, 11 May 2014 22:06:49 +0000 (22:06 +0000)]
FOP-2372: New extension to resize background images

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593863 13f79535-47bb-0310-9956-ffa450edef68

10 years agoadded fontbox jar for release 1.8.5
Luis Bernardo [Thu, 8 May 2014 08:57:56 +0000 (08:57 +0000)]
added fontbox jar for release 1.8.5

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593209 13f79535-47bb-0310-9956-ffa450edef68

10 years agoremoved invalid jar
Luis Bernardo [Thu, 8 May 2014 08:56:32 +0000 (08:56 +0000)]
removed invalid jar

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593208 13f79535-47bb-0310-9956-ffa450edef68

10 years agoreplaced fontbox jar by new release (1.8.5) jar
Luis Bernardo [Wed, 7 May 2014 22:53:35 +0000 (22:53 +0000)]
replaced fontbox jar by new release (1.8.5) jar

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593153 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2293: extension to the layout engine for managing white space at the bottom of...
Vincent Hennebert [Wed, 30 Apr 2014 18:40:55 +0000 (18:40 +0000)]
FOP-2293: extension to the layout engine for managing white space at the bottom of a page
Content may have several variants of different sizes, from which the first that fits on the remaining space will be selected.

Merged the branch Temp_WhitespaceManagement into trunk.
This work was carried out by Seifeddine Dridi

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1591443 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. 1590916 of trunk Temp_WhitespaceManagement Temp_WhitespaceManagement
Vincent Hennebert [Wed, 30 Apr 2014 18:20:40 +0000 (18:20 +0000)]
Brought the branch in sync with rev. 1590916 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1591437 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCheckstyle
Simon Steiner [Tue, 29 Apr 2014 08:20:32 +0000 (08:20 +0000)]
Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1590916 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMade WhitespaceManagement.getKnuthElements more robust by iterating over childLM...
Vincent Hennebert [Mon, 28 Apr 2014 19:25:12 +0000 (19:25 +0000)]
Made WhitespaceManagement.getKnuthElements more robust by iterating over childLM.getNextKnuthElements

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590760 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCreate penalty only once and store it in WhitespaceManagementPenalty
Vincent Hennebert [Mon, 28 Apr 2014 19:24:59 +0000 (19:24 +0000)]
Create penalty only once and store it in WhitespaceManagementPenalty

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590758 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSimplified make of MultiSwitchLM
Vincent Hennebert [Mon, 28 Apr 2014 19:24:38 +0000 (19:24 +0000)]
Simplified make of MultiSwitchLM

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590757 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved obsolete fitting-strategy property
Vincent Hennebert [Mon, 28 Apr 2014 19:24:23 +0000 (19:24 +0000)]
Removed obsolete fitting-strategy property

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590756 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRenamed value of auto-toggle property to select-first-fitting
Vincent Hennebert [Mon, 28 Apr 2014 19:22:32 +0000 (19:22 +0000)]
Renamed value of auto-toggle property to select-first-fitting

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590754 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2345 SVG to AFP text spacing wrong
Simon Steiner [Mon, 28 Apr 2014 15:06:33 +0000 (15:06 +0000)]
FOP-2345 SVG to AFP text spacing wrong

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1590665 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2336 OOM for tiff output
Simon Steiner [Mon, 28 Apr 2014 14:24:22 +0000 (14:24 +0000)]
FOP-2336 OOM for tiff output

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1590653 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2337 Remove xobj type=form
Simon Steiner [Mon, 28 Apr 2014 12:54:29 +0000 (12:54 +0000)]
FOP-2337 Remove xobj type=form

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1590619 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBy default, only the first child of a multi-switch should be laid out
Vincent Hennebert [Fri, 18 Apr 2014 19:34:46 +0000 (19:34 +0000)]
By default, only the first child of a multi-switch should be laid out
Patch by Seifeddine Dridi, applied with minor modifications

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1588548 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdded support for multiple multi-switch appearing on the same page.
Vincent Hennebert [Tue, 8 Apr 2014 19:30:37 +0000 (19:30 +0000)]
Added support for multiple multi-switch appearing on the same page.
Modified MultiSwitchLM to have its standard behaviour by default.
Moved BestFitLayoutUtils into MultiSwitchLM.
Code clean-up and javadoc.

Patch by Seifeddine Dridi, applied with some modifications.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1585822 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2363: Better error message when PDF/A enabled and SVG contains bitmap with transp...
Vincent Hennebert [Fri, 4 Apr 2014 15:52:30 +0000 (15:52 +0000)]
FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap with transparency

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1584765 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2339: GIF to PS transparency is black; patch by Simon Steiner
Luis Bernardo [Thu, 3 Apr 2014 21:57:51 +0000 (21:57 +0000)]
FOP-2339: GIF to PS transparency is black; patch by Simon Steiner

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1584420 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFix findbugs warnings.
Glenn Adams [Fri, 28 Mar 2014 20:31:53 +0000 (20:31 +0000)]
Fix findbugs warnings.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1582875 13f79535-47bb-0310-9956-ffa450edef68

10 years agoHandle middle-of-the-page case without using a glue.
Vincent Hennebert [Thu, 27 Mar 2014 20:49:11 +0000 (20:49 +0000)]
Handle middle-of-the-page case without using a glue.
Using a glue may cause a spurious empty page if the multi-switch is at the end of the flow, with no satisfying way of fixing that.
Patch by Seifeddine Dridi

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1582469 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. 1577477 of trunk
Vincent Hennebert [Mon, 17 Mar 2014 09:31:13 +0000 (09:31 +0000)]
Brought the branch in sync with rev. 1577477 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578276 13f79535-47bb-0310-9956-ffa450edef68

10 years agoHandle the case where dynamic content is in the middle of a page, selecting the first...
Vincent Hennebert [Mon, 17 Mar 2014 08:55:22 +0000 (08:55 +0000)]
Handle the case where dynamic content is in the middle of a page, selecting 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

10 years agoFOP-2357: When an SVG image has transparency and a PDF profile is used that disallows...
Vincent Hennebert [Fri, 14 Mar 2014 10:44:23 +0000 (10:44 +0000)]
FOP-2357: When an SVG image has transparency and a PDF profile is used that disallows it, ignore it and issue a warning rather than throw an error

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1577477 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2321: Latest fop snapshot crashes when processing rindolf-spec.fo
Robert Meyer [Wed, 26 Feb 2014 15:52:33 +0000 (15:52 +0000)]
FOP-2321: Latest fop snapshot crashes when processing rindolf-spec.fo

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1572109 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2260: Smart quotes broken in RTF if at start of text
Robert Meyer [Wed, 26 Feb 2014 10:23:18 +0000 (10:23 +0000)]
FOP-2260: Smart quotes broken in RTF if at start of text

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1571989 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2340: 64bit image missing in pdf; patch submitted by Simon Steiner
Luis Bernardo [Sat, 22 Feb 2014 23:38:00 +0000 (23:38 +0000)]
FOP-2340: 64bit image missing in pdf; patch submitted by Simon Steiner

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1570942 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2305: Poor resolution of PCL output in trunk vs. 1.1; fixed regression
Luis Bernardo [Sat, 22 Feb 2014 18:38:31 +0000 (18:38 +0000)]
FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; fixed regression

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1570878 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2346: UnsupportedOperationException when handling an SVG containing a font-face
Vincent Hennebert [Thu, 20 Feb 2014 21:45:20 +0000 (21:45 +0000)]
FOP-2346: UnsupportedOperationException when handling an SVG containing a font-face

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1570362 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP:2344 - SVG bleeds color between elements when outputting to AFP
Robert Meyer [Tue, 18 Feb 2014 15:16:45 +0000 (15:16 +0000)]
FOP:2344 - SVG bleeds color between elements when outputting to AFP

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1569381 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2341: Infinite loop when smaller used with a zero length font-size
Robert Meyer [Mon, 17 Feb 2014 09:59:17 +0000 (09:59 +0000)]
FOP-2341: Infinite loop when smaller used with a zero length font-size

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1568925 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCheckstyle fixes
Vincent Hennebert [Tue, 11 Feb 2014 10:41:50 +0000 (10:41 +0000)]
Checkstyle fixes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1567039 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2252: OpenType CFF - Remove need for patch to fontbox
Robert Meyer [Mon, 10 Feb 2014 16:21:03 +0000 (16:21 +0000)]
FOP-2252: OpenType CFF - Remove need for patch to fontbox

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1566674 13f79535-47bb-0310-9956-ffa450edef68

10 years agoupdated fontbox jar to 1.8.4 (patched) release.
Luis Bernardo [Thu, 6 Feb 2014 01:01:07 +0000 (01:01 +0000)]
updated fontbox jar to 1.8.4 (patched) release.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1565028 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerged branch Temp_FopFontsForSVGback into trunk
Vincent Hennebert [Mon, 3 Feb 2014 19:29:24 +0000 (19:29 +0000)]
Merged branch Temp_FopFontsForSVGback into trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1564017 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUpdated FindBugs excludes Temp_FopFontsForSVG Temp_FopFontsForSVG
Vincent Hennebert [Mon, 3 Feb 2014 18:53:01 +0000 (18:53 +0000)]
Updated FindBugs excludes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1563996 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFixed Checkstyle issues
Vincent Hennebert [Thu, 30 Jan 2014 21:35:49 +0000 (21:35 +0000)]
Fixed Checkstyle issues

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562983 13f79535-47bb-0310-9956-ffa450edef68

10 years agoReplace patched Batik jar with the trunk version
Vincent Hennebert [Thu, 30 Jan 2014 21:27:39 +0000 (21:27 +0000)]
Replace patched Batik jar with the trunk version

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562974 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. 1562429 of trunk
Vincent Hennebert [Thu, 30 Jan 2014 15:51:03 +0000 (15:51 +0000)]
Brought the branch in sync with rev. 1562429 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562866 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerged branch Temp_InlineContainer back into trunk
Vincent Hennebert [Wed, 29 Jan 2014 12:52:26 +0000 (12:52 +0000)]
Merged branch Temp_InlineContainer back into trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1562429 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. r1559284 of trunk Temp_InlineContainer Temp_InlineContainer
Vincent Hennebert [Wed, 29 Jan 2014 10:37:39 +0000 (10:37 +0000)]
Brought the branch in sync with rev. r1559284 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1562398 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-1801: conversion B&W GIF=>PDF creates PDF with colorspace RGB if FOP0.95 and...
Luis Bernardo [Fri, 17 Jan 2014 23:35:00 +0000 (23:35 +0000)]
FOP-1801: conversion B&W GIF=>PDF creates PDF with colorspace RGB if FOP0.95 and Gray if FOP0.20.5; patch submitted by Thanasis Giannimaras following suggestion by Jeremias Maerki

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1559284 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. r1556164 of trunk
Vincent Hennebert [Mon, 13 Jan 2014 20:39:34 +0000 (20:39 +0000)]
Brought the branch in sync with rev. r1556164 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1557840 13f79535-47bb-0310-9956-ffa450edef68

10 years agoThe length of $HeadURL$ cannot be controlled. Surround with CSOFF/CSON comments
Vincent Hennebert [Tue, 7 Jan 2014 09:51:25 +0000 (09:51 +0000)]
The length of $HeadURL$ cannot be controlled. Surround with CSOFF/CSON comments

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1556164 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-1342: Incorrect rendering of GIF images; patch to xgc submitted by Thanasis Giann...
Luis Bernardo [Tue, 7 Jan 2014 00:12:59 +0000 (00:12 +0000)]
FOP-1342: Incorrect rendering of GIF images; patch to xgc submitted by Thanasis Giannimaras.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1556080 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRe-enabled Checkstyle in Gump, the issue should be sorted now
Vincent Hennebert [Mon, 6 Jan 2014 17:51:30 +0000 (17:51 +0000)]
Re-enabled Checkstyle in Gump, the issue should be sorted now

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1555946 13f79535-47bb-0310-9956-ffa450edef68

10 years agoDisable Checkstyle in Gump for now, to avoid being flooded by build failures over...
Vincent Hennebert [Tue, 24 Dec 2013 19:45:29 +0000 (19:45 +0000)]
Disable Checkstyle in Gump for now, to avoid being flooded by build failures over the next days

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1553322 13f79535-47bb-0310-9956-ffa450edef68

10 years agoEnabled plain formatter to get Checkstyle warnings from Gump builds
Vincent Hennebert [Mon, 23 Dec 2013 21:16:12 +0000 (21:16 +0000)]
Enabled plain formatter to get Checkstyle warnings from Gump builds

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1553214 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFix checkstyle warning.
Glenn Adams [Sat, 21 Dec 2013 22:36:08 +0000 (22:36 +0000)]
Fix checkstyle warning.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1552956 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSmoke test: introduce Checkstyle violation and see if Gump will complain
Vincent Hennebert [Tue, 17 Dec 2013 17:29:09 +0000 (17:29 +0000)]
Smoke test: introduce Checkstyle violation and see if Gump will complain

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551638 13f79535-47bb-0310-9956-ffa450edef68

10 years agoHave Checkstyle fail the build if there are any warnings
Vincent Hennebert [Tue, 17 Dec 2013 17:27:03 +0000 (17:27 +0000)]
Have Checkstyle fail the build if there are any warnings

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551637 13f79535-47bb-0310-9956-ffa450edef68

10 years agoHave Gump run Checkstyle on the source code
Vincent Hennebert [Tue, 17 Dec 2013 17:11:56 +0000 (17:11 +0000)]
Have Gump run Checkstyle on the source code
Removed HTML output for easier integration with Gump

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551634 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCosmetics only: enabled Checkstyle for test files and fixed resulting errors
Vincent Hennebert [Tue, 17 Dec 2013 13:15:06 +0000 (13:15 +0000)]
Cosmetics only: enabled Checkstyle for test files and fixed resulting errors

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551536 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBrought the branch in sync with rev. 1550844 of trunk
Vincent Hennebert [Fri, 13 Dec 2013 23:41:13 +0000 (23:41 +0000)]
Brought the branch in sync with rev. 1550844 of trunk

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1550851 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAttach the selected variant to KnuthPageNode in order to propagate the information...
Vincent Hennebert [Fri, 13 Dec 2013 23:04:04 +0000 (23:04 +0000)]
Attach the selected variant to KnuthPageNode in order to propagate the 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

10 years agoFOP-2326: CMYK TIFF is rendered using RGB colourspace in Postscript output; patch...
Luis Bernardo [Fri, 13 Dec 2013 22:24:34 +0000 (22:24 +0000)]
FOP-2326: CMYK TIFF is rendered using RGB colourspace in Postscript output; patch submitted by Simon Steiner (xgc jar updated)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550844 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream; change...
Luis Bernardo [Fri, 13 Dec 2013 20:23:54 +0000 (20:23 +0000)]
FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify currentStream; change suggested by Max Gilead

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550834 13f79535-47bb-0310-9956-ffa450edef68

10 years agoupdated xgc jar due to XGC-87 fix.
Luis Bernardo [Fri, 13 Dec 2013 18:13:09 +0000 (18:13 +0000)]
updated xgc jar due to XGC-87 fix.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550787 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; Patch...
Robert Meyer [Thu, 5 Dec 2013 09:57:19 +0000 (09:57 +0000)]
FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; Patch submitted by Simon Steiner

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1548054 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-1069: No error message on illegal/unknown values on a property
Robert Meyer [Wed, 4 Dec 2013 16:36:05 +0000 (16:36 +0000)]
FOP-1069: No error message on illegal/unknown values on a property

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547838 13f79535-47bb-0310-9956-ffa450edef68

10 years agoEnabled LineLength check and fixed corresponding issues
Vincent Hennebert [Tue, 3 Dec 2013 12:44:41 +0000 (12:44 +0000)]
Enabled LineLength check and fixed corresponding issues

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547372 13f79535-47bb-0310-9956-ffa450edef68

10 years agoreplaced fontbox snapshot jar by a patched released jar (patch files added to lib)
Luis Bernardo [Tue, 3 Dec 2013 10:51:24 +0000 (10:51 +0000)]
replaced fontbox snapshot jar by a patched released jar (patch files added to lib)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547340 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2323: NPE caused by missing local subroutine index in private dictonary of OTF...
Robert Meyer [Tue, 3 Dec 2013 10:05:07 +0000 (10:05 +0000)]
FOP-2323: NPE caused by missing local subroutine index in private dictonary of OTF font

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547330 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2314: Caching xmlParserClassName in org.apache.fop.svg.SimpleSVGUserAgent; patch...
Luis Bernardo [Sun, 24 Nov 2013 00:57:26 +0000 (00:57 +0000)]
FOP-2314: Caching xmlParserClassName in 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

11 years agoFOP-2315: Incorrect example for leaders
Vincent Hennebert [Thu, 21 Nov 2013 15:02:15 +0000 (15:02 +0000)]
FOP-2315: Incorrect example for leaders
Patch by Alexey Neyman

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544205 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2317: crash when issuing warning for invalid property value
Vincent Hennebert [Thu, 21 Nov 2013 14:50:24 +0000 (14:50 +0000)]
FOP-2317: crash when issuing warning for invalid property value
Patch by Seifeddine Dridi

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544199 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRemoved obsolete BestFit and Alternative classes, and fox:fitting-strategy property
Vincent Hennebert [Wed, 20 Nov 2013 17:49:42 +0000 (17:49 +0000)]
Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy 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

11 years agoRestricted CSOFF filter to LineLength and fixed resulting Checkstyle issues
Vincent Hennebert [Tue, 19 Nov 2013 20:20:11 +0000 (20:20 +0000)]
Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issues

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1543560 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2312: font-base configuration setting not working as expected
Vincent Hennebert [Fri, 15 Nov 2013 07:13:53 +0000 (07:13 +0000)]
FOP-2312: font-base configuration setting not working as expected
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

11 years agoUpdated disabled-testcases.xml
Vincent Hennebert [Thu, 14 Nov 2013 09:49:52 +0000 (09:49 +0000)]
Updated disabled-testcases.xml

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541866 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFixed the setting of generates[Block|Reference]Area
Vincent Hennebert [Thu, 14 Nov 2013 09:47:24 +0000 (09:47 +0000)]
Fixed the setting of generates[Block|Reference]Area

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541865 13f79535-47bb-0310-9956-ffa450edef68

11 years agoImplemented missing methods
Vincent Hennebert [Thu, 14 Nov 2013 09:46:24 +0000 (09:46 +0000)]
Implemented missing methods

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541864 13f79535-47bb-0310-9956-ffa450edef68

11 years agoCode clean-up and simplification
Vincent Hennebert [Thu, 14 Nov 2013 09:45:39 +0000 (09:45 +0000)]
Code clean-up and simplification

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541863 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2313: add support for svg gradients when generating PostScript; most code authore...
Luis Bernardo [Wed, 13 Nov 2013 15:24:26 +0000 (15:24 +0000)]
FOP-2313: add support for svg gradients when generating PostScript; most 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

11 years agoImplement whitespace management extension using fo:multi-switch
Vincent Hennebert [Thu, 7 Nov 2013 20:49:18 +0000 (20:49 +0000)]
Implement whitespace management extension using fo:multi-switch
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

11 years agoAdded support for <percentage> values on alignment-adjust
Vincent Hennebert [Thu, 7 Nov 2013 12:33:11 +0000 (12:33 +0000)]
Added support for <percentage> values on alignment-adjust

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539615 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded support for <length> values on alignment-adjust
Vincent Hennebert [Thu, 7 Nov 2013 12:32:20 +0000 (12:32 +0000)]
Added support for <length> values on alignment-adjust

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539614 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded support for dominant-baseline on fo:inline-container
Vincent Hennebert [Thu, 7 Nov 2013 12:31:31 +0000 (12:31 +0000)]
Added support for dominant-baseline on fo:inline-container

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539613 13f79535-47bb-0310-9956-ffa450edef68

11 years agoImproved javadoc for getBaselineOffset
Vincent Hennebert [Thu, 7 Nov 2013 12:29:56 +0000 (12:29 +0000)]
Improved javadoc for getBaselineOffset

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539612 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded support for alignment-baseline on fo:inline-container
Vincent Hennebert [Thu, 7 Nov 2013 12:29:17 +0000 (12:29 +0000)]
Added support for alignment-baseline on fo:inline-container

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539611 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded support for non-default values of alignment-adjust
Vincent Hennebert [Thu, 7 Nov 2013 12:27:22 +0000 (12:27 +0000)]
Added support for non-default values of alignment-adjust

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539610 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded support for default alignment of inline-container areas with their parent areas
Vincent Hennebert [Wed, 6 Nov 2013 19:52:38 +0000 (19:52 +0000)]
Added support for default alignment of inline-container areas with their parent areas

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539441 13f79535-47bb-0310-9956-ffa450edef68

11 years agoReverted changes to PDFStructureTreeBuilder from rev. 1537600
Vincent Hennebert [Tue, 5 Nov 2013 13:15:21 +0000 (13:15 +0000)]
Reverted changes to PDFStructureTreeBuilder from rev. 1537600

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538984 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2106: Added test case for footnote resetting when the algorithm has to restart...
Vincent Hennebert [Tue, 5 Nov 2013 12:18:14 +0000 (12:18 +0000)]
FOP-2106: Added test case for footnote resetting when the algorithm has to restart page breaking after a too short/long node

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538963 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-1749: Fix offset of footnote when it has a margin-top
Vincent Hennebert [Tue, 5 Nov 2013 12:08:10 +0000 (12:08 +0000)]
FOP-1749: Fix offset of footnote when it has a margin-top
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

11 years agoFOP-2311: revert changes from FOP-1069 that regresses shorthand property handling.
Glenn Adams [Fri, 1 Nov 2013 20:58:48 +0000 (20:58 +0000)]
FOP-2311: revert changes from FOP-1069 that regresses shorthand property handling.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538062 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2301: Enable support for PDF sub-page transitions.
Glenn Adams [Fri, 1 Nov 2013 14:34:18 +0000 (14:34 +0000)]
FOP-2301: Enable support for PDF sub-page transitions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537948 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRe-ordered methods from higher to lower level
Vincent Hennebert [Thu, 31 Oct 2013 20:07:19 +0000 (20:07 +0000)]
Re-ordered methods from higher to lower level

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537614 13f79535-47bb-0310-9956-ffa450edef68

11 years agoTake into account the inline-container's bpd in the alignment context
Vincent Hennebert [Thu, 31 Oct 2013 20:06:34 +0000 (20:06 +0000)]
Take into account the inline-container's bpd in the alignment context

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537612 13f79535-47bb-0310-9956-ffa450edef68

11 years agoTypo: s/inline/block/
Vincent Hennebert [Thu, 31 Oct 2013 19:58:21 +0000 (19:58 +0000)]
Typo: s/inline/block/

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537606 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdded possibility to check for events in layout tests
Vincent Hennebert [Thu, 31 Oct 2013 19:57:40 +0000 (19:57 +0000)]
Added possibility to check for events in layout tests

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537605 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFOP-2310: Fix misplaced table cell border in WM RTL context.
Glenn Adams [Thu, 31 Oct 2013 19:44:25 +0000 (19:44 +0000)]
FOP-2310: Fix misplaced table cell border in WM RTL context.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537600 13f79535-47bb-0310-9956-ffa450edef68

11 years agoreverted 1536924 (FOP-2308)
Luis Bernardo [Wed, 30 Oct 2013 08:57:55 +0000 (08:57 +0000)]
reverted 1536924 (FOP-2308)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537012 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix to the "pmd" build target
Adrian Cumiskey [Wed, 30 Oct 2013 00:54:54 +0000 (00:54 +0000)]
Fix to the "pmd" build target

PMD reports were being generated correctly when invoked from the
"reports" target but when run standalone the build directory was not being
created prior task execution.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536947 13f79535-47bb-0310-9956-ffa450edef68