]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
12 years agoBugzilla #40676: Update site documentation about PNG image loading configuration...
Glenn Adams [Tue, 19 Jun 2012 00:18:44 +0000 (00:18 +0000)]
Bugzilla #40676: Update site documentation about PNG image loading configuration and support. Submitted by Luis Bernardo.

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

12 years agoBuzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Bernardo.
Glenn Adams [Fri, 15 Jun 2012 20:41:44 +0000 (20:41 +0000)]
Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Bernardo.

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

12 years agoBugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent re...
Glenn Adams [Fri, 15 Jun 2012 02:56:21 +0000 (02:56 +0000)]
Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher.

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

12 years agoBugzilla #53412: Eliminate incorrect use of object identity which produces excessive...
Glenn Adams [Thu, 14 Jun 2012 19:33:41 +0000 (19:33 +0000)]
Bugzilla #53412: Eliminate incorrect use of object identity which produces excessive property cache collisions. Submitted by Alexios Giotis.

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

12 years agoEliminate javadocs warnings.
Glenn Adams [Mon, 4 Jun 2012 05:42:06 +0000 (05:42 +0000)]
Eliminate javadocs warnings.

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

12 years agoSynchronize XGC jar from XGC trunk.
Glenn Adams [Mon, 4 Jun 2012 02:42:06 +0000 (02:42 +0000)]
Synchronize XGC jar from XGC trunk.

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

12 years agoUpdate xmlgraphics common jar to reflect recent fixes in XGC.
Glenn Adams [Fri, 1 Jun 2012 20:07:53 +0000 (20:07 +0000)]
Update xmlgraphics common jar to reflect recent fixes in XGC.

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

12 years agoUpdated XGC JAR
Mehdi Houshmand [Fri, 1 Jun 2012 08:26:45 +0000 (08:26 +0000)]
Updated XGC JAR

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

12 years agoFurther clean up to PDFResources and fixed mistake in last commit
Mehdi Houshmand [Fri, 1 Jun 2012 08:13:36 +0000 (08:13 +0000)]
Further clean up to PDFResources and fixed mistake in last commit

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

12 years agoAdded generics to PDFResources, also changed HashSet -> LinkedHashSet to make PDF...
Mehdi Houshmand [Thu, 31 May 2012 15:53:57 +0000 (15:53 +0000)]
Added generics to PDFResources, also changed HashSet -> LinkedHashSet to make PDF output more deterministic

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

12 years agoBugzilla #43940: Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted...
Glenn Adams [Tue, 29 May 2012 16:07:27 +0000 (16:07 +0000)]
Bugzilla #43940: Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted by Julien Aymé.

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

12 years agoAdded possibility to treat some content as artifact.
Vincent Hennebert [Tue, 29 May 2012 09:48:03 +0000 (09:48 +0000)]
Added possibility to treat some content as artifact.

If any fo:static-content or fo:wrapper element has their 'role' property set to 'artifact', then they and their descendants will be treated as artifacts.

Suggested by Martin Koegler as part of Bugzilla #50852

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

12 years agoAdd version attribute to AT and IF intermediate formats. Also eliminate redundant...
Glenn Adams [Mon, 28 May 2012 03:30:37 +0000 (03:30 +0000)]
Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format.

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

12 years agoAdd extension to place code just before PostScript %PageTrailer. Submitted by Luis...
Glenn Adams [Sun, 27 May 2012 17:39:49 +0000 (17:39 +0000)]
Add extension to place code just before PostScript %PageTrailer. Submitted by Luis Bernardo.

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

12 years agoBugzilla #53294: Fix invalid PostScript file being created when font-size is 0. Submi...
Glenn Adams [Fri, 25 May 2012 20:02:21 +0000 (20:02 +0000)]
Bugzilla #53294: Fix invalid PostScript file being created when font-size is 0. Submitted by Robert Meyer.

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

12 years agoUpdate FAQ and New Bug documentation.
Glenn Adams [Fri, 25 May 2012 19:10:28 +0000 (19:10 +0000)]
Update FAQ and New Bug documentation.

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

12 years agoUpdated reference PDFs following changes from rev. 1341992 and 1342680
Vincent Hennebert [Fri, 25 May 2012 15:55:46 +0000 (15:55 +0000)]
Updated reference PDFs following changes from rev. 1341992 and 1342680

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

12 years agoAdded support for the role property on fo:page-sequence, fo:flow and fo:static-content.
Vincent Hennebert [Fri, 25 May 2012 15:15:28 +0000 (15:15 +0000)]
Added support for the role property on fo:page-sequence, fo:flow and fo:static-content.
This allows to change the mapping of those FOs to PDF structure types when enabling accessibility.

Suggested by Martin Koegler as part of Bugzilla #50852

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

12 years agoThe Type entry is optional for a structure element. Not outputting it allows to save...
Vincent Hennebert [Wed, 23 May 2012 19:22:59 +0000 (19:22 +0000)]
The Type entry is optional for a structure element. Not outputting it allows to save space in the final output.
Suggested by Martin Koegler as part of Bugzilla #50852

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

12 years agoBugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis Bernardo.
Glenn Adams [Tue, 22 May 2012 18:26:15 +0000 (18:26 +0000)]
Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis Bernardo.

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

12 years agoRemove JDK1.6 dependency.
Glenn Adams [Thu, 17 May 2012 17:22:20 +0000 (17:22 +0000)]
Remove JDK1.6 dependency.

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

12 years agoFix findbugs warning.
Glenn Adams [Thu, 17 May 2012 15:53:37 +0000 (15:53 +0000)]
Fix findbugs warning.

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

12 years agoBugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with...
Glenn Adams [Thu, 17 May 2012 01:42:56 +0000 (01:42 +0000)]
Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. Submitted by Luis Bernardo.

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

12 years agoBugzilla #53248: Fix exception thrown from use of -print option in CLI. Submitted...
Glenn Adams [Thu, 17 May 2012 01:22:08 +0000 (01:22 +0000)]
Bugzilla #53248: Fix exception thrown from use of -print option in CLI. Submitted by Luis Bernardo.

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

12 years agoBugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl.
Glenn Adams [Wed, 16 May 2012 22:01:39 +0000 (22:01 +0000)]
Bugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl.

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

12 years agoBugzilla #40699: Fix for invalid PDF for certain numerical values in SVG lineargradie...
Glenn Adams [Wed, 16 May 2012 01:12:02 +0000 (01:12 +0000)]
Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG lineargradient. Submitted by Luis Bernardo.

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

12 years agoMistake in last commit: didn't add a class
Mehdi Houshmand [Tue, 15 May 2012 09:09:00 +0000 (09:09 +0000)]
Mistake in last commit: didn't add a class

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

12 years agoImproved handling of AFP double-byte character sets
Mehdi Houshmand [Tue, 15 May 2012 09:07:02 +0000 (09:07 +0000)]
Improved handling of AFP double-byte character sets

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

12 years agoChanged the way AFP PTOCA TransparentData control sequences are written so that they...
Mehdi Houshmand [Fri, 11 May 2012 13:14:17 +0000 (13:14 +0000)]
Changed the way AFP PTOCA TransparentData control sequences are written so that they end on character byte boundaries

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

12 years agoBugzilla #53185: Unify date formatting between FOP and XGC as well as tidying the...
Glenn Adams [Wed, 9 May 2012 12:20:34 +0000 (12:20 +0000)]
Bugzilla #53185: Unify date formatting between FOP and XGC as well as tidying the date format code. Submitted by Robert Meyer.

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

12 years agoBugzilla #45715: Break before (break-before) not respected on blocks nested in inlines.
Glenn Adams [Fri, 4 May 2012 16:52:35 +0000 (16:52 +0000)]
Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines.

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

12 years agoBugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn upside...
Glenn Adams [Wed, 2 May 2012 15:53:49 +0000 (15:53 +0000)]
Bugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn upside down when using a custom affine transform. Submitted by rmeyer@hotmail.co.uk.

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

12 years agoBugzilla #43940: Use new double format utility to improve thread safety and performan...
Glenn Adams [Sun, 29 Apr 2012 17:00:36 +0000 (17:00 +0000)]
Bugzilla #43940: Use new double format utility to improve thread safety and performance. Submitted by Julien Aymé, Ognjen Blagojevic.

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

12 years agoFixed concurrency issue re:background-image on a fo:block. Also updated a couple...
Mehdi Houshmand [Fri, 27 Apr 2012 13:11:06 +0000 (13:11 +0000)]
Fixed concurrency issue re:background-image on a fo:block. Also updated a couple license headers in the examples

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

12 years agoBugzilla #51484: Improve test for last section.
Glenn Adams [Thu, 26 Apr 2012 13:18:53 +0000 (13:18 +0000)]
Bugzilla #51484: Improve test for last section.

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

12 years agoFixed FindBugs warnings
Vincent Hennebert [Wed, 25 Apr 2012 18:09:51 +0000 (18:09 +0000)]
Fixed FindBugs warnings

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

12 years agoBugzilla #53052: restored support for embedded PDF files
Vincent Hennebert [Wed, 25 Apr 2012 18:09:24 +0000 (18:09 +0000)]
Bugzilla #53052: restored support for embedded PDF files
Removed the outputting of obj/endobj in PDFJavaScriptLaunchAction

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

12 years agoBugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use of Java...
Glenn Adams [Wed, 25 Apr 2012 14:48:09 +0000 (14:48 +0000)]
Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors.

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

12 years agoBugzilla #51484: Don't write final /sect suffix in RTF if section is last section.
Glenn Adams [Wed, 25 Apr 2012 13:54:22 +0000 (13:54 +0000)]
Bugzilla #51484: Don't write final /sect suffix in RTF if section is last section.

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

12 years agoBugzilla #53143: Ensure fonts are not loaded twice (redundantly).
Glenn Adams [Tue, 24 Apr 2012 22:28:42 +0000 (22:28 +0000)]
Bugzilla #53143: Ensure fonts are not loaded twice (redundantly).

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

12 years agoBugzilla #50196: Add test for basic-link with padding.
Glenn Adams [Tue, 24 Apr 2012 17:15:15 +0000 (17:15 +0000)]
Bugzilla #50196: Add test for basic-link with padding.

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

12 years agoRemove inactive Contributor and add Luis Bernardo
Chris Bowditch [Mon, 23 Apr 2012 07:32:58 +0000 (07:32 +0000)]
Remove inactive Contributor and add Luis Bernardo

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

12 years agoImprove property function argument parsing, specifically, better separate required...
Glenn Adams [Sun, 22 Apr 2012 20:09:52 +0000 (20:09 +0000)]
Improve property function argument parsing, specifically, better separate required, optional, and variable arguments and the handling of optional argument defaults. Regularize property function class names.

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

12 years agoMake property function class names more consistent.
Glenn Adams [Sun, 22 Apr 2012 20:09:49 +0000 (20:09 +0000)]
Make property function class names more consistent.

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

12 years agoSnapshot commit - does not build!
Glenn Adams [Sun, 22 Apr 2012 20:09:42 +0000 (20:09 +0000)]
Snapshot commit - does not build!

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

12 years agoBugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order to preven...
Glenn Adams [Sat, 21 Apr 2012 04:45:14 +0000 (04:45 +0000)]
Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order to prevent rounding issues from triggering false restart.

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

12 years agoTweak comment.
Glenn Adams [Sat, 21 Apr 2012 04:11:44 +0000 (04:11 +0000)]
Tweak comment.

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

12 years agoBugzilla #50492: Removing experimental feature that violates XSL-FO and Unicode seman...
Glenn Adams [Sat, 21 Apr 2012 04:03:58 +0000 (04:03 +0000)]
Bugzilla #50492: Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point.

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

12 years agoImprove consistency between junit-run and junit-all targets.
Glenn Adams [Fri, 20 Apr 2012 23:03:07 +0000 (23:03 +0000)]
Improve consistency between junit-run and junit-all targets.

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

12 years agoBugzilla #53101: Ensure that table cell spanning works in right-to-left writing mode.
Glenn Adams [Fri, 20 Apr 2012 21:26:43 +0000 (21:26 +0000)]
Bugzilla #53101: Ensure that table cell spanning works in right-to-left writing mode.

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

12 years agoBugzilla #53086: Ensure that table footer and header are included in bididirectional...
Glenn Adams [Tue, 17 Apr 2012 21:34:52 +0000 (21:34 +0000)]
Bugzilla #53086: Ensure that table footer and header are included in bididirectional resolution.

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

12 years agoBugzilla #53097: Ensure writing-mode specified on fo:table is used to determine writi...
Glenn Adams [Tue, 17 Apr 2012 19:49:33 +0000 (19:49 +0000)]
Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determine writing mode of table and its descendants.

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

12 years agoBugzilla #53094: Convert block container overflow exception to event model, improving...
Glenn Adams [Tue, 17 Apr 2012 16:15:44 +0000 (16:15 +0000)]
Bugzilla #53094: Convert block container overflow exception to event model, improving overflow property behavior.

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

12 years agoBugzilla #51617: Add run target for embedded examples. Add increased JVM memory heap...
Glenn Adams [Sat, 14 Apr 2012 18:01:28 +0000 (18:01 +0000)]
Bugzilla #51617: Add run target for embedded examples. Add increased JVM memory heap flag for example8 in case font cache is rebuilt.

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

12 years agoBugzilla #53083: Update to use of checkstyle-5.5 as default configuration. Remove...
Glenn Adams [Sat, 14 Apr 2012 17:11:40 +0000 (17:11 +0000)]
Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former.

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

12 years agoBugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; fall...
Glenn Adams [Sat, 14 Apr 2012 16:48:59 +0000 (16:48 +0000)]
Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit.

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

12 years agoBugzilla #52514: Ensure square image is appropriately scaled.
Glenn Adams [Sat, 14 Apr 2012 04:02:37 +0000 (04:02 +0000)]
Bugzilla #52514: Ensure square image is appropriately scaled.

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

12 years agoMinor docs tweak.
Glenn Adams [Fri, 13 Apr 2012 19:12:21 +0000 (19:12 +0000)]
Minor docs tweak.

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

12 years agoRemoved dependency on no longer existing setup-xml-schema target
Vincent Hennebert [Fri, 13 Apr 2012 15:33:46 +0000 (15:33 +0000)]
Removed dependency on no longer existing setup-xml-schema target

Commit 1324757 was actually meant to be made against trunk

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

12 years agoBugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS shell...
Glenn Adams [Fri, 13 Apr 2012 06:28:25 +0000 (06:28 +0000)]
Bugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS shell to prevent stealing focus from GUI applications.

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

12 years agoFix merge collision that elided an action entry.
Glenn Adams [Fri, 13 Apr 2012 06:06:54 +0000 (06:06 +0000)]
Fix merge collision that elided an action entry.

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

12 years agoRemove obsolete information about TXT renderer.
Glenn Adams [Thu, 12 Apr 2012 17:51:44 +0000 (17:51 +0000)]
Remove obsolete information about TXT renderer.

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

12 years agoTake leading derived space before/after into account when computing rows for TXT...
Glenn Adams [Thu, 12 Apr 2012 17:31:41 +0000 (17:31 +0000)]
Take leading derived space before/after into account when computing rows for TXT renderer.

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

12 years agoBugzilla#49893: A global setting to wrap F11 images in page segments.
Peter Hancock [Thu, 12 Apr 2012 14:17:05 +0000 (14:17 +0000)]
Bugzilla#49893: A global setting to wrap F11 images in page segments.

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

12 years agoBugzilla #52763: Support list-block in marker, thus preventing NPE.
Glenn Adams [Wed, 11 Apr 2012 21:29:51 +0000 (21:29 +0000)]
Bugzilla #52763: Support list-block in marker, thus preventing NPE.

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

12 years agoMust use unqualified (local name) when reporting invalid child error.
Glenn Adams [Wed, 11 Apr 2012 18:52:19 +0000 (18:52 +0000)]
Must use unqualified (local name) when reporting invalid child error.

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

12 years agoBugzilla #53065: Restore lookup on Event message lookup field part. Add locale field...
Glenn Adams [Wed, 11 Apr 2012 18:43:46 +0000 (18:43 +0000)]
Bugzilla #53065: Restore lookup on Event message lookup field part. Add locale field to Event to enable locale dependent deferred bundle load during lookup field part substitution.

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

12 years agoBug in AFP font metrics that performed integer arithmetic when it should have been...
Mehdi Houshmand [Tue, 10 Apr 2012 08:39:31 +0000 (08:39 +0000)]
Bug in AFP font metrics that performed integer arithmetic when it should have been double arithemetic.

Also added some generics to the surrounding classes

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

12 years agoAdd key.
Glenn Adams [Mon, 9 Apr 2012 17:14:00 +0000 (17:14 +0000)]
Add key.

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

12 years agoBugzilla #49754: Update status.
Glenn Adams [Mon, 9 Apr 2012 00:23:00 +0000 (00:23 +0000)]
Bugzilla #49754: Update status.

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

12 years agoBugzilla #49754: Bring clone() in line with the recommendations in Object.clone().
Glenn Adams [Sun, 8 Apr 2012 23:48:11 +0000 (23:48 +0000)]
Bugzilla #49754: Bring clone() in line with the recommendations in Object.clone().

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

12 years agoBugzilla #52966: How to use native text with EPSDocumentGraphics2D.
Glenn Adams [Sun, 8 Apr 2012 21:29:28 +0000 (21:29 +0000)]
Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.

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

12 years agoBugzilla #51599: Allow https scheme URI for PDF external action target.
Glenn Adams [Sun, 8 Apr 2012 20:42:10 +0000 (20:42 +0000)]
Bugzilla #51599: Allow https scheme URI for PDF external action target.

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

12 years agoBugzilla #50901: RTF percentage table column width not calculated from table.
Glenn Adams [Sun, 8 Apr 2012 20:18:15 +0000 (20:18 +0000)]
Bugzilla #50901: RTF percentage table column width not calculated from table.

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

12 years agoBugzilla #50435: Use true as default for properties use-cache in case of access excep...
Glenn Adams [Sun, 8 Apr 2012 19:02:03 +0000 (19:02 +0000)]
Bugzilla #50435: Use true as default for properties use-cache in case of access exception.

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

12 years agoFix minor format error in exception message
Glenn Adams [Sun, 8 Apr 2012 08:45:47 +0000 (08:45 +0000)]
Fix minor format error in exception message

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

12 years agoBugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fix three...
Glenn Adams [Sun, 8 Apr 2012 03:57:07 +0000 (03:57 +0000)]
Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues.

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

12 years agoBugzilla #51007: RTF tables do not support percent column-widths.
Glenn Adams [Sun, 8 Apr 2012 00:25:34 +0000 (00:25 +0000)]
Bugzilla #51007: RTF tables do not support percent column-widths.

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

12 years agoBugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.fo.proper...
Glenn Adams [Sun, 8 Apr 2012 00:08:50 +0000 (00:08 +0000)]
Bugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.fo.properties.use-cache read).

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

12 years agoBugzilla #49763: Incorrect message when encountering a block in an inline in a footnote
Glenn Adams [Sat, 7 Apr 2012 20:23:56 +0000 (20:23 +0000)]
Bugzilla #49763: Incorrect message when encountering a block in an inline in a footnote

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

12 years agoBugzilla #47380: Specified rule-thickness applies only when leader-pattern is rule...
Glenn Adams [Sat, 7 Apr 2012 09:24:11 +0000 (09:24 +0000)]
Bugzilla #47380: Specified rule-thickness applies only when leader-pattern is rule, otherwise should use default thickness.

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

12 years agoBugzilla #49302: Eliminate duplicate code.
Glenn Adams [Sat, 7 Apr 2012 04:22:52 +0000 (04:22 +0000)]
Bugzilla #49302: Eliminate duplicate code.

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

12 years agoBugzilla #49350: Fix coding error in AFPResourceLevel#equals.
Glenn Adams [Sat, 7 Apr 2012 04:15:41 +0000 (04:15 +0000)]
Bugzilla #49350: Fix coding error in AFPResourceLevel#equals.

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

12 years agoBugzilla #51836: Throw IFException instead of NPE if navigation target (page referenc...
Glenn Adams [Sat, 7 Apr 2012 04:04:14 +0000 (04:04 +0000)]
Bugzilla #51836: Throw IFException instead of NPE if navigation target (page reference) doesn't exist.

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

12 years agoBugzilla #19769: update page-{height,width} to show partial compliance only, lack...
Glenn Adams [Fri, 6 Apr 2012 23:53:13 +0000 (23:53 +0000)]
Bugzilla #19769: update page-{height,width} to show partial compliance only, lack of indefinite support

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

12 years agoupdate release checklist in development docset based on info in bug 49281
Glenn Adams [Fri, 6 Apr 2012 21:50:14 +0000 (21:50 +0000)]
update release checklist in development docset based on info in bug 49281

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

12 years agoBugzilla #51808: Update status.
Glenn Adams [Fri, 6 Apr 2012 18:06:26 +0000 (18:06 +0000)]
Bugzilla #51808: Update status.

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

12 years agoBugzilla #51808: Fixed memory waste in traits map.
Glenn Adams [Fri, 6 Apr 2012 18:06:23 +0000 (18:06 +0000)]
Bugzilla #51808: Fixed memory waste in traits map.

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

12 years agoBuzilla #51807: Fixed small memory waste in rowCells array construction.
Glenn Adams [Thu, 5 Apr 2012 02:41:59 +0000 (02:41 +0000)]
Buzilla #51807: Fixed small memory waste in rowCells array construction.

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

12 years agoBugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnote
Glenn Adams [Tue, 3 Apr 2012 16:33:30 +0000 (16:33 +0000)]
Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnote

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

12 years agoenhance complex scripts feature documentation
Glenn Adams [Tue, 3 Apr 2012 04:56:12 +0000 (04:56 +0000)]
enhance complex scripts feature documentation

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

12 years agoadd complex script feature documentation
Glenn Adams [Tue, 3 Apr 2012 04:33:34 +0000 (04:33 +0000)]
add complex script feature documentation

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

12 years agoFixed a bug: Delegate getStructureTreeEventHandler() to delegate
Peter Hancock [Thu, 29 Mar 2012 12:46:52 +0000 (12:46 +0000)]
Fixed a bug: Delegate getStructureTreeEventHandler() to delegate

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

12 years agoMerged branch Temp_PDF_ObjectStreams
Vincent Hennebert [Mon, 26 Mar 2012 17:39:20 +0000 (17:39 +0000)]
Merged branch Temp_PDF_ObjectStreams

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

12 years agoRemoved reference to XML schema from IF schema.
Vincent Hennebert [Fri, 23 Mar 2012 17:38:56 +0000 (17:38 +0000)]
Removed reference to XML schema from IF schema.
Copied the definition of xml:space into the IF schema.
Removed the setup-xml-schema Ant ask.

xml.xsd is a file under the W3C Document License and we cannot (yet?) redistribute files under such a license.

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

12 years agoOrganized imports
Vincent Hennebert [Fri, 23 Mar 2012 10:26:13 +0000 (10:26 +0000)]
Organized imports

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

12 years agoFor ImportOrder, "under" already is the default value for "option". Removed it.
Vincent Hennebert [Fri, 23 Mar 2012 10:18:10 +0000 (10:18 +0000)]
For ImportOrder, "under" already is the default value for "option". Removed it.

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

12 years agoMade class non-final to allow mocking
Vincent Hennebert [Thu, 22 Mar 2012 19:50:19 +0000 (19:50 +0000)]
Made class non-final to allow mocking

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

12 years agoBugzilla #46962: Fixed deadlock in PropertyCache.
Vincent Hennebert [Thu, 22 Mar 2012 17:04:12 +0000 (17:04 +0000)]
Bugzilla #46962: Fixed deadlock in PropertyCache.

Re-wrote the PropertyCache class, leveraging Java 1.5 concurrency features.
Implemented equals and hashCode on many Property sub-classes to make the caching more effective

Patch by Alexios Giotis, applied with the following minor modifications:
* Javadoc improvements to PropertyCache
* Factorize into new CompareUtil class code often used by equals and hashCode implementations

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

12 years agoAdded support for PDF object streams. Temp_PDF_ObjectStreams Temp_PDF_ObjectStreams
Vincent Hennebert [Wed, 21 Mar 2012 15:12:43 +0000 (15:12 +0000)]
Added support for PDF object streams.
When accessibility is enabled and PDF version 1.5 selected, the structure tree will be stored in object streams in order to reduce the size of the final PDF.
This can lead to file reductions by up to 75%

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