aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors and warnings in example files. Add build.xml for documentation ↵Glenn Adams2012-06-271-0/+3
| | | | | | examples. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1354651 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53458: Fix incorrect language and country code key generation in ↵Glenn Adams2012-06-241-0/+3
| | | | | | hyphenation tree cache. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353320 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ↵Glenn Adams2012-06-241-0/+3
| | | | | | Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353311 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use ↵Glenn Adams2012-06-241-0/+3
| | | | | | of multiple filters. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353303 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate javadocs warnings.Glenn Adams2012-06-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68
* Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1352986 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40676: Update site documentation about PNG image loading ↵Glenn Adams2012-06-191-0/+3
| | | | | | 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
* Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis ↵Glenn Adams2012-06-151-0/+3
| | | | | | Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350790 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to ↵Glenn Adams2012-06-151-0/+3
| | | | | | 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
* Bugzilla #53412: Eliminate incorrect use of object identity which produces ↵Glenn Adams2012-06-141-0/+3
| | | | | | 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
* Eliminate javadocs warnings.Glenn Adams2012-06-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345838 13f79535-47bb-0310-9956-ffa450edef68
* Update xmlgraphics common jar to reflect recent fixes in XGC.Glenn Adams2012-06-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345330 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #43940: Fix handling of NaN, {+,-}Infinity, and other edge cases. ↵Glenn Adams2012-05-291-0/+3
| | | | | | Submitted by Julien Aymé. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343800 13f79535-47bb-0310-9956-ffa450edef68
* Add version attribute to AT and IF intermediate formats. Also eliminate ↵Glenn Adams2012-05-281-0/+3
| | | | | | 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
* Add extension to place code just before PostScript %PageTrailer. Submitted ↵Glenn Adams2012-05-271-0/+3
| | | | | | by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343072 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53294: Fix invalid PostScript file being created when font-size is ↵Glenn Adams2012-05-251-0/+3
| | | | | | 0. Submitted by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1342792 13f79535-47bb-0310-9956-ffa450edef68
* Update FAQ and New Bug documentation.Glenn Adams2012-05-251-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1342781 13f79535-47bb-0310-9956-ffa450edef68
* Added support for the role property on fo:page-sequence, fo:flow and ↵Vincent Hennebert2012-05-251-0/+5
| | | | | | | | | | | 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
* The Type entry is optional for a structure element. Not outputting it allows ↵Vincent Hennebert2012-05-231-0/+4
| | | | | | | | | 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
* Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis ↵Glenn Adams2012-05-221-0/+3
| | | | | | Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1341585 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53242: Support fractional line widths in AFP renderer, fixing ↵Glenn Adams2012-05-171-0/+3
| | | | | | 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
* Bugzilla #53248: Fix exception thrown from use of -print option in CLI. ↵Glenn Adams2012-05-171-0/+3
| | | | | | Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339441 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53247: Fix renderer mime type for PCL output; should be ↵Glenn Adams2012-05-161-0/+3
| | | | | | application/x-pcl. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339388 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG ↵Glenn Adams2012-05-161-0/+3
| | | | | | lineargradient. Submitted by Luis Bernardo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1338967 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53185: Unify date formatting between FOP and XGC as well as ↵Glenn Adams2012-05-091-0/+3
| | | | | | 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
* Bugzilla #45715: Break before (break-before) not respected on blocks nested ↵Glenn Adams2012-05-041-7/+10
| | | | | | in inlines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1334058 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn ↵Glenn Adams2012-05-021-0/+3
| | | | | | 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
* Bugzilla #43940: Use new double format utility to improve thread safety and ↵Glenn Adams2012-04-291-0/+3
| | | | | | 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
* Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use ↵Glenn Adams2012-04-251-1/+4
| | | | | | 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
* Bugzilla #51484: Don't write final /sect suffix in RTF if section is last ↵Glenn Adams2012-04-251-0/+3
| | | | | | section. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330296 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53143: Ensure fonts are not loaded twice (redundantly).Glenn Adams2012-04-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330050 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50196: Add test for basic-link with padding.Glenn Adams2012-04-241-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1329865 13f79535-47bb-0310-9956-ffa450edef68
* Improve property function argument parsing, specifically, better separate ↵Glenn Adams2012-04-221-0/+4
| | | | | | 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
* Bugzilla #51043: Don't restart layout unless abs(ipd difference)>1 in order ↵Glenn Adams2012-04-211-0/+3
| | | | | | 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
* Bugzilla #50492: Removing experimental feature that violates XSL-FO and ↵Glenn Adams2012-04-211-0/+4
| | | | | | 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
* Bugzilla #53101: Ensure that table cell spanning works in right-to-left ↵Glenn Adams2012-04-201-0/+3
| | | | | | writing mode. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328515 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53086: Ensure that table footer and header are included in ↵Glenn Adams2012-04-171-0/+3
| | | | | | bididirectional resolution. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327291 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to ↵Glenn Adams2012-04-171-1/+4
| | | | | | 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
* Bugzilla #53094: Convert block container overflow exception to event model, ↵Glenn Adams2012-04-171-0/+3
| | | | | | improving overflow property behavior. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1327157 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51617: Add run target for embedded examples. Add increased JVM ↵Glenn Adams2012-04-141-0/+3
| | | | | | 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
* Bugzilla #53083: Update to use of checkstyle-5.5 as default configuration. ↵Glenn Adams2012-04-141-0/+3
| | | | | | 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
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ↵Glenn Adams2012-04-141-0/+3
| | | | | | 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
* Bugzilla #52514: Ensure square image is appropriately scaled.Glenn Adams2012-04-141-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326053 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50062: Invoke JVM in headless mode from FOP command scripts and JS ↵Glenn Adams2012-04-131-0/+3
| | | | | | 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
* Fix merge collision that elided an action entry.Glenn Adams2012-04-131-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325622 13f79535-47bb-0310-9956-ffa450edef68
* Take leading derived space before/after into account when computing rows for ↵Glenn Adams2012-04-121-3/+6
| | | | | | TXT renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325394 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#49893: A global setting to wrap F11 images in page segments.Peter Hancock2012-04-121-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325277 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-111-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1325016 13f79535-47bb-0310-9956-ffa450edef68
* Must use unqualified (local name) when reporting invalid child error.Glenn Adams2012-04-111-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1324916 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53065: Restore lookup on Event message lookup field part. Add ↵Glenn Adams2012-04-111-0/+4
| | | | | | 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