gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gzz/vob/TextVob.java gfx/libfillet/F...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gzz/vob/TextVob.java gfx/libfillet/F...
Date: Mon, 21 Oct 2002 04:39:35 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/21 04:39:35

Modified files:
        .              : TODO 
        gzz/vob        : TextVob.java 
Added files:
        gfx/libfillet  : Fillet.hxx 

Log message:
        Twid, start work on ghost fillets

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.311&tr2=1.312&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libfillet/Fillet.hxx?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/TextVob.java.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.311 gzz/TODO:1.312
*** gzz/TODO:1.311      Sun Oct 20 07:46:45 2002
--- gzz/TODO    Mon Oct 21 04:39:35 2002
***************
*** 12,18 ****
  0.8alpha4: Cleanup release after crucial demos; make it possible for anyone to
            get *THE* demo up and running
      jvk:
-       - counter / progress bar for psykotest!
        + [GI03] update NV20/NV25 version of libpaper. Need HILO offset 
textures.
        + [GI03] libpaper NV2x combined passes
        + [GI03] think about modeling textures
--- 12,17 ----
***************
*** 66,71 ****
--- 65,79 ----
        - xupdf / xubuoy
            - review code, suggest cleanups and improvements
      mudyc:
+       - PP [deadline 5.11]
+           - calendar "paper"
+               - (Talk to Tjl): a Vob which works like a PaperQuad,
+                 but instead of paper, draws a region of a 2D calendar
+                 of a single year.
+                 Probably should be implemented mostly inside C++,
+                 but with the most variable data (cell sizes, offsets etc.
+                 coming from Java)
+                 Using gl linedrawing and libtext for the dates
        - make a trivial texcomb_GL11.py (using OpenGL 1.1 
          functionality) in gfx/libpaper
          which allows papers to work without register combiners.
***************
*** 108,126 ****
        + failing test to detect utf8 string non-null end bug found by Benja
        + implement Paper TexGenEmboss::setUp_explicit
      tjl:        
!       - better graphics for xu links (and pp!)
            - fillets without the original object
            - soft shadows
        - Nokia demo [deadline 24.10]
            - xupdf:
                - larger structure 
-                   + discard high-rez images (500kB/image) ?
                - adjust dicing [from frame rate???]
            - gzz.info: xupdf demo movie clearly accessible
        - PP [deadline 5.11]
            - make it work again
                - bindings
-           - calendar "paper"
            - nadir
            - fix directory geometry
            - HOME button
--- 116,133 ----
        + failing test to detect utf8 string non-null end bug found by Benja
        + implement Paper TexGenEmboss::setUp_explicit
      tjl:        
!       - better graphics for xupdf and pp
            - fillets without the original object
            - soft shadows
        - Nokia demo [deadline 24.10]
            - xupdf:
                - larger structure 
                - adjust dicing [from frame rate???]
            - gzz.info: xupdf demo movie clearly accessible
        - PP [deadline 5.11]
+           - refactor
            - make it work again
                - bindings
            - nadir
            - fix directory geometry
            - HOME button
***************
*** 139,147 ****
          - overall document about the goals and visions for the project
        - Main zz view:
              - Clipping in awt
!           - cell size in OpenGL
        - xupdf: distorted multi-page PDF view with xu links
            - adjustable zoom / distortion area by mouse
            - faster loading of pagespan images
                - use lower resolution first, lazily load better
                    - deetsay's imagecache code?
--- 146,156 ----
          - overall document about the goals and visions for the project
        - Main zz view:
              - Clipping in awt
!           - text size in OpenGL
        - xupdf: distorted multi-page PDF view with xu links
            - adjustable zoom / distortion area by mouse
+           + discard high-rez images (500kB/image) ?
+               (imagecache)
            - faster loading of pagespan images
                - use lower resolution first, lazily load better
                    - deetsay's imagecache code?
***************
*** 157,162 ****
--- 166,172 ----
        - demo movie script
        - docxx new additions to gfx/
        - clean GzzGL-jni
+       - javadoc TextVob specs
      anybody:
        + ZZ vanishingview cell size for pagespans and linebroken
          paragraphs, as well as libpaper backgrounds
***************
*** 164,171 ****
            - javadoc gzz.vob.Vob* interfaces TOTALLY, including semantics of
              coordinate systems!
        - IndexManager xuindexer semantics: fix behaviour of 
SimpleVStreamCellTexter
!       - move *DebugVar* from GL into a new class, same on JNI side.
!       - proper icons and names for the windows
        - Synch!!!
        - unit tests that check that Gzz.py really starts
          the client.
--- 174,181 ----
            - javadoc gzz.vob.Vob* interfaces TOTALLY, including semantics of
              coordinate systems!
        - IndexManager xuindexer semantics: fix behaviour of 
SimpleVStreamCellTexter
!       + move *DebugVar* from GL into a new class, same on JNI side. (cleanup)
!       + proper icons and names for the windows, both AWT and GL
        - Synch!!!
        - unit tests that check that Gzz.py really starts
          the client.
Index: gzz/gzz/vob/TextVob.java
diff -c gzz/gzz/vob/TextVob.java:1.41 gzz/gzz/vob/TextVob.java:1.42
*** gzz/gzz/vob/TextVob.java:1.41       Wed Oct 16 03:46:39 2002
--- gzz/gzz/vob/TextVob.java    Mon Oct 21 04:39:35 2002
***************
*** 33,45 ****
   * <p>
   * A note on the relationship between this class and TextStyle:
   * TextStyle can be constructed from GraphicsAPI by giving a size.
!  * That size is the virtual point or pixel size. However, since
   * we are in a flexibly scaling world, that size has no bearing
!  * on how tall the text will appear: only the height of the coordinate
   * system into which the textvob is placed affects that.
   */
  public class TextVob extends HBox.VobHBox {
! String rcsid = "$Id: TextVob.java,v 1.41 2002/10/16 07:46:39 tjl Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
--- 33,47 ----
   * <p>
   * A note on the relationship between this class and TextStyle:
   * TextStyle can be constructed from GraphicsAPI by giving a size.
!  * That size is the virtual point or pixel size. 
!  * However, since
   * we are in a flexibly scaling world, that size has no bearing
!  * on how tall the text in a TextVob will appear: only the height of the 
coordinate
   * system into which the textvob is placed affects that.
+  * XXX Diagram!
   */
  public class TextVob extends HBox.VobHBox {
! String rcsid = "$Id: TextVob.java,v 1.42 2002/10/21 08:39:35 tjl Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  




reply via email to

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