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/src/java/org/apache/fop/layoutmgr LineLayoutManager.java

2005-02-02 Thread jeremias
jeremias2005/02/02 07:05:51 Modified:src/java/org/apache/fop/layoutmgr LineLayoutManager.java Log: Bugfix for blocks with forced linefeeds that break over the page boundary. Submitted by: Luca Furini lfurini.at.cs.unibo.it Revision ChangesPath 1.39 +6 -133

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

2004-12-09 Thread lfurini
lfurini 2004/12/09 07:53:37 Modified:src/java/org/apache/fop/layoutmgr LineLayoutManager.java Log: * created a new method which is called only once by LineLM.getNextBreakPoss() and subsequently calls findBreakingPoints() with different parameters until a set of breaking point is

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

2004-12-06 Thread lfurini
lfurini 2004/12/06 06:36:10 Modified:src/java/org/apache/fop/layoutmgr LineLayoutManager.java Log: Removing inactiveList, which is useless. Thanks to Finn Bock for pointing this out. Revision ChangesPath 1.36 +4 -7

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

2004-11-15 Thread spepping
spepping2004/11/15 12:58:20 Modified:src/java/org/apache/fop/layoutmgr LineLayoutManager.java Log: A quick and dirty hack to prevent the IndexOutOfBoundsException reported in bug 32174. Revision ChangesPath 1.34 +6 -0