search for: swfdec_gtk_key

Displaying 5 results from an estimated 5 matches for "swfdec_gtk_key".

Did you mean: swfdec_gtk_keys
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-gtk/Makefile.am | 2 libswfdec-gtk/swfdec_gtk_keys.c | 67 +++++++++++++++++ libswfdec-gtk/swfdec_gtk_keys.h | 10 +- libswfdec-gtk/swfdec_gtk_widget.c | 73 ++++++++++++++++++ libswfdec/Makefile.am | 3 libswfdec/swfdec.h | 2 libswfdec/swfdec_as_types.c | 68 ++++++++--------- libswfdec/...
2007 Aug 23
0
23 commits - doc/.gitignore doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am
doc/.gitignore | 1 doc/Makefile.am | 3 doc/swfdec-docs.sgml | 1 doc/swfdec-sections.txt | 22 + libswfdec-gtk/swfdec-gtk.h | 1 libswfdec-gtk/swfdec_gtk_keys.c | 12 - libswfdec-gtk/swfdec_gtk_keys.h | 2 libswfdec-gtk/swfdec_gtk_widget.c | 2 libswfdec/Makefile.am | 5 libswfdec/swfdec_as_debugger.c | 26 +- libswfdec/swfdec_as_debugger.h | 6 libswfdec/swfdec_as...
2008 Feb 10
1
compiling latest swfdec in debian unstable
Hi, since a few days all the dependencies for compiling and running swfdec 0.5.90 and newer are met in debian experimental. So after adding the experimental repository in /etc/apt/sources.list and doing apt-get -t experimental install libsoup2.4-dev libglib2.0-dev you can continue to test latest and greatest swfdec. cheers, Riccardo
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...c_player_stage_to_global/global_to_stage() fix coordinate systems add swfdec_movie_rect_global_to_local/local_to_global() implement hitTest in a much nicer form make swfdec_movie_mouse_in() check children It's a swfdec-gtk function, so use that prefix include swfdec_gtk_keys.h inclode swfdec_gtk_keys.h get rid of swfdec_load_object_as.h swfdec_xml_as.[ch] => swfdec_xml.[ch] get rid of unused symbols doc fixes that function is gone now rename "start/finish frame" to "enter/leave frame" change functi...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...0:42:28 2008 +0100 add a socket implementation using libsoup diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index c3c140f..b94616c 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -14,6 +14,7 @@ libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_gtk_keys.c \ swfdec_gtk_loader.c \ swfdec_gtk_player.c \ + swfdec_gtk_socket.c \ swfdec_gtk_widget.c noinst_HEADERS = \ @@ -34,6 +35,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEADERS = \ swfdec_gtk_keys.h \ swfdec_gtk_loader.h \ swfdec_gtk_player.h \ + swfdec_gtk_socket.h \ swfdec_gtk_w...