gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/asspec/date.xml doc/C/ass...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog doc/C/asspec/date.xml doc/C/ass...
Date: Wed, 25 Apr 2007 08:20:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/25 08:20:34

Modified files:
        .              : ChangeLog 
        doc/C/asspec   : date.xml movieclip.xml 

Log message:
                * doc/C/asspec/date.xml: fixed typos preventing the asspec
                  from building.
                * doc/C/asspec/movieclip.xml: add brief doc and conformancy
                  for localToGlobal(), globalToLocal() and hitTest() methods.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2992&r2=1.2993
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/date.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/movieclip.xml?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2992
retrieving revision 1.2993
diff -u -b -r1.2992 -r1.2993
--- ChangeLog   25 Apr 2007 07:04:12 -0000      1.2992
+++ ChangeLog   25 Apr 2007 08:20:27 -0000      1.2993
@@ -1,3 +1,10 @@
+2007-04-25 Sandro Santilli <address@hidden>
+
+       * doc/C/asspec/date.xml: fixed typos preventing the asspec
+         from building.
+       * doc/C/asspec/movieclip.xml: add brief doc and conformancy
+         for localToGlobal(), globalToLocal() and hitTest() methods.
+
 2007-04-25 Martin Guy <address@hidden>
 
        * ChangeLog,server/debugger.{cpp,h},server/vm/ActionExec.cpp:

Index: doc/C/asspec/date.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/asspec/date.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/asspec/date.xml       18 Apr 2007 13:47:24 -0000      1.2
+++ doc/C/asspec/date.xml       25 Apr 2007 08:20:31 -0000      1.3
@@ -328,6 +328,7 @@
                If no parameters are given, or if the parameter cannot
                be converted to a number, the Date's value is set to
                NotANumber. Any extra parameters are ignored.
+           </para>
          </listitem>
        </varlistentry>
 
@@ -444,6 +445,7 @@
            <para>
                If no parameters are supplied, or if the parameter cannot be
                converted to a number, the Date's value is set to NotANumber.
+           </para>
          </listitem>
        </varlistentry>
 

Index: doc/C/asspec/movieclip.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/asspec/movieclip.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/asspec/movieclip.xml  20 Apr 2007 07:50:40 -0000      1.2
+++ doc/C/asspec/movieclip.xml  25 Apr 2007 08:20:32 -0000      1.3
@@ -163,9 +163,12 @@
        </varlistentry>
 
        <varlistentry>
-         <term>globalToLocal()</term>
+         <term>globalToLocal(obj)</term>
          <listitem>
            <para>
+               Take members 'x', and 'y' in the object 'obj' and transform 
them from global to local coordinate space.
+               If the parameter doesn't cast to an object, or the object 
doesn't contain both 'x' and 'y', the call is invalid 
+               and nothing is modified.
            </para>
          </listitem>
        </varlistentry>
@@ -187,9 +190,13 @@
        </varlistentry>
 
        <varlistentry>
-         <term>hitTest()</term>
+         <term>hitTest(target)</term>
+         <term>hitTest(x,y)</term>
+         <term>hitTest(x,y,shapeFlag)</term>
          <listitem>
            <para>
+               In the first form, check for the bounding boxes of this and 
target characters to intersect.
+               In the second and third form, check if the given point is 
inside the bounding box or the visible shape of this character; shapeFlag 
(false) in the 2 args version says wheter actual shape or just bounds has to be 
checked.
            </para>
          </listitem>
        </varlistentry>
@@ -227,9 +234,12 @@
        </varlistentry>
 
        <varlistentry>
-         <term>localToGlobal()</term>
+         <term>localToGlobal(obj)</term>
          <listitem>
            <para>
+               Take members 'x', and 'y' in the object 'obj' and transform 
them from local to global coordinate space.
+               If the parameter doesn't cast to an object, or the object 
doesn't contain both 'x' and 'y', the call is invalid 
+               and nothing is modified.
            </para>
          </listitem>
        </varlistentry>
@@ -964,7 +974,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method has an unknown status.
+                 Implemented and tested in Gnash.
                </para>
              </entry>
            </row>
@@ -994,7 +1004,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method has an unknown status.
+                 Implemented and tested in Gnash.
                </para>
              </entry>
            </row>
@@ -1044,7 +1054,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method has an unknown status.
+                 Implemented and tested in Gnash.
                </para>
              </entry>
            </row>




reply via email to

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