gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gzz/client/Fallback.java gzz/view/Ma...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz ./TODO gzz/client/Fallback.java gzz/view/Ma...
Date: Sat, 28 Sep 2002 13:50:35 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/28 13:50:35

Modified files:
        .              : TODO 
        gzz/client     : Fallback.java 
Added files:
        gzz/view       : MarkDecorator.java 

Log message:
        Marking and showing marked cells works

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.175&tr2=1.176&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/client/Fallback.java.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/MarkDecorator.java?rev=1.1

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.175 gzz/TODO:1.176
*** gzz/TODO:1.175      Sat Sep 28 11:40:17 2002
--- gzz/TODO    Sat Sep 28 13:50:35 2002
***************
*** 36,42 ****
          passed along and text shows up in the cells but
          a bit wrong (sorry about the kludges --Tjl).
        - think with Tjl about the edit bindings for xupdf demo
!       - marking
        - check with Tjl that saving works
        + ZZ vanishingview cell size for pagespans and linebroken
          paragraphs, as well as libpaper backgrounds
--- 36,42 ----
          passed along and text shows up in the cells but
          a bit wrong (sorry about the kludges --Tjl).
        - think with Tjl about the edit bindings for xupdf demo
!           - creating xu links
        - check with Tjl that saving works
        + ZZ vanishingview cell size for pagespans and linebroken
          paragraphs, as well as libpaper backgrounds
Index: gzz/gzz/client/Fallback.java
diff -c gzz/gzz/client/Fallback.java:1.38 gzz/gzz/client/Fallback.java:1.39
*** gzz/gzz/client/Fallback.java:1.38   Sat Sep 28 13:18:11 2002
--- gzz/gzz/client/Fallback.java        Sat Sep 28 13:50:35 2002
***************
*** 72,78 ****
   * It implements a subset of the 0.6.0 bindings.
   */
  public class Fallback {
! public static final String rcsid = "$Id: Fallback.java,v 1.38 2002/09/28 
17:18:11 benja Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
--- 72,78 ----
   * It implements a subset of the 0.6.0 bindings.
   */
  public class Fallback {
! public static final String rcsid = "$Id: Fallback.java,v 1.39 2002/09/28 
17:50:35 benja Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
***************
*** 317,322 ****
--- 317,323 ----
        decorators = new HashSet();
        decorators.add(new DimDecorator());
        decorators.add(new LastOpDecorator());
+       decorators.add(new MarkDecorator());
  
        AbstractUpdateManager.chg();
      }




reply via email to

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