aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Code clean-up and simplificationVincent Hennebert2013-11-142-23/+17
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541863 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for <percentage> values on alignment-adjustVincent Hennebert2013-11-072-2/+20
| | | | | | | | | | | | | | | | 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-072-1/+23
| | | | | | | | | | | | | | | | 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-073-5/+80
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539613 13f79535-47bb-0310-9956-ffa450edef68
| | * | Improved javadoc for getBaselineOffsetVincent Hennebert2013-11-071-2/+4
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539612 13f79535-47bb-0310-9956-ffa450edef68
| | * | Added support for alignment-baseline on fo:inline-containerVincent Hennebert2013-11-072-8/+86
| | | | | | | | | | | | | | | | 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-072-1/+252
| | | | | | | | | | | | | | | | 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-0613-296/+417
| | | | | | | | | | | | | | | | | | | | | | | | parent areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539441 13f79535-47bb-0310-9956-ffa450edef68
| | * | Re-ordered methods from higher to lower levelVincent Hennebert2013-10-311-35/+35
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537614 13f79535-47bb-0310-9956-ffa450edef68
| | * | Take into account the inline-container's bpd in the alignment contextVincent Hennebert2013-10-311-2/+4
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1537612 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
| | * | 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-283-11/+77
| | | | | | | | | | | | | | | | 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-283-28/+37
| | | | | | | | | | | | | | | | 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-243-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | 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-242-6/+54
| | | | | | | | | | | | | | | | 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-244-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | 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-215-162/+361
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534143 13f79535-47bb-0310-9956-ffa450edef68
| | * | Temporary branch for implementation of fo:inline-containerVincent Hennebert2013-10-210-0/+0
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534142 13f79535-47bb-0310-9956-ffa450edef68
| | | * Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-29102-5089/+7165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * Directly use FOP fonts for SVG images, without going trough AWT fontsVincent Hennebert2013-07-290-0/+0
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1508203 13f79535-47bb-0310-9956-ffa450edef68
* | | | Handle the case where dynamic content is in the middle of a page, selecting ↵Vincent Hennebert2014-03-1711-174/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-13212-1645/+8630
|\| | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1550851 13f79535-47bb-0310-9956-ffa450edef68
| * | | FOP-2326: CMYK TIFF is rendered using RGB colourspace in Postscript output; ↵Luis Bernardo2013-12-131-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | 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
| * | | updated xgc jar due to XGC-87 fix.Luis Bernardo2013-12-131-0/+0
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550787 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-0311-12/+30
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547372 13f79535-47bb-0310-9956-ffa450edef68
| * | | replaced fontbox snapshot jar by a patched released jar (patch files added ↵Luis Bernardo2013-12-033-0/+1133
| | | | | | | | | | | | | | | | | | | | | | | | to lib) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547340 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-2315: Incorrect example for leadersVincent Hennebert2013-11-211-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Alexey Neyman git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544205 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-1940-421/+291
| | | | | | | | | | | | | | | | 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-158-29/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1326-854/+3009
| | | | | | | | | | | | | | | | | | | | | | | | 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-2106: Added test case for footnote resetting when the algorithm has to ↵Vincent Hennebert2013-11-051-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-052-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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-0180-436/+2644
| | | | | | | | | | | | | | | | 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-3120-27/+139
| | | | | | | | | | | | | | | | 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-303-4/+4
| | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537012 13f79535-47bb-0310-9956-ffa450edef68
| * | | Fix to the "pmd" build targetAdrian Cumiskey2013-10-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-293-4/+4
| | | | | | | | | | | | | | | | 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