cvs commit: xml-fop/src/java/org/apache/fop/fo/flow Table.java

2005-02-11 Thread jeremias
jeremias2005/02/11 02:45:24 Modified:src/java/org/apache/fop/layoutmgr/table TableLayoutManager.java src/java/org/apache/fop/fo/flow Table.java Log: Implemented table-omit-header-at-break. The same for footers comes later when page breaking is

cvs commit: xml-fop/test/layoutengine disabled-testcases.txt

2005-02-11 Thread jeremias
jeremias2005/02/11 02:47:26 Modified:test/layoutengine disabled-testcases.txt Added: test/layoutengine/testcases table-hf3.xml table-hf4.xml Log: Test cases for table-omit-*-at-break. The one for footer is disabled because it's not implemented, yet. Revision Changes

cvs commit: xml-fop/test/layoutengine/testcases table-cell6.xml

2005-02-11 Thread jeremias
jeremias2005/02/11 04:17:06 Added: test/layoutengine/testcases table-cell6.xml Log: Test case for column spanning. Revision ChangesPath 1.1 xml-fop/test/layoutengine/testcases/table-cell6.xml Index: table-cell6.xml

cvs commit: xml-fop/test/layoutengine/testcases table-cell7.xml

2005-02-11 Thread jeremias
jeremias2005/02/11 04:17:32 Added: test/layoutengine/testcases table-cell7.xml Log: Test case for empty-cells attribute. Revision ChangesPath 1.1 xml-fop/test/layoutengine/testcases/table-cell7.xml Index: table-cell7.xml

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

2005-02-11 Thread jeremias
jeremias2005/02/11 04:19:05 Modified:src/java/org/apache/fop/fo/flow TableCell.java src/java/org/apache/fop/layoutmgr/table Cell.java Log: empty-cells implemented. Revision ChangesPath 1.46 +5 -0

cvs commit: xml-fop/test/layoutengine/testcases border3.xml

2005-02-11 Thread jeremias
jeremias2005/02/11 12:56:44 Added: test/layoutengine/testcases border3.xml Log: Test for all border-styles. Revision ChangesPath 1.1 xml-fop/test/layoutengine/testcases/border3.xml Index: border3.xml

cvs commit: xml-fop/src/java/org/apache/fop/pdf PDFColor.java

2005-02-11 Thread jeremias
jeremias2005/02/11 13:30:03 Modified:src/java/org/apache/fop/render/pdf PDFRenderer.java src/java/org/apache/fop/pdf PDFColor.java Log: Implemented the rest of the border styles. Now uses clipping while painting the borders to paint nicer edges. Some of this code