gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/liblines/Lines.cxx gzz/modules/p...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gfx/liblines/Lines.cxx gzz/modules/p...
Date: Tue, 05 Nov 2002 14:00:18 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/11/05 14:00:17

Modified files:
        .              : TODO 
        gfx/liblines   : Lines.cxx 
        gzz/modules/pp : demotest.py 

Log message:
        twids

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.371&tr2=1.372&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/liblines/Lines.cxx.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/demotest.py.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.371 gzz/TODO:1.372
--- gzz/TODO:1.371      Tue Nov  5 13:02:23 2002
+++ gzz/TODO    Tue Nov  5 14:00:16 2002
@@ -63,7 +63,16 @@
              simply forwards the calls, except that it culls the boxes
              against a given coordinate system.
              Ask humppake about culling.
-            -something small for monday evening?
+           - fillets rendered too high; must be obscured by other buoys
+           - new paper -button
+           - left-side buttons
+           - dragging texts
+           - editing text -- can use Win.java code --> new Java file, with
+             AbstractViewContext and PPView2
+           - deleting links?!
+           - nadir
+           - use jvk's new ellipse code
+           - HOME button
        - make a trivial texcomb_GL11.py (using OpenGL 1.1 
          functionality) in gfx/libpaper
          which allows papers to work without register combiners.
@@ -93,15 +102,6 @@
              temporary array on stack?
        + new PEG for bubbleview, with some sketches
     tjl:        
-       - PP [deadline 5.11]
-           - fix directory geometry
-           - dragging texts
-           - editing text -- can use Win.java code --> new Java file, with
-             AbstractViewContext and PPView2
-           - deleting links?!
-           - nadir
-           - use jvk's new ellipse code
-           - HOME button
        - fix LineVob for AWT
        - PEG getCS(parent, key), affineCoordsys -> affine, +affineCS in 
VobScene
        - PEG getCS hierarchy from either coordsys or matcher
Index: gzz/gfx/liblines/Lines.cxx
diff -u gzz/gfx/liblines/Lines.cxx:1.13 gzz/gfx/liblines/Lines.cxx:1.14
--- gzz/gfx/liblines/Lines.cxx:1.13     Tue Nov  5 03:21:01 2002
+++ gzz/gfx/liblines/Lines.cxx  Tue Nov  5 14:00:16 2002
@@ -44,7 +44,7 @@
            if (level != 0) size /= 2;
 
            for (int i=0; i<size; i++) {
-                line_image[i] = 0.0;
+                line_image[i] = 0.2;
            } 
 
            int steps = size / 8;
@@ -73,6 +73,8 @@
        glTexParameterf(GL_TEXTURE_1D, GL_TEXTURE_MIN_FILTER,
                        GL_LINEAR_MIPMAP_LINEAR);
 
+       glBindTexture(GL_TEXTURE_1D, 0);
+
        has_not_inited = false;
     }
 
@@ -128,6 +130,7 @@
            glVertex3f(b.x + l.x, b.y + l.y, b.z);
 
        glEnd();
+       glBindTexture(GL_TEXTURE_1D, 0);
 
        glPopAttrib();
     }
Index: gzz/gzz/modules/pp/demotest.py
diff -u gzz/gzz/modules/pp/demotest.py:1.21 gzz/gzz/modules/pp/demotest.py:1.22
--- gzz/gzz/modules/pp/demotest.py:1.21 Tue Nov  5 04:52:14 2002
+++ gzz/gzz/modules/pp/demotest.py      Tue Nov  5 14:00:17 2002
@@ -127,7 +127,7 @@
 
 class PPView2Scene:
     def __init__(self):
-       w.setLocation(1600,0,1024,768)
+       w.setLocation(0,0,1024,768)
        self.ppv = PPView2(space, w)
        self.ppv.bgscale = 500
        self.poly = ["FILL", "LINE"]




reply via email to

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