cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-22 Thread jeremias
jeremias2005/02/22 07:32:45 Modified:src/java/org/apache/fop/fo/properties CommonBorderPaddingBackground.java src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Should run my own tests :-( Bugfix for NPE on empty cells. Skip

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-22 Thread jeremias
jeremias2005/02/22 01:52:03 Modified:src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Individual grid unit block areas for painting the resolved borders. Bugfix in Row for searching the adjacent cell at end edge. Setting the borders that are already resolved on the

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-09 Thread jeremias
jeremias2005/02/09 03:51:30 Modified:src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Fix for handling of horizontal border-separation. My first interpretation was wrong. Revision ChangesPath 1.22 +2 -12 xml-fop/src/java/org/apache/fop/layoutmgr/t

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-08 Thread jeremias
jeremias2005/02/08 08:25:13 Modified:src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Support for column-number on table-cell. RowLM now also handles gaps (=empty cells) properly. Positioning of cells inside the row changed. More responsibility into getNextBreakPo

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-08 Thread jeremias
jeremias2005/02/08 03:21:57 Modified:src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Initial support for column spanning. Still WIP. Revision ChangesPath 1.19 +56 -24xml-fop/src/java/org/apache/fop/layoutmgr/table/Row.java Index: Row.java =

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-08 Thread jeremias
jeremias2005/02/08 02:10:00 Modified:src/java/org/apache/fop/layoutmgr/table Row.java Cell.java Log: Correct cell-borders when border-collapse="separate" and initial support for horizontal border-separation. This is WIP, just a save-point while I'm investigating other issues surr

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table Row.java Cell.java

2005-02-07 Thread jeremias
jeremias2005/02/07 03:01:37 Modified:src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java AbstractLayoutManager.java LayoutManager.java PositionIterator.java ContentLayoutManager.java