gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./ChangeLog gui/gtk_glue.h gui/gtk_glue_c...


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ./ChangeLog gui/gtk_glue.h gui/gtk_glue_c...
Date: Fri, 12 May 2006 00:18:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Bastiaan Jacques <address@hidden>       06/05/12 00:18:56

Modified files:
        .              : ChangeLog 
Added files:
        gui            : gtk_glue.h gtk_glue_cairo.cpp gtk_glue_cairo.h 
                         gtk_glue_gtkglext.cpp gtk_glue_gtkglext.h 

Log message:
        * configure.ac: Use GTK as the default GUI.
        * gui/gtk_glue.h, gui/gtk_glue_cairo.{cpp,h},
        gui/gtk_glue_gtkglext.{cpp,h}: Introduce an abstraction class
        for Gtkglext and "GtkCairo" which connect (glue) GTK to the OpenGL
        and Cairo renderers, respectively.
        * gui/Makefile.am: Build the appropriate glue.
        * gui/README: Deprecate the SDL-based Firefox plugin.
        * gui/{gnash.cpp,gui.h,sdl.cpp}: No longer handle the OpenGL LOD bias
        parameter. It is now handled in the glue class.
        * gui/{gtk.cpp,gtksup.h}: Migrate to the new glue.
        * gui/gui.h: No longer handle the OpenGL LOD bias parameter.
        * gui/sdl.cpp: Scale mouse event coordinates according to the movie
        scale.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.306&tr2=1.307&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/gui/gtk_glue.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/gui/gtk_glue_cairo.cpp?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/gui/gtk_glue_cairo.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/gui/gtk_glue_gtkglext.cpp?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/gui/gtk_glue_gtkglext.h?rev=1.1

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.306 gnash/ChangeLog:1.307
--- gnash/ChangeLog:1.306       Thu May 11 16:56:45 2006
+++ gnash/ChangeLog     Fri May 12 00:18:56 2006
@@ -1,3 +1,19 @@
+2006-05-12 Bastiaan Jacques <address@hidden>
+
+       * configure.ac: Use GTK as the default GUI.
+       * gui/gtk_glue.h, gui/gtk_glue_cairo.{cpp,h},
+       gui/gtk_glue_gtkglext.{cpp,h}: Introduce an abstraction class
+       for Gtkglext and "GtkCairo" which connect (glue) GTK to the OpenGL
+       and Cairo renderers, respectively.
+       * gui/Makefile.am: Build the appropriate glue.
+       * gui/README: Deprecate the SDL-based Firefox plugin.
+       * gui/{gnash.cpp,gui.h,sdl.cpp}: No longer handle the OpenGL LOD bias
+       parameter. It is now handled in the glue class.
+       * gui/{gtk.cpp,gtksup.h}: Migrate to the new glue.
+       * gui/gui.h: No longer handle the OpenGL LOD bias parameter.
+       * gui/sdl.cpp: Scale mouse event coordinates according to the movie
+       scale.
+
 2006-05-11 Stefan Schweizer <address@hidden>
 
        * libbase/Makefile.am, server/Makefile.am, plugin/klash/Makefile.am:




reply via email to

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