gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/dlist.cpp server/fontlib...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog server/dlist.cpp server/fontlib...
Date: Mon, 02 Jun 2008 12:19:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/06/02 12:19:27

Modified files:
        .              : ChangeLog 
        server         : dlist.cpp fontlib.cpp sprite_instance.cpp 
                         types.cpp 
        testsuite      : FuzzyPixel.h MovieTester.h 
        testsuite/misc-ming.all: DrawingApiTestRunner.cpp 
                                 PrototypeEventListenersTestRunner.cpp 

Log message:
                Minor header cleanups.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6772&r2=1.6773
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.cpp?cvsroot=gnash&r1=1.125&r2=1.126
http://cvs.savannah.gnu.org/viewcvs/gnash/server/fontlib.cpp?cvsroot=gnash&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot=gnash&r1=1.547&r2=1.548
http://cvs.savannah.gnu.org/viewcvs/gnash/server/types.cpp?cvsroot=gnash&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/FuzzyPixel.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/MovieTester.h?cvsroot=gnash&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6772
retrieving revision 1.6773
diff -u -b -r1.6772 -r1.6773
--- ChangeLog   2 Jun 2008 09:54:27 -0000       1.6772
+++ ChangeLog   2 Jun 2008 12:19:24 -0000       1.6773
@@ -1,5 +1,13 @@
 2008-06-02 Benjamin Wolsey <address@hidden>
 
+       * server/dlist.cpp, server/fontlib.cpp, server/sprite_instance.cpp,
+         server/types.cpp, testsuite/FuzzyPixel.h, testsuite/MovieTester.h,
+         testsuite/misc-ming.all/DrawingApiTestRunner.cpp,
+         testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp: minor
+         header cleanups.
+
+2008-06-02 Benjamin Wolsey <address@hidden>
+
        * testsuite/swfdec/PASSING: new tests.
 
 2008-06-02 Benjamin Wolsey <address@hidden>

Index: server/dlist.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.cpp,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -b -r1.125 -r1.126
--- server/dlist.cpp    15 May 2008 06:59:00 -0000      1.125
+++ server/dlist.cpp    2 Jun 2008 12:19:26 -0000       1.126
@@ -21,7 +21,6 @@
 #include "dlist.h"
 #include "log.h"
 #include "render.h"
-#include "gnash.h" 
 #include "StringPredicates.h"
 #include "sprite_instance.h"
 

Index: server/fontlib.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/fontlib.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- server/fontlib.cpp  19 Apr 2008 22:45:52 -0000      1.42
+++ server/fontlib.cpp  2 Jun 2008 12:19:26 -0000       1.43
@@ -7,7 +7,6 @@
 
 
 #include "tu_file.h"
-#include "gnash.h"
 #include "font.h"
 #include "impl.h"
 #include "log.h"

Index: server/sprite_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.cpp,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -b -r1.547 -r1.548
--- server/sprite_instance.cpp  1 Jun 2008 20:37:28 -0000       1.547
+++ server/sprite_instance.cpp  2 Jun 2008 12:19:26 -0000       1.548
@@ -49,7 +49,7 @@
 #include "URLAccessManager.h" // for loadVariables
 #include "LoadVariablesThread.h" 
 #include "ExecutableCode.h" // for inheritance of ConstructEvent
-#include "gnash.h" // for point class !
+#include "gnash.h" // for get_sound_handler
 #include "Object.h" // for getObjectInterface
 #include "DynamicShape.h" // for composition
 #include "namedStrings.h"

Index: server/types.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/types.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- server/types.cpp    18 May 2008 20:36:12 -0000      1.30
+++ server/types.cpp    2 Jun 2008 12:19:26 -0000       1.31
@@ -10,9 +10,7 @@
 #include "log.h"
 #include "stream.h"
 #include "render.h"
-#include "gnash.h"
 
-#include <cstring>
 #include <sstream> // for ::print and ::toString
 
 namespace gnash {

Index: testsuite/FuzzyPixel.h
===================================================================
RCS file: /sources/gnash/gnash/testsuite/FuzzyPixel.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- testsuite/FuzzyPixel.h      21 Jan 2008 23:26:49 -0000      1.8
+++ testsuite/FuzzyPixel.h      2 Jun 2008 12:19:26 -0000       1.9
@@ -17,11 +17,11 @@
  *
  */ 
 
-#ifndef _GNASH_FUZZYPIXEL_H
-#define _GNASH_FUZZYPIXEL_H
+#ifndef GNASH_FUZZYPIXEL_H
+#define GNASH_FUZZYPIXEL_H
 
 #include "Range2d.h"
-#include "gnash.h" // for namespace key
+#include "GnashKey.h" // for namespace key
 #include "types.h" // for rgba class
 
 #include <iostream> 

Index: testsuite/MovieTester.h
===================================================================
RCS file: /sources/gnash/gnash/testsuite/MovieTester.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- testsuite/MovieTester.h     17 May 2008 08:43:25 -0000      1.38
+++ testsuite/MovieTester.h     2 Jun 2008 12:19:26 -0000       1.39
@@ -18,15 +18,15 @@
  *
  */ 
 
-#ifndef _GNASH_MOVIETESTER_H
-#define _GNASH_MOVIETESTER_H
+#ifndef GNASH_MOVIETESTER_H
+#define GNASH_MOVIETESTER_H
 
 #ifdef HAVE_CONFIG_H
 # include "gnashconfig.h" // For exp2 test
 #endif
 
 #include "Range2d.h"
-#include "gnash.h" // for namespace key
+#include "GnashKey.h"
 #include "sound_handler.h" // for creating the "test" sound handlers
 #include "types.h" // for rgba class
 #include "render_handler.h" // for dtor visibility by auto_ptr

Index: testsuite/misc-ming.all/DrawingApiTestRunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- testsuite/misc-ming.all/DrawingApiTestRunner.cpp    7 May 2008 03:47:53 
-0000       1.43
+++ testsuite/misc-ming.all/DrawingApiTestRunner.cpp    2 Jun 2008 12:19:26 
-0000       1.44
@@ -25,7 +25,7 @@
 #include "character.h"
 #include "dlist.h"
 #include "log.h"
-#include "gnash.h" // for gnash::key::code
+#include "GnashKey.h" // for gnash::key::code
 
 #include "check.h"
 #include <string>

Index: testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp       26 May 
2008 15:26:16 -0000      1.5
+++ testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp       2 Jun 
2008 12:19:26 -0000       1.6
@@ -27,7 +27,7 @@
 #include "log.h"
 #include "VM.h"
 #include "string_table.h"
-#include "gnash.h" // gnash::key::code
+#include "GnashKey.h" // gnash::key::code
 
 #include "check.h"
 #include <string>




reply via email to

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