aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* FOP-2353: Test PDF-A preflight warningsSimon Steiner2014-08-261-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1620537 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ↵Glenn Adams2014-08-031-1/+1
| | | | | | in svg foreign object git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1615385 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2393: only the gradient's transform should be used. Other transforms ↵Vincent Hennebert2014-08-011-0/+1
| | | | | | will have already been applied to the user space. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1615142 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2394: Removed non-standard layout extensionsVincent Hennebert2014-07-291-109/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1614306 13f79535-47bb-0310-9956-ffa450edef68
* Disable checkEOF when processing PS files. It's perfectly valid to have an ↵Vincent Hennebert2014-07-281-0/+1
| | | | | | %%EOF comment in the middle of a file if it includes other documents. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1614055 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2395: PDF encryption does not work when PDF version is set in FOP ↵Luis Bernardo2014-07-191-1/+3
| | | | | | config; change suggested by Seifeddine Dridi. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1611900 13f79535-47bb-0310-9956-ffa450edef68
* Merged latest trunkVincent Hennebert2014-07-186-21/+10
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611658 13f79535-47bb-0310-9956-ffa450edef68
| * Merge font mergingSimon Steiner2014-07-161-15/+4
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1610947 13f79535-47bb-0310-9956-ffa450edef68
| | * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-15/+4
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FontMerging@1604113 13f79535-47bb-0310-9956-ffa450edef68
| * | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-155-6/+6
| | | | | | | | | | | | | | | | | | | | | That check had been agreed upon but left disabled because of the number of warnings too high to fix manually git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1610839 13f79535-47bb-0310-9956-ffa450edef68
* | | Added more complete testsVincent Hennebert2014-07-181-4/+126
| | | | | | | | | | | | | | | | | | | | | Keep floats for bounds instead of converting them to doubles git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611653 13f79535-47bb-0310-9956-ffa450edef68
* | | Check bounds and encodeVincent Hennebert2014-07-181-0/+12
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611652 13f79535-47bb-0310-9956-ffa450edef68
* | | For a Shading object, domain is optional and its default value is what we needVincent Hennebert2014-07-183-8/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611651 13f79535-47bb-0310-9956-ffa450edef68
* | | Added test case for the gradient packageVincent Hennebert2014-07-183-4/+167
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611649 13f79535-47bb-0310-9956-ffa450edef68
* | | Cleaned up and re-organized PS gradient test caseVincent Hennebert2014-07-187-205/+145
|/ / | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP-2393_gradient-rendering@1611648 13f79535-47bb-0310-9956-ffa450edef68
* | FOP 2388: Fix Arabic text left justified on the first cell of a table with ↵Glenn Adams2014-07-061-0/+64
| | | | | | | | | | | | writing mode rl-tb. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608314 13f79535-47bb-0310-9956-ffa450edef68
* | Fix compiler warnings.Glenn Adams2014-07-061-3/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1608161 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2385: Add ability to specify custom properties in the Document ↵Vincent Hennebert2014-06-183-0/+119
| | | | | | | | | | | | Information Dictionary git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1603596 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-1099: when table headers/footers are repeated at page breaks, also ↵Vincent Hennebert2014-06-182-373/+1067
|/ | | | | | repeat the footnotes they may contain git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1603386 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1099: process footnotes coming from table headers or footersVincent Hennebert2014-06-021-0/+373
| | | | | | | | | 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
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-234-0/+705
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1597112 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-112-0/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1593863 13f79535-47bb-0310-9956-ffa450edef68
* Brought the branch in sync with rev. 1590916 of trunkTemp_WhitespaceManagementVincent Hennebert2014-04-303-6/+44
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1591437 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap ↵Vincent Hennebert2014-04-043-6/+44
| | | | | | | | | | | | with transparency git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1584765 13f79535-47bb-0310-9956-ffa450edef68
* | Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-286-18/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1590754 13f79535-47bb-0310-9956-ffa450edef68
* | By default, only the first child of a multi-switch should be laid outVincent Hennebert2014-04-183-0/+198
| | | | | | | | | | | | | | 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
* | Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-0/+98
| | | | | | | | | | | | | | | | | | | | | | 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
* | Handle middle-of-the-page case without using a glue.Vincent Hennebert2014-03-271-5/+6
| | | | | | | | | | | | | | | | 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
* | Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-17232-889/+3148
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1578276 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2357: When an SVG image has transparency and a PDF profile is used that ↵Vincent Hennebert2014-03-144-5/+47
| | | | | | | | | | | | 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
| * FOP-2346: UnsupportedOperationException when handling an SVG containing a ↵Vincent Hennebert2014-02-201-2/+2
| | | | | | | | | | | | font-face git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1570362 13f79535-47bb-0310-9956-ffa450edef68
| * Checkstyle fixesVincent Hennebert2014-02-113-8/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1567039 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2252: OpenType CFF - Remove need for patch to fontboxRobert Meyer2014-02-101-29/+262
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1566674 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed Checkstyle issuesVincent Hennebert2014-01-305-12/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562983 13f79535-47bb-0310-9956-ffa450edef68
| * Brought the branch in sync with rev. 1562429 of trunkVincent Hennebert2014-01-30229-893/+2862
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1562866 13f79535-47bb-0310-9956-ffa450edef68
| | * Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-13210-755/+1298
| | |\ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1557840 13f79535-47bb-0310-9956-ffa450edef68
| | | * Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-17196-738/+713
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551536 13f79535-47bb-0310-9956-ffa450edef68
| | * | Updated disabled-testcases.xmlVincent Hennebert2013-11-143-72/+55
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541866 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-071-1/+18
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539615 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for <length> values on alignment-adjustVincent Hennebert2013-11-071-0/+17
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539614 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for dominant-baseline on fo:inline-containerVincent Hennebert2013-11-071-0/+74
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539613 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-071-0/+74
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539611 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for non-default values of alignment-adjustVincent Hennebert2013-11-071-0/+210
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539610 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for default alignment of inline-container areas with their ↵Vincent Hennebert2013-11-061-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | parent areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539441 13f79535-47bb-0310-9956-ffa450edef68
| | * | Typo: s/inline/block/Vincent Hennebert2013-10-311-1/+1
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537606 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added possibility to check for events in layout testsVincent Hennebert2013-10-314-6/+119
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537605 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for percentage dimensionsVincent Hennebert2013-10-282-0/+61
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536425 13f79535-47bb-0310-9956-ffa450edef68
| | * | Do space resolution on the children of the inline-containerVincent Hennebert2013-10-281-0/+12
| | | | | | | | | | | | | | | | 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-242-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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-0/+46
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535417 13f79535-47bb-0310-9956-ffa450edef68