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

2005-02-10 Thread jeremias
jeremias2005/02/10 02:47:11 Modified:src/java/org/apache/fop/pdf PDFEncryptionManager.java src/java/org/apache/fop/render/pdf PDFRenderer.java Log: Remove dependency of pdf package to the FOP user agent. Revision ChangesPath 1.5 +6 -10

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

2005-02-10 Thread jeremias
jeremias2005/02/10 04:50:07 Modified:test/layoutengine disabled-testcases.txt Added: test/layoutengine/testcases normal-breaking4.xml Log: Test case which indirectly tests the resetPosition() methods on various LMs. Currently, the lines are not rearranged after a page break

cvs commit: xml-fop/test/layoutengine/testcases normal-breaking4.xml

2005-02-10 Thread jeremias
jeremias2005/02/10 04:52:35 Modified:test/layoutengine/testcases normal-breaking4.xml Log: Adding an additional block at the end to see if a new block would behave differently. Revision ChangesPath 1.2 +2 -1

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

2005-02-10 Thread jeremias
jeremias2005/02/10 06:18:39 Modified:src/java/org/apache/fop/layoutmgr AbstractLayoutManager.java Log: Some LMs don't need the childLM List. So create only when necessary. Revision ChangesPath 1.38 +7 -1

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

2005-02-10 Thread jeremias
jeremias2005/02/10 07:54:03 Modified:src/java/org/apache/fop/layoutmgr LineLayoutManager.java Log: Rearranged the process a bit to better show the different phases. Helped me to better understand what's going on there. Revision ChangesPath 1.40 +24 -16

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

2005-02-10 Thread jeremias
jeremias2005/02/10 12:02:36 Added: test/layoutengine/testcases table-hf2.xml table-hf1.xml Log: Test cases for table headers/footers. Revision ChangesPath 1.1 xml-fop/test/layoutengine/testcases/table-hf2.xml Index: table-hf2.xml