aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-13156-1737/+5900
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1557840 13f79535-47bb-0310-9956-ffa450edef68
| * The length of $HeadURL$ cannot be controlled. Surround with CSOFF/CSON commentsVincent Hennebert2014-01-071-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1556164 13f79535-47bb-0310-9956-ffa450edef68
| * Fix checkstyle warning.Glenn Adams2013-12-211-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1552956 13f79535-47bb-0310-9956-ffa450edef68
| * Smoke test: introduce Checkstyle violation and see if Gump will complainVincent Hennebert2013-12-171-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551638 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2263: PDFDocumentGraphics2D.closePage() should not nullify ↵Luis Bernardo2013-12-131-1/+0
| | | | | | | | | | | | currentStream; change suggested by Max Gilead git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1550834 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; ↵Robert Meyer2013-12-052-1/+24
| | | | | | | | | | | | Patch submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1548054 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-1069: No error message on illegal/unknown values on a propertyRobert Meyer2013-12-041-2/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547838 13f79535-47bb-0310-9956-ffa450edef68
| * Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-0310-12/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547372 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2323: NPE caused by missing local subroutine index in private dictonary ↵Robert Meyer2013-12-031-2/+6
| | | | | | | | | | | | of OTF font git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547330 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2314: Caching xmlParserClassName in ↵Luis Bernardo2013-11-241-6/+20
| | | | | | | | | | | | org.apache.fop.svg.SimpleSVGUserAgent; patch submitted by Gonzalo Vasquez git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544897 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2317: crash when issuing warning for invalid property valueVincent Hennebert2013-11-211-1/+1
| | | | | | | | | | | | | | Patch by Seifeddine Dridi git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1544199 13f79535-47bb-0310-9956-ffa450edef68
| * Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-1934-376/+253
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1543560 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2312: font-base configuration setting not working as expectedVincent Hennebert2013-11-153-29/+47
| | | | | | | | | | | | | | | | Use the config file URI to resolve relative <base> / <font-base> URIs. Fall back to default base URI only if the config input stream has no URI. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1542190 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2313: add support for svg gradients when generating PostScript; most ↵Luis Bernardo2013-11-1320-854/+2803
| | | | | | | | | | | | code authored by Robert Meyer with a small contribution by Athanasios Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68
| * Reverted changes to PDFStructureTreeBuilder from rev. 1537600Vincent Hennebert2013-11-051-6/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538984 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-1749: Fix offset of footnote when it has a margin-topVincent Hennebert2013-11-051-1/+1
| | | | | | | | | | | | | | Patch by Alexey Neyman, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538961 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2311: revert changes from FOP-1069 that regresses shorthand property ↵Glenn Adams2013-11-011-1/+2
| | | | | | | | | | | | handling. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1538062 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0167-410/+2416
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537948 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-3119-27/+136
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537600 13f79535-47bb-0310-9956-ffa450edef68
| * reverted 1536924 (FOP-2308)Luis Bernardo2013-10-301-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1537012 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2308: text-transform="capitalize" assumes input text is lowercaseLuis Bernardo2013-10-291-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536924 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2305: Poor resolution of PCL output in trunk vs. 1.1; target-resolution ↵Luis Bernardo2013-10-281-3/+0
| | | | | | | | | | | | was being overridden by default value git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1536556 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2306: use the URI of the source FO document rather than the config file ↵Vincent Hennebert2013-10-221-1/+7
| | | | | | | | | | | | as a default base URI git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534704 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-223-19/+166
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534582 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2299: Non Unicode named glyphs not loaded for Type1 fontsRobert Meyer2013-10-212-5/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1534195 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed the setting of generates[Block|Reference]AreaVincent Hennebert2013-11-145-8/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541865 13f79535-47bb-0310-9956-ffa450edef68
* | Implemented missing methodsVincent Hennebert2013-11-141-7/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1541864 13f79535-47bb-0310-9956-ffa450edef68
* | 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-071-1/+2
| | | | | | | | 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-1/+6
| | | | | | | | 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-072-5/+6
| | | | | | | | 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-071-8/+12
| | | | | | | | 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-1/+42
| | | | | | | | 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-0612-296/+263
| | | | | | | | | | | | 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
* | Properly handle "error-if-overflow" value of "overflow" property when ↵Vincent Hennebert2013-10-282-4/+29
| | | | | | | | | | | | overflow happens in inline-progression-direction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536486 13f79535-47bb-0310-9956-ffa450edef68
* | Added support for percentage dimensionsVincent Hennebert2013-10-281-11/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536425 13f79535-47bb-0310-9956-ffa450edef68
* | Slightly simplified looping through positions in addAreasVincent Hennebert2013-10-281-9/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536424 13f79535-47bb-0310-9956-ffa450edef68
* | Do space resolution on the children of the inline-containerVincent Hennebert2013-10-282-28/+25
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1536418 13f79535-47bb-0310-9956-ffa450edef68
* | Issue a warning if the content of an inline-container overflows it in the ↵Vincent Hennebert2013-10-241-1/+11
| | | | | | | | | | | | block-progression-direction git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535430 13f79535-47bb-0310-9956-ffa450edef68
* | Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-6/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535417 13f79535-47bb-0310-9956-ffa450edef68
* | When inline-progression-dimension has been left to auto on ↵Vincent Hennebert2013-10-243-1/+24
| | | | | | | | | | | | fo:inline-container, fall back to the IPD of the nearest ancestor reference-area. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535410 13f79535-47bb-0310-9956-ffa450edef68
* | Parse back the container area from the area tree.Vincent Hennebert2013-10-243-10/+25
| | | | | | | | | | | | | | Fixes AreaTreeParserTestCase. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535384 13f79535-47bb-0310-9956-ffa450edef68
* | First bits of support for fo:inline-containerVincent Hennebert2013-10-214-162/+305
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534143 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2296: SVG fill pattern not visible with encryption; patch submitted by ↵Luis Bernardo2013-10-161-2/+3
| | | | | | Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1532940 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1872: External document is clipped when rotated; patch submitted by ↵Luis Bernardo2013-10-131-2/+8
| | | | | | Thanasis Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1531769 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused variablesVincent Hennebert2013-10-093-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530507 13f79535-47bb-0310-9956-ffa450edef68
* Do not log a warning when .notdef has been assigned to an unused code of ↵Vincent Hennebert2013-10-081-3/+6
| | | | | | AdobeStandardEncoding git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530313 13f79535-47bb-0310-9956-ffa450edef68