Displaying 14 results from an estimated 14 matches for "swfdec_interact".
2007 Aug 05
0
7 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec.h libswfdec/swfdec_key.h libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...| 1
libswfdec/swfdec_key.h | 32 ++++++++++++++
libswfdec/swfdec_marshal.list | 1
libswfdec/swfdec_player.c | 83 +++++++++++++++++++++++++++++++++++--
libswfdec/swfdec_player.h | 5 ++
libswfdec/swfdec_player_internal.h | 3 +
test/trace/swfdec_interaction.c | 34 +++++++++++++++
test/trace/swfdec_interaction.h | 11 +++-
11 files changed, 168 insertions(+), 7 deletions(-)
New commits:
diff-tree ee784e2bc20dc17a4e842d70d661f228903d32ae (from parents)
Merge: 0bd1263afd1d7738eab08f2264a453f03908db3c e35c5dd07e4e4e870e0ce916919ca798ba736bc...
2007 Aug 07
0
5 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_keys.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie_as.c player/swfdebug.c player/swfdec_debug_movies.c player/swfdec_debug_movies.h test/trace
...| 70 ++++++++++-
libswfdec/swfdec_movie.h | 2
libswfdec/swfdec_sprite_movie_as.c | 12 --
player/swfdebug.c | 6 -
player/swfdec_debug_movies.c | 221 +++++++++++++++++++------------------
player/swfdec_debug_movies.h | 5
test/trace/swfdec_interaction.c | 22 ++-
test/trace/swfdec_interaction.h | 5
10 files changed, 222 insertions(+), 137 deletions(-)
New commits:
diff-tree efc9ce9124f28dfad6858a83fc2fdc749ab4ee2c (from 55ac6dbcb2e4f23ed2be981e19ab4a4b9cd99069)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Aug 7 23...
2007 Oct 28
1
test/trace
test/trace/Makefile.am | 11 +++++
test/trace/text-field-init-native-5.swf |binary
test/trace/text-field-init-native-5.swf.trace | 2 +
test/trace/text-field-init-native-6.swf |binary
test/trace/text-field-init-native-6.swf.trace | 2 +
test/trace/text-field-init-native-7.swf |binary
test/trace/text-field-init-native-7.swf.trace | 2 +
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
..._manager.c | 10 +--
test/dump.c | 8 +-
test/swfedit_list.c | 2
test/swfedit_tag.c | 4 -
test/swfedit_token.c | 6 +-
test/trace/Makefile.am | 3 +
test/trace/swfdec_interaction.c | 12 ++--
test/trace/trace.c | 4 -
test/trace/waitforframe-huge-4.swf |binary
test/trace/waitforframe-huge-4.swf.trace | 1
test/trace/waitforframe-huge.as | 8 ++
test/various/gc.c | 6 +-
test/various/urle...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...+ if (!g_thread_supported ())
+ g_thread_init (NULL);
g_type_init ();
oil_init ();
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 0732b48..2086980 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -9,8 +9,8 @@ trace_SOURCES = \
noinst_HEADERS = \
swfdec_interaction.h
-trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(GTHREAD_CFLAGS)
-trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(GTHREAD_LIBS)
+trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS)
+trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS)
EXTRA_DIST = \
README \
commi...
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...| 9
test/trace/mouse-scaled-7.swf.act | 9
test/trace/mouse-scaled-7.swf.trace | 9
test/trace/mouse-scaled-7.swf.trace.org | 9
test/trace/mouse-scaled.as | 17
test/trace/swfdec_interaction.c | 289 -------------
test/trace/swfdec_interaction.h | 87 ----
test/trace/trace.c | 319 ---------------
145 files changed, 1569 insertions(+), 2183 deletions(-)
New commits:
commit 5ccb283352c238eb85...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...ace/string-trace-6.swf |binary
test/trace/string-trace-6.swf.trace | 8
test/trace/string-trace-7.swf |binary
test/trace/string-trace-7.swf.trace | 8
test/trace/string-trace.as | 27 +
test/trace/swfdec_interaction.c | 40 +
test/trace/swfdec_interaction.h | 14
test/trace/trace.c | 18
test/trace/trace_properties.as | 454 +++++++++++++++++++++
test/trace/video-properties-6.swf |binary
test/trac...
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...the moment
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 2384a8e..945ee2e 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -1,4 +1,4 @@
-check_PROGRAMS = trace
+check_PROGRAMS = trace thumb
TESTS = $(check_PROGRAMS)
@@ -6,12 +6,18 @@ trace_SOURCES = \
swfdec_interaction.c \
trace.c
+thumb_SOURCES = \
+ thumb.c
+
noinst_HEADERS = \
swfdec_interaction.h
trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(GTHREAD_CFLAGS)
trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(GTHREAD_LIBS)
+thumb_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIR...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...|binary
test/trace/super-this-7.swf.trace | 10
test/trace/super-this-8.swf |binary
test/trace/super-this-8.swf.trace | 10
test/trace/super-this.as | 35
test/trace/swfdec_interaction.c | 12
test/trace/trace.c | 6
test/trace/waitforframe-huge-4.swf |binary
test/trace/waitforframe-huge-4.swf.trace | 1
test/trace/waitforframe-huge.as...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...detect these executables correctly
GLIB_GENMARSHAL=glib-genmarshal
AC_SUBST(GLIB_GENMARSHAL)
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index e06d866..930a5d8 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -9,8 +9,8 @@ trace_SOURCES = \
noinst_HEADERS = \
swfdec_interaction.h
-trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS)
-trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS)
+trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(GTHREAD_CFLAGS)
+trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(GTHREAD_LIBS)
EXTRA_DIST = \
README \
diff...
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...|binary
test/trace/onUnload-prototype-7.swf.trace | 4
test/trace/onUnload-prototype-8.swf |binary
test/trace/onUnload-prototype-8.swf.trace | 4
test/trace/onUnload-prototype.as | 17
test/trace/swfdec_interaction.c | 23
vivified/ui/Makefile.am | 4
vivified/ui/vivi_widget.c | 9
123 files changed, 2609 insertions(+), 588 deletions(-)
New commits:
commit 6b42d7a154bc54f013414e87ff410747a584644d
Author: Benja...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...|binary
test/trace/stylesheet-properties-8.swf.trace | 85
test/trace/stylesheet-properties.as | 10
test/trace/swfdec-huge.jpg |binary
test/trace/swfdec.jpg |binary
test/trace/swfdec_interaction.c | 23
test/trace/text-snapshot-properties-5.swf |binary
test/trace/text-snapshot-properties-5.swf.trace | 37
test/trace/text-snapshot-properties-6.swf |binary
test/trace/text-snapshot-properties-6.swf.trace...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):
2007 Oct 18
0
14 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_format.c
...it that...
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 945ee2e..0d9f5dc 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -1,4 +1,4 @@
-check_PROGRAMS = trace thumb
+check_PROGRAMS = trace
TESTS = $(check_PROGRAMS)
@@ -6,18 +6,12 @@ trace_SOURCES = \
swfdec_interaction.c \
trace.c
-thumb_SOURCES = \
- thumb.c
-
noinst_HEADERS = \
swfdec_interaction.h
trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(GTHREAD_CFLAGS)
trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(GTHREAD_LIBS)
-thumb_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIR...