gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/fill_style.cpp server/sp...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog server/fill_style.cpp server/sp...
Date: Wed, 04 Jun 2008 14:00:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/06/04 14:00:30

Modified files:
        .              : ChangeLog 
        server         : fill_style.cpp sprite_instance.cpp 

Log message:
                * server/fill_style.cpp, server/sprite_instance.cpp: update
                  comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6807&r2=1.6808
http://cvs.savannah.gnu.org/viewcvs/gnash/server/fill_style.cpp?cvsroot=gnash&r1=1.33&r2=1.34
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot=gnash&r1=1.548&r2=1.549

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6807
retrieving revision 1.6808
diff -u -b -r1.6807 -r1.6808
--- ChangeLog   4 Jun 2008 13:57:54 -0000       1.6807
+++ ChangeLog   4 Jun 2008 14:00:29 -0000       1.6808
@@ -1,10 +1,15 @@
 2008-06-04 Benjamin Wolsey <address@hidden>
 
-       * server/parser/movie_def_impl.{cpp,h}: rename movie_def_impl class to
-         SWFMovieDefinition. Add {store,get}DescriptiveMetadata() for dealing
-         with the METADATA tag, disabled if Movie Properties isn't used.
-         (--disable-swftree). Rearrange class so public methods are first, like
-         in almost all other classes. 
+       * server/fill_style.cpp, server/sprite_instance.cpp: update
+         comments.
+
+2008-06-04 Benjamin Wolsey <address@hidden>
+
+       * server/parser/movie_def_impl.{cpp,h}: rename movie_def_impl class
+         to SWFMovieDefinition. Add {store,get}DescriptiveMetadata() for
+         dealing with the METADATA tag, disabled if Movie Properties
+         isn't used (--disable-swftree). Rearrange class so public methods
+         are first, like in almost all other classes. 
        * server/parser/movie_definition.h: add virtual
          {store,get}DescriptiveMetadata() with no-op as default
          implementation. (Not used for sprite_instance).

Index: server/fill_style.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/fill_style.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- server/fill_style.cpp       3 Jun 2008 10:44:45 -0000       1.33
+++ server/fill_style.cpp       4 Jun 2008 14:00:30 -0000       1.34
@@ -242,7 +242,7 @@
                        pOther->need_gradient_bitmap();
                md->add_bitmap_info(pOther->m_gradient_bitmap_info.get());
        }
-        // Make sure our movie_def_impl knows about this bitmap.
+        // Make sure our SWFMovieDefinition knows about this bitmap.
         md->add_bitmap_info(m_gradient_bitmap_info.get());
     }
     else if (m_type == SWF::FILL_TILED_BITMAP

Index: server/sprite_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.cpp,v
retrieving revision 1.548
retrieving revision 1.549
diff -u -b -r1.548 -r1.549
--- server/sprite_instance.cpp  2 Jun 2008 12:19:26 -0000       1.548
+++ server/sprite_instance.cpp  4 Jun 2008 14:00:30 -0000       1.549
@@ -3019,7 +3019,7 @@
 #endif
 
     // Execute the current frame's tags.
-    // First time execute_frame_tags(0) executed in dlist.cpp(child) or 
movie_def_impl(root)
+    // First time execute_frame_tags(0) executed in dlist.cpp(child) or 
SWFMovieDefinition(root)
     if (m_current_frame != (size_t)prev_frame)
     {
       if ( m_current_frame == 0 && has_looped() )




reply via email to

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