gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/view CellView.java pagespanview.py xubu...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gzz/view CellView.java pagespanview.py xubu...
Date: Tue, 28 Jan 2003 06:31:29 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/01/28 06:31:29

Modified files:
        gzz/view       : CellView.java pagespanview.py xubuoy.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/CellView.java.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/pagespanview.py.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/xubuoy.py.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: gzz/gzz/view/CellView.java
diff -u gzz/gzz/view/CellView.java:1.10 gzz/gzz/view/CellView.java:1.11
--- gzz/gzz/view/CellView.java:1.10     Thu Dec 19 18:06:00 2002
+++ gzz/gzz/view/CellView.java  Tue Jan 28 06:31:28 2003
@@ -36,12 +36,14 @@
  * the default implementations call each other.
  */
 public abstract class CellView {
-public static final String rcsid = "$Id: CellView.java,v 1.10 2002/12/19 
23:06:00 tjl Exp $";
+public static final String rcsid = "$Id: CellView.java,v 1.11 2003/01/28 
11:31:28 tjl Exp $";
     /** Place the contents of one cell into the given coord system.
      * The coordsys given shall be a mapping from the rectangle
      * (0,w)x(0,h) onto the screen.
-     * @param box A coordinate system, into whose "unit square" the cell will 
be placed.
-     *                         Note that some coordinate systems (box, 
orthoBox) set their "unit
+     * @param box A coordinate system, into whose "unit square" 
+     *            the cell will be placed.
+     *                    Note that some coordinate systems 
+     *                    (box, orthoBox) set their "unit
      *                         square" not to be 0..1 x 0..1.
      */
     public abstract void place(Cell c, VobScene vs, int box,
Index: gzz/gzz/view/pagespanview.py
diff -u gzz/gzz/view/pagespanview.py:1.29 gzz/gzz/view/pagespanview.py:1.30
--- gzz/gzz/view/pagespanview.py:1.29   Tue Jan 28 04:16:49 2003
+++ gzz/gzz/view/pagespanview.py        Tue Jan 28 06:31:28 2003
@@ -65,7 +65,6 @@
     """A view of a PDF file in a cell, spread out in space.
     """
     def __init__(self, cell):
-        self.contentcolor = GLCache.getCallList("Color 0.1 0 0")
         self.black = GLCache.getCallList("Color 0 0 0")
        self.cell = cell
        self.content = cell.space.cellTexter.getEnfilade(cell, None)
@@ -159,7 +158,6 @@
                    vs.map.put(self.irregu.frame, cs1into, irr)
            class ContentR(java.lang.Runnable):
                def run(rself):
-                   vs.map.put(self.contentcolor)
                    vs.map.put(self.irregu.content, cs1into, irr)
 
            if showTessel:
Index: gzz/gzz/view/xubuoy.py
diff -u gzz/gzz/view/xubuoy.py:1.45 gzz/gzz/view/xubuoy.py:1.46
--- gzz/gzz/view/xubuoy.py:1.45 Mon Jan 27 06:35:43 2003
+++ gzz/gzz/view/xubuoy.py      Tue Jan 28 06:31:28 2003
@@ -228,7 +228,8 @@
            self.cliprect = (self.p0[0], self.p0[1], self.p1[0], self.p1[1])
 
            self.view.placepapers(vs, cs1_trans, cliprect = self.cliprect,
-               fancy = globalusefancypaper, showTessel = globalshowtessel)
+               fancy = globalusefancypaper, 
+               showTessel = globalshowtessel)
 
            # Then, the xu link connector
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]