/[Apache-SVN]
ViewVC logotype

Revision 655782


Jump to revision: Previous Next
Author: acumiskey
Date: Tue May 13 08:49:16 2008 UTC (16 years, 1 month ago)
Changed paths: 20
Log Message:
Merged revisions 655489,655500,655522,655531,655578,655601,655603,655614,655766,655771,655775 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r655489 | vhennebert | 2008-05-12 13:30:42 +0100 (Mon, 12 May 2008) | 2 lines
  
  Replaced hack in TableStepper to get the steps' penalty values with a more proper implementation. Allows in the same time to avoid skimming, at each step, through the active cells' LinkedLists of elements, which may have a negative impact on performance
........
  r655500 | adelmelle | 2008-05-12 14:42:49 +0100 (Mon, 12 May 2008) | 2 lines
  
  Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderInfo and CommonBorderPaddingBackground.
........
  r655522 | adelmelle | 2008-05-12 16:24:06 +0100 (Mon, 12 May 2008) | 2 lines
  
  Tweak: avoid preloading the background-image with each pass through the constructor; only do so for non-cached instances
........
  r655531 | adelmelle | 2008-05-12 16:34:49 +0100 (Mon, 12 May 2008) | 2 lines
  
  Avoid an error if unspecified...
........
  r655578 | spepping | 2008-05-12 18:53:21 +0100 (Mon, 12 May 2008) | 3 lines
  
  Restore the previous behaviour of the column-number property, viz. if
  it is negative, it is set the next free column
........
  r655601 | adelmelle | 2008-05-12 20:06:04 +0100 (Mon, 12 May 2008) | 1 line
  
  Added missing file from r655500
........
  r655603 | adelmelle | 2008-05-12 20:11:00 +0100 (Mon, 12 May 2008) | 1 line
  
  Re-enabled testcases that pass again after r655578
........
  r655614 | vhennebert | 2008-05-12 20:37:39 +0100 (Mon, 12 May 2008) | 3 lines
  
  Put the resolutions of collapsed borders together into the CollapsingBorderResolver class.
  The previous scheme allowed for early resolution of borders where possible, but made it hard to understand since the resolution was spread in the various table classes. Now everything is done inside a single class
........
  r655766 | adelmelle | 2008-05-13 08:58:31 +0100 (Tue, 13 May 2008) | 2 lines
  
  Added support for auto-generated initial value for the "id" property.
........
  r655771 | adelmelle | 2008-05-13 09:11:12 +0100 (Tue, 13 May 2008) | 1 line
  
  Alter auto-id naming to avoid confusion with URI fragment identifiers
........
  r655775 | adelmelle | 2008-05-13 09:20:57 +0100 (Tue, 13 May 2008) | 1 line
  
  Javadoc fixups
........


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/ modified , props changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/FOEventHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/FOPropertyMapping.java 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/flow/table/CollapsingBorderResolver.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/GridUnit.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/Table.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/TableBody.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/TableCell.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/TableColumn.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/TableFObj.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/flow/table/TableRow.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/properties/CondLengthProperty.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/properties/PropertyCache.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/fo/properties/StringProperty.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/layoutmgr/table/ActiveCell.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/src/java/org/apache/fop/layoutmgr/table/TableStepper.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/fotree/disabled-testcases.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_AFPGOCAResources/test/fotree/testcases/id_auto.fo
(Copied from xmlgraphics/fop/trunk/test/fotree/testcases/id_auto.fo, r655775)
added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26