Displaying 2 results from an estimated 2 matches for "viviwidget".
Did you mean:
vivi_widget
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...PRIORITY_HIGH, add_variables, player, NULL);
-
- gtk_main ();
-
- player = NULL;
- return 0;
-}
-
diff-tree 02eea3ef446151ed742f1f1689f3119aa9a609de (from ef0772d72cd948c2511f8e6b7e07393f803f31fc)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Aug 28 15:05:19 2007 +0200
hook in ViviWidget and make it work
diff --git a/vivified/ui/vivi_player.c b/vivified/ui/vivi_player.c
index 6fcfee2..e8134b2 100644
--- a/vivified/ui/vivi_player.c
+++ b/vivified/ui/vivi_player.c
@@ -23,36 +23,14 @@
#include <libswfdec-gtk/swfdec-gtk.h>
#include "vivi_vivi_docklet.h"
-
-static v...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...n without booleans - makes Boolean ("hi") work
add crasher to testsuite
fix jsut committed crasher by rewriting startDrag action
@version is a movie property - but only for root movies
move the debug widget here
port to ViviApplication framework
hook in ViviWidget and make it work
delete file that isn't used anymore
version number uses commas, not dots
correct wrong server string
print the asect ratio as 1.0
add server-manufacturer property
add test for System.capabilites.Query ()
parse blend modes and put them i...