/[Apache-SVN]
ViewVC logotype

Revision 699279


Jump to revision: Previous Next
Author: acumiskey
Date: Fri Sep 26 11:27:35 2008 UTC (15 years, 10 months ago)
Changed paths: 33
Log Message:
Merged revisions 693433,693462,693720,693742,693781,693784,693841,695491,695500,695776,696365,697140,697152,698280,698322,698670 via svnmerge from 
https://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r693433 | acumiskey | 2008-09-09 12:00:58 +0100 (Tue, 09 Sep 2008) | 1 line
  
  Make PFM string parsing a little more robust
........
  r693462 | acumiskey | 2008-09-09 14:35:13 +0100 (Tue, 09 Sep 2008) | 1 line
  
  This is a better fix which will cater for the case where the first character encountered is the EOF (-1) character.  EOF test now only occurs when loop is exit so this should execute more efficiently.
........
  r693720 | jeremias | 2008-09-10 08:46:23 +0100 (Wed, 10 Sep 2008) | 1 line
  
  Some older TTF fonts have shorter OS/2 tables. This fixes potential EOFExceptions.
........
  r693742 | jeremias | 2008-09-10 10:00:16 +0100 (Wed, 10 Sep 2008) | 3 lines
  
  Bugzilla #45616:
  Fix for table handling in RTF output, so the output works with OpenOffice and AbiWord, too.
  Submitted by: Pavel Kysilka <goldenfish.at.linuxsoft.cz>
........
  r693781 | jeremias | 2008-09-10 11:52:45 +0100 (Wed, 10 Sep 2008) | 3 lines
  
  Bugzilla #45734:
  Fix for PFMReader after bug #43089 (r567078) changed the behavior of PFMFile. Fixes baseline problems when Type 1 fonts are used in conjunction with XML font metric files.
  Submitted by: J. Frantzius <jfrantzius.at.web.de>
........
  r693784 | jeremias | 2008-09-10 11:59:27 +0100 (Wed, 10 Sep 2008) | 1 line
  
  Credits where credits are due. I only noticed afterwards that there was a patch attached to the issue.
........
  r693841 | adelmelle | 2008-09-10 14:24:00 +0100 (Wed, 10 Sep 2008) | 1 line
  
  Minor fix: avoid attempts at converting a default namespace declaration as a FO property, if the parser reports it as a regular attribute
........
  r695491 | jeremias | 2008-09-15 16:06:28 +0100 (Mon, 15 Sep 2008) | 1 line
  
  PDF Output: Made sure the XMP Metadata stream is never compressed.
........
  r695500 | jeremias | 2008-09-15 16:15:44 +0100 (Mon, 15 Sep 2008) | 2 lines
  
  Bugzilla #45755:
  Removed ALv2 license header as this file does not have a "creativity" value and only serves as an example.
........
  r695776 | maxberger | 2008-09-16 09:56:12 +0100 (Tue, 16 Sep 2008) | 4 lines
  
  Re-enabled image loader testcases
  Made sure SVG converters use SVG flavor (updated in commons)
  Added new ImageLoaderTest which tests JPGs embedded in SVG
........
  r696365 | jeremias | 2008-09-17 17:41:14 +0100 (Wed, 17 Sep 2008) | 3 lines
  
  Bugzilla #45795:
  PDF Output: Added support for handling 16-bit alpha channel. They are currently converted to 8 bits.
........
  r697140 | jeremias | 2008-09-19 16:57:54 +0100 (Fri, 19 Sep 2008) | 1 line
  
  Fixed stray "xml.apache.org".
........
  r697152 | adelmelle | 2008-09-19 18:01:03 +0100 (Fri, 19 Sep 2008) | 1 line
  
  Bugzilla 45842: Use FOP_OPTS environment variable in fop.bat and fop.cmd (patch submitted by Carsten Siedentop)
........
  r698280 | adelmelle | 2008-09-23 19:48:34 +0100 (Tue, 23 Sep 2008) | 3 lines
  
  Bugzilla 40798: A conditional-page-master-reference with page-position="last" is also eligible for an only page (first as well as last)
  Additionally: added support for page-position="only"
........
  r698322 | adelmelle | 2008-09-23 20:55:02 +0100 (Tue, 23 Sep 2008) | 1 line
  
  Cleanup firstWhiteSpaceInSeq at end of block too...
........
  r698670 | adelmelle | 2008-09-24 18:45:51 +0100 (Wed, 24 Sep 2008) | 1 line
  
  Added two missing files from r698280
........


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/ modified , props changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/conf/fop.xconf modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/fop.bat modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/fop.cmd modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/lib/xmlgraphics-commons-1.4svn.jar modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/documentation/content/xdocs/0.94/extensions.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/documentation/content/xdocs/0.95/extensions.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/documentation/content/xdocs/trunk/extensions.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/PropertyList.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/XMLWhiteSpaceHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/ConditionalPageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/PageSequence.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/RepeatablePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/SinglePageMasterReference.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/pagination/SubSequenceSpecifier.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fonts/apps/PFMReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fonts/truetype/TTFFile.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fonts/type1/PFMInputStream.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/image/loader/batik/ImageConverterSVG2G2D.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/image/loader/batik/ImageLoaderFactorySVG.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/image/loader/batik/ImageLoaderSVG.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/layoutmgr/PageProvider.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/pdf/AlphaRasterImage.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/pdf/PDFFilterList.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/rtf/RTFHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/status.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/java/org/apache/fop/StandardTestSuite.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/java/org/apache/fop/image/loader/batik/ImageLoaderTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/page-position_last_bug40798.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/page-position_last_bug40798.xml, r698670)
added
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/page-position_only.xml
(Copied from xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/page-position_only.xml, r698670)
added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26