Displaying 11 results from an estimated 11 matches for "swfdec_key".
Did you mean:
swfdec_keys
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
doc/swfdec-sections.txt | 3 +
libswfdec/Makefile.am | 1
libswfdec/swfdec.h | 1
libswfdec/swfdec_as_object.c | 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 ++++...
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
configure.ac | 2
doc/Makefile.am | 3
libswfdec/swfdec_as_object.c | 17 ++++
libswfdec/swfdec_as_object.h | 5 +
libswfdec/swfdec_keys.h | 1
libswfdec/swfdec_pattern.c | 5 +
libswfdec/swfdec_player.c | 100 ++++++++++++++++++++++++++-
test/trace/ASSetPropFlags-ignore-5.swf |binary
test/trace/ASSetPropFlags-ignore-5.swf.trace | 5 +
test/trace/ASSetPropF...
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
libswfdec/swfdec_as_context.c | 14 +-
libswfdec/swfdec_keys.h | 2
libswfdec/swfdec_movie.c | 70 ++++++++++-
libswfdec/swfdec_movie.h | 2
libswfdec/swfdec_sprite_movie_as.c | 12 --
player/swfdebug.c | 6 -
player/swfdec_debug_movies.c | 221 +++++++++++++++++++------------------
playe...
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...++++++++++++
libswfdec/Makefile.am | 3
libswfdec/swfdec.h | 2
libswfdec/swfdec_as_types.c | 68 ++++++++---------
libswfdec/swfdec_initialize.as | 8 ++
libswfdec/swfdec_initialize.h | 143 +++++++++++++++++++++----------------
libswfdec/swfdec_key_as.c | 67 +++++++++++++++++
libswfdec/swfdec_keys.h | 125 ++++++++++++++++++++++++++++++++
libswfdec/swfdec_marshal.list | 2
libswfdec/swfdec_player.c | 43 +++++++----
libswfdec/swfdec_player.h | 7 +
libswfdec/swfdec_player_as.c |...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...ment it
make key handling work
guess who forgot to add a file...
back to development
bump the libversion
remove assertion
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
update the API for keys once again
remove swfdec_key.h again
implement Key.getAscii(), Key.getCode() and Key.isDown()
compile the init code after changing it
surprise, ASSetNative wasn't implemented
guess if I always forget adding files...
code style fix
remove leftover comment
here be doubles
inden...
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -110,6 +110,7 @@ libswfdec_source_files = \
swfdec_pattern.c \
swfdec_player.c \
swfdec_player_as.c \
+ swfdec_player_scripting.c \
swfdec_print_job.c \
swfdec_policy_loader.c \
swfdec_rect.c \
@@ -189,6 +190,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_player_scripting.h \
swfdec_rectangle.h \
swfdec_script.h \
swfdec_system.h \
diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h
index 9d13242..1a9a4ca 100644
--- a/libswfdec/swfdec.h
+++ b/libswfdec/swfdec.h
@@ -38,6 +38,7 @@
#include...
2007 Oct 10
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h m4/gtk-doc.m4 Makefile.am test/trace
...: Benjamin Otte <otte at gnome.org>
Date: Wed Oct 10 22:06:55 2007 +0200
install swfdec_rectangle.h
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 428a3a9..33a462f 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -153,6 +153,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_rectangle.h \
swfdec_script.h \
swfdec_system.h \
swfdec_url.h
@@ -217,7 +218,6 @@ noinst_HEADERS = \
swfdec_pattern.h \
swfdec_player_internal.h \
swfdec_rect.h \
- swfdec_rectangle.h \
swfdec_ringbuffer.h \
swfdec_script_intern...
2007 Aug 27
0
7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_string.c libswfdec/swfdec_as_string.h libswfdec/swfdec_as_strings.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c
....h \
swfdec_script.h \
+ swfdec_system.h \
swfdec_url.h
libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la
diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h
index 8a4cd65..34d4cfe 100644
--- a/libswfdec/swfdec.h
+++ b/libswfdec/swfdec.h
@@ -38,6 +38,7 @@
#include <libswfdec/swfdec_keys.h>
#include <libswfdec/swfdec_loader.h>
#include <libswfdec/swfdec_player.h>
+#include <libswfdec/swfdec_system.h>
#include <libswfdec/swfdec_url.h>
#endif
diff --git a/libswfdec/swfdec_system.c b/libswfdec/swfdec_system.c
new file mode 100644
index 0000000..ef81c3...
2007 Aug 09
0
Branch 'vivi' - 12 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/Makefile.am libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_debugger.c
...nto the API
this unfortunately requires a new internal header, and all the files need to be
updated
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index dd62712..fc9d47f 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -136,6 +136,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_script.h \
swfdec_url.h
libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la
@@ -201,7 +202,7 @@ noinst_HEADERS = \
swfdec_player_internal.h \
swfdec_rect.h \
swfdec_ringbuffer.h \
- swfdec_script.h \
+ swfdec_script_internal...
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 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...nto the API
this unfortunately requires a new internal header, and all the files need to be
updated
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index dd62712..fc9d47f 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -136,6 +136,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_script.h \
swfdec_url.h
libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la
@@ -201,7 +202,7 @@ noinst_HEADERS = \
swfdec_player_internal.h \
swfdec_rect.h \
swfdec_ringbuffer.h \
- swfdec_script.h \
+ swfdec_script_internal...