]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
10 years agoRenamed GradientFactory into GradientMaker
Vincent Hennebert [Fri, 11 Jul 2014 17:58:59 +0000 (17:58 +0000)]
Renamed GradientFactory into GradientMaker
Moved PDF/PSGradientMaker into dedicated packages

Factory stands for a pattern relating to application deployment. This is just about rendering a gradient to a certain output format.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609758 13f79535-47bb-0310-9956-ffa450edef68

10 years agoTightened access control to Function's fields
Vincent Hennebert [Fri, 11 Jul 2014 17:46:00 +0000 (17:46 +0000)]
Tightened access control to Function's fields

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609756 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSimplified makeShading and makePattern methods
Vincent Hennebert [Fri, 11 Jul 2014 17:41:49 +0000 (17:41 +0000)]
Simplified makeShading and makePattern methods

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609754 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMore sensible variable naming
Vincent Hennebert [Fri, 11 Jul 2014 17:38:47 +0000 (17:38 +0000)]
More sensible variable naming

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609751 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAvoid unnecessary conversion to List of Double by keeping the original float[] array...
Vincent Hennebert [Fri, 11 Jul 2014 17:30:10 +0000 (17:30 +0000)]
Avoid unnecessary conversion to List of Double by keeping the original float[] array for colors

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609750 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved makeFunction methods, whose implementations are the same for both PDF and PS
Vincent Hennebert [Fri, 11 Jul 2014 17:07:29 +0000 (17:07 +0000)]
Removed makeFunction methods, whose implementations are the same for both PDF and PS

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609746 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved unnecessary FunctionDelegate class
Vincent Hennebert [Fri, 11 Jul 2014 16:59:42 +0000 (16:59 +0000)]
Removed unnecessary FunctionDelegate class
Removed makeFunction/Shading/Gradient methods in PDFFactory that were not used, duplicates of methods in (PDF)GradientFactory and getting in the way of refactoring

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609745 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMoved creation of colors into createFunctions
Vincent Hennebert [Thu, 10 Jul 2014 18:21:59 +0000 (18:21 +0000)]
Moved creation of colors into createFunctions

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609547 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved makeGradient and moved its content into createGradient
Vincent Hennebert [Thu, 10 Jul 2014 18:17:36 +0000 (18:17 +0000)]
Removed makeGradient and moved its content into createGradient

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609542 13f79535-47bb-0310-9956-ffa450edef68

10 years agoExtracted function creation into separate method and simplified it
Vincent Hennebert [Thu, 10 Jul 2014 18:10:19 +0000 (18:10 +0000)]
Extracted function creation into separate method and simplified it

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609538 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved dead code
Vincent Hennebert [Thu, 10 Jul 2014 18:04:28 +0000 (18:04 +0000)]
Removed dead code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609535 13f79535-47bb-0310-9956-ffa450edef68

10 years agoGave more sensible names to variables
Vincent Hennebert [Thu, 10 Jul 2014 18:02:50 +0000 (18:02 +0000)]
Gave more sensible names to variables

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609533 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved createGradient abstract method, that was not having any specific implementati...
Vincent Hennebert [Thu, 10 Jul 2014 18:00:58 +0000 (18:00 +0000)]
Removed createGradient abstract method, that was not having any specific implementation in sub-classes
Removed unnecessary GradientRegistrar interface

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609532 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized code that is common to linear and radial gradient creation
Vincent Hennebert [Thu, 10 Jul 2014 17:59:14 +0000 (17:59 +0000)]
Factorized code that is common to linear and radial gradient creation

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609530 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized gradient creation out of PDF & PS into GradientFactory
Vincent Hennebert [Thu, 10 Jul 2014 17:57:09 +0000 (17:57 +0000)]
Factorized gradient creation out of PDF & PS into GradientFactory

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609529 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMoved checks for repeated gradient out of gradient-creation methods
Vincent Hennebert [Thu, 10 Jul 2014 17:53:22 +0000 (17:53 +0000)]
Moved checks for repeated gradient out of gradient-creation methods
Will ease factorizing of common code between PDF and PostScript

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609527 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSmall adjustments to make duplication in PDF and PostScript gradients more apparent
Vincent Hennebert [Thu, 10 Jul 2014 17:51:53 +0000 (17:51 +0000)]
Small adjustments to make duplication in PDF and PostScript gradients more apparent

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609526 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved unused code
Vincent Hennebert [Thu, 10 Jul 2014 17:49:47 +0000 (17:49 +0000)]
Removed unused code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609525 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient bounds
Vincent Hennebert [Thu, 10 Jul 2014 17:48:11 +0000 (17:48 +0000)]
Factorized creation of gradient bounds

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609524 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient colors
Vincent Hennebert [Thu, 10 Jul 2014 17:46:23 +0000 (17:46 +0000)]
Factorized creation of gradient colors

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609523 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient transform
Vincent Hennebert [Thu, 10 Jul 2014 17:44:40 +0000 (17:44 +0000)]
Factorized creation of gradient transform

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609522 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSmall adjustments to make duplication in linear and radial gradients more apparent
Vincent Hennebert [Thu, 10 Jul 2014 17:40:50 +0000 (17:40 +0000)]
Small adjustments to make duplication in linear and radial gradients more apparent

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609521 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved unused code
Vincent Hennebert [Thu, 10 Jul 2014 17:38:23 +0000 (17:38 +0000)]
Removed unused code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609519 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient bounds
Vincent Hennebert [Thu, 10 Jul 2014 17:37:30 +0000 (17:37 +0000)]
Factorized creation of gradient bounds

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609518 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient colors
Vincent Hennebert [Thu, 10 Jul 2014 17:36:43 +0000 (17:36 +0000)]
Factorized creation of gradient colors

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609517 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized check for transparent colors out of gradient-handling code
Vincent Hennebert [Thu, 10 Jul 2014 17:35:52 +0000 (17:35 +0000)]
Factorized check for transparent colors out of gradient-handling code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609516 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFactorized creation of gradient transform
Vincent Hennebert [Thu, 10 Jul 2014 17:34:27 +0000 (17:34 +0000)]
Factorized creation of gradient transform

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609515 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSmall adjustments to make duplication in linear and radial gradients more apparent
Vincent Hennebert [Thu, 10 Jul 2014 17:33:42 +0000 (17:33 +0000)]
Small adjustments to make duplication in linear and radial gradients more apparent

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609514 13f79535-47bb-0310-9956-ffa450edef68

10 years agoExtracted gradient painting into own methods
Vincent Hennebert [Thu, 10 Jul 2014 17:32:49 +0000 (17:32 +0000)]
Extracted gradient painting into own methods

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609513 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemoved pseudo-factory method GradientFactory.newInstance
Vincent Hennebert [Thu, 10 Jul 2014 17:13:45 +0000 (17:13 +0000)]
Removed pseudo-factory method GradientFactory.newInstance

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609511 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFixed gradients in PostScript output
Vincent Hennebert [Thu, 10 Jul 2014 17:06:13 +0000 (17:06 +0000)]
Fixed gradients in PostScript output
Linear gradients were not rendered properly in non-square shapes
Gradial gradients don't need to be rasterized in ellipses

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609508 13f79535-47bb-0310-9956-ffa450edef68

10 years agoIf the start/end stop does not coincide with the start/end of the gradient, repeat...
Vincent Hennebert [Thu, 10 Jul 2014 17:04:01 +0000 (17:04 +0000)]
If the start/end stop does not coincide with the start/end of the gradient, repeat the first/last color

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609507 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCreated branch for working on FOP-2393, gradient rendering
Vincent Hennebert [Thu, 10 Jul 2014 16:25:15 +0000 (16:25 +0000)]
Created branch for working on FOP-2393, gradient rendering

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1609496 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFOP-2389: PDFEncryption: error when Password length>32
Luis Bernardo [Tue, 8 Jul 2014 14:53:29 +0000 (14:53 +0000)]
FOP-2389: PDFEncryption: error when Password length>32

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

10 years agoFOP-1976; committed change suggested by Matthias Reischenbacher
Chris Bowditch [Mon, 7 Jul 2014 15:31:16 +0000 (15:31 +0000)]
FOP-1976; committed change suggested by Matthias Reischenbacher

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

10 years agoFOP 2388: Fix Arabic text left justified on the first cell of a table with writing...
Glenn Adams [Sun, 6 Jul 2014 23:46:18 +0000 (23:46 +0000)]
FOP 2388: Fix Arabic text left justified on the first cell of a table with writing mode rl-tb.

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

10 years agoFix leaked resource warnings from Eclipse (Kepler).
Glenn Adams [Sun, 6 Jul 2014 05:34:16 +0000 (05:34 +0000)]
Fix leaked resource warnings from Eclipse (Kepler).

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

10 years agoFix compiler warnings.
Glenn Adams [Sun, 6 Jul 2014 04:32:11 +0000 (04:32 +0000)]
Fix compiler warnings.

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

10 years agofootnoteList cannot be null there; instead we want to check if it's empty
Vincent Hennebert [Thu, 19 Jun 2014 06:58:19 +0000 (06:58 +0000)]
footnoteList cannot be null there; instead we want to check if it's empty

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

10 years agoFOP-2385: Add ability to specify custom properties in the Document Information Dictionary
Vincent Hennebert [Wed, 18 Jun 2014 19:28:32 +0000 (19:28 +0000)]
FOP-2385: Add ability to specify custom properties in the Document Information Dictionary

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

10 years agoFOP-1099: when table headers/footers are repeated at page breaks, also repeat the...
Vincent Hennebert [Wed, 18 Jun 2014 09:59:19 +0000 (09:59 +0000)]
FOP-1099: when table headers/footers are repeated at page breaks, also repeat the footnotes they may contain

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1603386 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