search for: swfdec_button

Displaying 14 results from an estimated 14 matches for "swfdec_button".

2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
libswfdec/swfdec_button.h | 18 +++++++------- libswfdec/swfdec_button_movie.c | 10 ++++---- libswfdec/swfdec_resource.c | 10 ++++---- libswfdec/swfdec_resource.h | 2 - libswfdec/swfdec_sprite_movie.c | 3 -- test/trace/Makefile.am...
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
libswfdec-gtk/swfdec_gtk_widget.c | 19 libswfdec/swfdec_as_object.c | 56 +- libswfdec/swfdec_as_object.h | 4 libswfdec/swfdec_button.c | 228 +++++++++ libswfdec/swfdec_button.h | 10 libswfdec/swfdec_button_movie.c | 382 ++++++++-------- libswfdec/swfdec_button_movie.h | 4 libswfdec/swfdec_event.c...
2007 Jun 20
1
Branch 'as' - libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...with a new Graphic diff --git a/libswfdec/swfdec_graphic_movie.c b/libswfdec/swfdec_graphic_movie.c index b043b21..b3cfd73 100644 --- a/libswfdec/swfdec_graphic_movie.c +++ b/libswfdec/swfdec_graphic_movie.c @@ -22,6 +22,15 @@ #endif #include "swfdec_graphic_movie.h" +#include "swfdec_button.h" +#include "swfdec_debug.h" +#include "swfdec_edittext.h" +#include "swfdec_movie.h" +#include "swfdec_shape.h" +#include "swfdec_sprite.h" +#include "swfdec_swf_decoder.h" +#include "swfdec_swf_instance.h" +#include &quot...
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
...o exclude diff --git a/doc/Makefile.am b/doc/Makefile.am index 6d4dca5..afe0261 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -56,36 +56,45 @@ IGNORE_HFILES= \ jpeg \ swfdec_audio_internal.h \ swfdec_audio_event.h \ + swfdec_audio_flv.h \ swfdec_audio_stream.h \ swfdec_bits.h \ swfdec_button.h \ swfdec_button_movie.h \ swfdec_cache.h \ + swfdec_cached.h \ swfdec_character.h \ swfdec_codec.h \ swfdec_color.h \ - swfdec_compiler.h \ + swfdec_connection.h \ swfdec_debug.h \ swfdec_debugger.h \ swfdec_decoder.h \ swfdec_edittext.h \ swfdec_edittext_movie.h \ swfdec_ev...
2007 Mar 07
0
11 commits - libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h
...); - } - if (SWFDEC_IS_TEXT (c)) { - dump_text (SWFDEC_TEXT (c)); - } - if (SWFDEC_IS_EDIT_TEXT (c)) { - dump_edit_text (SWFDEC_EDIT_TEXT (c)); - } - if (SWFDEC_IS_FONT (c)) { - dump_font (SWFDEC_FONT (c)); - } - if (SWFDEC_IS_BUTTON (c)) { - dump_button (SWFDEC_BUTTON (c)); - } - if (SWFDEC_IS_SOUND (c)) { - dump_sound (SWFDEC_SOUND (c)); - } + g_print ("%d: %s\n", c->id, G_OBJECT_TYPE_NAME (c)); + if (verbose && SWFDEC_IS_GRAPHIC (c)) { + SwfdecGraphic *graphic = SWFDEC_GRAPHIC (c); + g_print (" extents: %g %g %...
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
...| 188 ++++++++++++++++++++++++++- libswfdec/swfdec_as_context.h | 13 + libswfdec/swfdec_as_object.c | 49 ++++++- libswfdec/swfdec_as_object.h | 11 + libswfdec/swfdec_as_types.c | 31 ++++ libswfdec/swfdec_as_types.h | 33 ++++ libswfdec/swfdec_button.c | 4 libswfdec/swfdec_button_movie.c | 4 libswfdec/swfdec_cached.c | 3 libswfdec/swfdec_connection.c | 61 +++----- libswfdec/swfdec_connection.h | 8 - libswfdec/swfdec_debugger.c | 55 +------ libswfdec/swfdec_edittext.c...
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
...> -- * 2006 Benjamin Otte <otte@gnome.org> ++ * 2006-2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@@ -34,6 -34,6 +34,7 @@@ #include <libswfdec/swfdec_button.h> #include <libswfdec/swfdec_edittext.h> #include <libswfdec/swfdec_font.h> ++#include <libswfdec/swfdec_image.h> #include <libswfdec/swfdec_movie.h> #include <libswfdec/swfdec_player_internal.h> #include <libswfdec/swfdec_root_movie.h> @@@ -287,6 -...
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...ally decoded and use a SwfdecCache. Make SwfdecImage use it. SwfdecSound will follow diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 8ab165c..485f97f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -25,6 +25,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_button.c \ swfdec_button_movie.c \ swfdec_cache.c \ + swfdec_cached.c \ swfdec_character.c \ swfdec_codec.c \ swfdec_codec_adpcm.c \ @@ -104,6 +105,7 @@ noinst_HEADERS = \ swfdec_button.h \ swfdec_button_movie.h \ swfdec_cache.h \ + swfdec_cached.h \ swfdec_character.h \ swfdec_codec.h...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...e_invalidate_last (movie); } diff --git a/libswfdec/swfdec_graphic_movie.c b/libswfdec/swfdec_graphic_movie.c index ce9e67d..24e8a77 100644 --- a/libswfdec/swfdec_graphic_movie.c +++ b/libswfdec/swfdec_graphic_movie.c @@ -24,13 +24,14 @@ #include "swfdec_graphic_movie.h" #include "swfdec_button.h" #include "swfdec_debug.h" -#include "swfdec_text_field.h" #include "swfdec_movie.h" +#include "swfdec_player_internal.h" #include "swfdec_shape.h" #include "swfdec_sprite.h" #include "swfdec_swf_decoder.h" #include...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...ONFIG_H -#include "config.h" -#endif -#include <stdio.h> -#include <stdio.h> -#include <unistd.h> -#include <stdlib.h> -#include <sys/stat.h> -#include <glib.h> -#include <glib-object.h> -#include <libswfdec/swfdec.h> -#include <libswfdec/swfdec_button.h> -#include <libswfdec/swfdec_text_field.h> -#include <libswfdec/swfdec_font.h> -#include <libswfdec/swfdec_image.h> -#include <libswfdec/swfdec_movie.h> -#include <libswfdec/swfdec_player_internal.h> -#include <libswfdec/swfdec_sprite.h> -#include <libswf...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 306 libswfdec/swfdec_bitmap_filter.c | 43 libswfdec/swfdec_bits.c | 42 libswfdec/swfdec_bits.h | 5 libswfdec/swfdec_blur_filter.c | 82 libswfdec/swfdec_button.c | 228 libswfdec/swfdec_button.h | 10 libswfdec/swfdec_button_movie.c | 382 libswfdec/swfdec_button_movie.h | 4 libswfdec/swfdec_button_movie_as.c...
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
configure.ac | 1 libswfdec/swfdec_audio_event.c | 1 libswfdec/swfdec_bits.c | 4 libswfdec/swfdec_button_movie.c | 3 libswfdec/swfdec_color.c | 67 +++++- libswfdec/swfdec_color.h | 31 ++- libswfdec/swfdec_compiler.c | 5 libswfdec/swfdec_edittext.c | 2 libswfdec/swfdec_image.c...
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 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...erp.c | 14 libswfdec/js/jsinterp.h | 4 libswfdec/js/jsnum.c | 10 libswfdec/js/jsobj.c | 2 libswfdec/swfdec_bits.c | 61 libswfdec/swfdec_bits.h | 13 libswfdec/swfdec_buffer.c | 7 libswfdec/swfdec_button_movie.c | 3 libswfdec/swfdec_codec_screen.c | 2 libswfdec/swfdec_color.c | 4 libswfdec/swfdec_color.h | 2 libswfdec/swfdec_compiler.c | 1521 ----------------------- libswfdec/swfdec_compiler.h | 22 libswfdec/swfdec_debugger.c |...