gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/demo/xupdf.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gfx/demo/xupdf.py
Date: Wed, 18 Sep 2002 03:38:29 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/18 03:38:29

Modified files:
        .              : TODO 
        gfx/demo       : xupdf.py 

Log message:
        Extreme zoom

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/xupdf.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.109 gzz/TODO:1.110
*** gzz/TODO:1.109      Tue Sep 17 05:23:22 2002
--- gzz/TODO    Wed Sep 18 03:38:29 2002
***************
*** 100,107 ****
          that we don't have to do silly "execfile" tricks in
          papertest.py and others.
      tjl:
-       - PDF pagespans working again, also in OpenGL
        - distorted multi-page PDF view with xu links
        - serialization
          of xu links (as part of space?).
        - script the demo, determine in detail all features
--- 100,110 ----
          that we don't have to do silly "execfile" tricks in
          papertest.py and others.
      tjl:
        - distorted multi-page PDF view with xu links
+       - abstractUpdateManager: option to animate without
+         rebound (looks very silly for switching between zooms
+         in xupdf)
+       - limit mousing area to the real area of the paper.
        - serialization
          of xu links (as part of space?).
        - script the demo, determine in detail all features
Index: gzz/gfx/demo/xupdf.py
diff -c gzz/gfx/demo/xupdf.py:1.4 gzz/gfx/demo/xupdf.py:1.5
*** gzz/gfx/demo/xupdf.py:1.4   Wed Sep 18 03:20:06 2002
--- gzz/gfx/demo/xupdf.py       Wed Sep 18 03:38:29 2002
***************
*** 96,102 ****
  
  class XuPDFScene_PDFContext:
      def __init__(self):
!       self.yheight = 100
      def key(self, key):
        global currentScene
        if key == 'z':
--- 96,102 ----
  
  class XuPDFScene_PDFContext:
      def __init__(self):
!       self.yheight = 50
      def key(self, key):
        global currentScene
        if key == 'z':
***************
*** 112,118 ****
      def scene(self, vs):
        bg(vs)
        print "Context"
!       cs2 = vs.coords.affineCoordsys(0, "2", 2, 
                screensize[0]/2, 0.9 * screensize[1]/2, 50, 0,0,50)
  
        placepapers(vs, cs2, globalpap, "foo", 
--- 112,118 ----
      def scene(self, vs):
        bg(vs)
        print "Context"
!       cs2 = vs.coords.affineCoordsys(0, "2", -3, 
                screensize[0]/2, 0.9 * screensize[1]/2, 50, 0,0,50)
  
        placepapers(vs, cs2, globalpap, "foo", 




reply via email to

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