search for: swfdec_enums

Displaying 20 results from an estimated 21 matches for "swfdec_enums".

2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
.....0c2e2a6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -1,10 +1,5 @@ SUBDIRS = jpeg -noinst_PROGRAMS = compute-strings - -compute_strings_SOURCES = swfdec_as_strings.c -compute_strings_CFLAGS = -DCOMPUTE_SWFDEC_AS_STRINGS_H - CODECS = if HAVE_FFMPEG @@ -310,10 +305,17 @@ swfdec_enums.c: $(public_headers) Makefile --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_ at type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return...
2007 Dec 03
0
libswfdec/Makefile.am
...SOURCES = \ +# these are files that must be in SRCDIR +libswfdec_source_files = \ swfdec_accessibility.c \ swfdec_as_array.c \ swfdec_as_boolean.c \ @@ -76,7 +77,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_text_renderer.c \ swfdec_text_snapshot.c \ swfdec_transform.c \ - swfdec_enums.c \ swfdec_event.c \ swfdec_external_interface.c \ swfdec_file_loader.c \ @@ -102,7 +102,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_loadertarget.c \ swfdec_loadvars_as.c \ swfdec_local_connection.c \ - swfdec_marshal.c \ swfdec_microphone.c \ swfdec_morph_movie.c \...
2007 Sep 04
0
3 commits - libswfdec/Makefile.am test/trace
...fdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ + swfdec_as_array.h \ swfdec_as_context.h \ swfdec_as_debugger.h \ swfdec_as_frame.h \ @@ -152,7 +153,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@includedir libswfdec_ at SWFDEC_MAJORMINOR@include_HEADERS = $(public_headers) swfdec_enums.h noinst_HEADERS = \ - swfdec_as_array.h \ swfdec_as_boolean.h \ swfdec_as_frame_internal.h \ swfdec_as_initialize.h \ diff-tree 7e1226fcd15665c2223df36a6715a094c013639e (from 2a3b19702ddacf1534feea1ee7f50b4aa1b6e796) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 4...
2007 May 17
0
Branch 'as' - 8 commits - libswfdec/.gitignore libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.h libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie_as.c
...e <otte at gnome.org> Date: Thu May 17 21:51:56 2007 +0200 ignore the compute-strings binary diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index 918defb..a203c5e 100644 --- a/libswfdec/.gitignore +++ b/libswfdec/.gitignore @@ -14,3 +14,5 @@ Makefile.in swfdec_as_strings.h swfdec_enums.[ch] swfdec_marshal.[ch] + +compute-strings diff-tree 7aac631b622ceb02bf4786ce0d82601cd6894d9d (from 704863faa6c5c74756860b94a3788d066ed7b8b1) Author: Benjamin Otte <otte at gnome.org> Date: Thu May 17 21:51:35 2007 +0200 typo in comment diff --git a/libswfdec/swfdec_as_object.h b/li...
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...gnome.org> Date: Thu Jul 26 15:04:45 2007 +0200 implement ASnative diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index a203c5e..950f4f0 100644 --- a/libswfdec/.gitignore +++ b/libswfdec/.gitignore @@ -12,7 +12,9 @@ Makefile.in *.loT swfdec_as_strings.h +swfdec_asnative.h swfdec_enums.[ch] swfdec_marshal.[ch] +compiler compute-strings diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 991c609..b783460 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -150,6 +150,7 @@ noinst_HEADERS = \ swfdec_as_strings.h \ swfdec_as_super.h \ swfdec_as_wi...
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
...Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 10:38:40 2007 +0200 Remove libswfdec/compute-strings from .gitignore diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index 950f4f0..9f923f0 100644 --- a/libswfdec/.gitignore +++ b/libswfdec/.gitignore @@ -17,4 +17,3 @@ swfdec_enums.[ch] swfdec_marshal.[ch] compiler -compute-strings commit a5ca19ae006e2f0e767bbbb8d22f7fa433d48752 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Nov 13 11:53:33 2007 +0200 Add missing files to test/trace/Makefile.am diff --git a/test/trace/Makefile.am b/test/trace/Make...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...ource file Avoids duplicate declarations with the next change diff --git a/swfdec/.gitignore b/swfdec/.gitignore index 9f923f0..bf881cd 100644 --- a/swfdec/.gitignore +++ b/swfdec/.gitignore @@ -12,7 +12,7 @@ Makefile.in *.loT swfdec_as_strings.h -swfdec_asnative.h +swfdec_asnative.c swfdec_enums.[ch] swfdec_marshal.[ch] diff --git a/swfdec/Makefile.am b/swfdec/Makefile.am index 8b78fdf..7d39e60 100644 --- a/swfdec/Makefile.am +++ b/swfdec/Makefile.am @@ -168,6 +168,7 @@ libswfdec_source_files = \ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ $(libswfdec_source_files) \ + swfdec...
2007 Oct 14
0
3 commits - doc/Makefile.am libswfdec/swfdec_text_field_movie_as.c
...le.am b/doc/Makefile.am index 44bf0e4..bb67895 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,8 +84,8 @@ IGNORE_HFILES= \ swfdec_debugger.h \ swfdec_decoder.h \ swfdec_draw.h \ - swfdec_edittext.h \ - swfdec_edittext_movie.h \ + swfdec_text_field.h \ + swfdec_text_field_movie.h \ swfdec_enums.h \ swfdec_event.h \ swfdec_filter.h \ commit a98b5bc4983639dd251429cd2af66f9814b2b845 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 17:33:20 2007 +0300 Fixes to TextField's textColor property diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/s...
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
...Fri Aug 3 12:54:06 2007 +0200 add infrastructure for handling key events diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index d49dc69..9a82dd1 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -31,6 +31,7 @@ #include <libswfdec/swfdec_buffer.h> #include <libswfdec/swfdec_enums.h> #include <libswfdec/swfdec_file_loader.h> +#include <libswfdec/swfdec_key.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> #include <libswfdec/swfdec_url.h> diff --git a/libswfdec/swfdec_marshal.list b/libswfdec/swfdec_marshal.list...
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
...uthor: Benjamin Otte <otte at gnome.org> Date: Tue Sep 4 10:31:54 2007 +0200 ignore swfdec_filter.h diff --git a/doc/Makefile.am b/doc/Makefile.am index de001b0..21ffd71 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -90,6 +90,7 @@ IGNORE_HFILES= \ swfdec_edittext_movie.h \ swfdec_enums.h \ swfdec_event.h \ + swfdec_filter.h \ swfdec_flv_decoder.h \ swfdec_font.h \ swfdec_graphic.h \ diff-tree 7966b86c80ce185cf6c03b9abeb11c32b35d60df (from b8da9da8a7a5ebd58cb38cf4c981d809ad6fd5ab) Author: Benjamin Otte <otte at gnome.org> Date: Tue Sep 4 10:31:24 2007 +0200 Th...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...0200 export the file loader so subclassing gets possible diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 2476e54..f1973eb 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -65,6 +65,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_edittext_movie.c \ swfdec_enums.c \ swfdec_event.c \ + swfdec_file_loader.c \ swfdec_flv_decoder.c \ swfdec_font.c \ swfdec_graphic.c \ @@ -128,6 +129,7 @@ public_headers = \ swfdec_as_types.h \ swfdec_audio.h \ swfdec_buffer.h \ + swfdec_file_loader.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --...
2007 Jul 13
0
3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...+#include <libswfdec/swfdec_as_context.h> +#include <libswfdec/swfdec_as_frame.h> +#include <libswfdec/swfdec_as_object.h> +#include <libswfdec/swfdec_as_types.h> + #include <libswfdec/swfdec_audio.h> #include <libswfdec/swfdec_buffer.h> #include <libswfdec/swfdec_enums.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> -#include <libswfdec/swfdec_as_context.h> -#include <libswfdec/swfdec_as_object.h> -#include <libswfdec/swfdec_as_types.h> - #endif diff --git a/libswfdec/swfdec_as_frame.c b/libswfdec...
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...ec_listener_execute (SwfdecListener * listener, + const char * event); + + +G_END_DECLS + +#endif diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index 0034a65..2f7deef 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -33,6 +33,7 @@ #include "swfdec_enums.h" #include "swfdec_event.h" #include "swfdec_js.h" +#include "swfdec_listener.h" #include "swfdec_loader_internal.h" #include "swfdec_marshal.h" #include "swfdec_movie.h" @@ -493,6 +494,7 @@ swfdec_player_do_mouse_move (SwfdecPl...
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
...der.h \ + swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index d49dc69..b4b9ab8 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -31,6 +31,7 @@ #include <libswfdec/swfdec_buffer.h> #include <libswfdec/swfdec_enums.h> #include <libswfdec/swfdec_file_loader.h> +#include <libswfdec/swfdec_keys.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> #include <libswfdec/swfdec_url.h> diff --git a/libswfdec/swfdec_keys.h b/libswfdec/swfdec_keys.h new file m...
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
...holt.net> - * 2006 Benjamin Otte <otte at gnome.org> + * 2006-2007 Benjamin Otte <otte at gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -32,5 +32,6 @@ #include <libswfdec/swfdec_enums.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> +#include <libswfdec/swfdec_url.h> #endif diff --git a/libswfdec/swfdec_url.c b/libswfdec/swfdec_url.c new file mode 100644 index 0000000..6eaef71 --- /dev/null +++ b/libswfdec/swfdec_url.c @@ -0,...
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
...gradient_pattern, SWFDEC_TYPE_PATTERN); static cairo_pattern_t * diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index d50e1b1..be041a2 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -34,6 +34,7 @@ #include "swfdec_debug.h" #include "swfdec_enums.h" #include "swfdec_event.h" +#include "swfdec_internal.h" #include "swfdec_listener.h" #include "swfdec_loader_internal.h" #include "swfdec_marshal.h" @@ -685,7 +686,7 @@ swfdec_player_do_handle_mouse (SwfdecPla static void swfdec_player...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...ayer.h -libswfdec_@SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la js/libjs.la +libswfdec_@SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la libswfdec_@SWFDEC_MAJORMINOR@includedir = $(includedir)/swfdec-@SWFDEC_MAJORMINOR@/libswfdec libswfdec_@SWFDEC_MAJORMINOR@include_HEADERS = $(public_headers) swfdec_enums.h noinst_HEADERS = \ + swfdec_as_array.h \ swfdec_as_context.h \ swfdec_as_frame.h \ swfdec_as_function.h \ @@ -143,7 +142,6 @@ noinst_HEADERS = \ swfdec_graphic.h \ swfdec_graphic_movie.h \ swfdec_image.h \ - swfdec_js.h \ swfdec_listener.h \ swfdec_loader_internal.h \ swfdec_...
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
...l 1 10:02:19 2007 +0100 get rid of the enum get_type() functions diff --git a/doc/Makefile.am b/doc/Makefile.am index ce3ae3a..3749a2c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -81,6 +81,7 @@ IGNORE_HFILES= \ swfdec_decoder.h \ swfdec_edittext.h \ swfdec_edittext_movie.h \ + swfdec_enums.h \ swfdec_event.h \ swfdec_flv_decoder.h \ swfdec_font.h \ diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 70e8128..b88f06e 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -105,11 +105,6 @@ swfdec_buffer_queue_get_type SwfdecLoaderDataType swfdec_...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...lean allow_local, + gboolean allow_remote); G_END_DECLS diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index 8037927..e4e8eee 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -36,6 +36,7 @@ #include "swfdec_debug.h" #include "swfdec_enums.h" #include "swfdec_event.h" +#include "swfdec_flash_security.h" #include "swfdec_initialize.h" #include "swfdec_internal.h" #include "swfdec_loader_internal.h" @@ -803,6 +804,10 @@ swfdec_player_dispose (GObject *object) g_object_unre...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...b/libswfdec/Makefile.am index c67f132..0cf8b71 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -60,6 +60,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_text_field.c \ swfdec_text_field_movie.c \ swfdec_text_field_movie_as.c \ + swfdec_text_field_movie_html.c \ swfdec_enums.c \ swfdec_event.c \ swfdec_file_loader.c \ @@ -70,7 +71,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_font.c \ swfdec_graphic.c \ swfdec_graphic_movie.c \ - swfdec_html_parser.c \ swfdec_image.c \ swfdec_interval.c \ swfdec_key_as.c \ diff --git a/libswfdec/swfdec_htm...