You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2007/08/05 21:58:40 UTC

svn commit: r562947 - /xmlgraphics/fop/branches/fop-0_94/

Author: vhennebert
Date: Sun Aug  5 12:58:39 2007
New Revision: 562947

URL: http://svn.apache.org/viewvc?view=rev&rev=562947
Log:
Blocked revisions 556991,556997,557337,557541,557630,557649-557650,559087,562053,562140,562172,562383 via svnmerge

........
  r556991 | vhennebert | 2007-07-17 19:53:50 +0200 (mar, 17 jui 2007) | 5 lines
  
  - Compute the height of already handled rows progressively in TableStepper
  - Give this information to the ActiveCell constructor. This allows to:
    - avoid passing the row-group to the constructor
    - avoid re-computing it for each cell starting on the current row
........
  r556997 | vhennebert | 2007-07-17 19:57:40 +0200 (mar, 17 jui 2007) | 2 lines
  
  Store the index of the last spanned row, instead of the starting row. That latter information isn't really needed.
........
  r557337 | adelmelle | 2007-07-18 19:37:14 +0200 (mer, 18 jui 2007) | 4 lines
  
  * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
  * Additional code cleanup: removal of unused imports (mainly in the fo.flow package)
........
  r557541 | vhennebert | 2007-07-19 11:57:10 +0200 (jeu, 19 jui 2007) | 2 lines
  
  Use an iterator instead of get(index) to iterate over the list of Knuth elements
........
  r557630 | vhennebert | 2007-07-19 16:13:01 +0200 (jeu, 19 jui 2007) | 2 lines
  
  Rename endRow into the more meaningful endRowIndex
........
  r557649 | vhennebert | 2007-07-19 16:55:04 +0200 (jeu, 19 jui 2007) | 2 lines
  
  Code cleanup and javadocs
........
  r557650 | vhennebert | 2007-07-19 17:01:20 +0200 (jeu, 19 jui 2007) | 2 lines
  
  Style only: correct indentation
........
  r559087 | vhennebert | 2007-07-24 17:37:05 +0200 (mar, 24 jui 2007) | 2 lines
  
  Testcases for conditional spaces inside table-cells.
........
  r562053 | vhennebert | 2007-08-02 11:27:42 +0200 (jeu, 02 aoû 2007) | 2 lines
  
  Clean up the handling of startIndent
........
  r562140 | vhennebert | 2007-08-02 17:37:17 +0200 (jeu, 02 aoû 2007) | 2 lines
  
  First step at introducing a layout manager for a row-group
........
  r562172 | vhennebert | 2007-08-02 18:26:36 +0200 (jeu, 02 aoû 2007) | 2 lines
  
  Move the handling of breaks back in TableContentLM
........
  r562383 | vhennebert | 2007-08-03 10:19:58 +0200 (ven, 03 aoû 2007) | 5 lines
  
  Clean up:
  - organize imports
  - javadoc for getBreakBefore/After
  - loop no longer necessary when calling TableCellLM.getNextKnuthElements
........

Modified:
    xmlgraphics/fop/branches/fop-0_94/   (props changed)

Propchange: xmlgraphics/fop/branches/fop-0_94/
------------------------------------------------------------------------------
--- svnmerge-blocked (added)
+++ svnmerge-blocked Sun Aug  5 12:58:39 2007
@@ -0,0 +1 @@
+/xmlgraphics/fop/trunk:556991,556997,557337,557541,557630,557649-557650,559087,562053,562140,562172,562383



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org