search for: swfdec_text

Displaying 20 results from an estimated 26 matches for "swfdec_text".

2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...c/swfdec_font.c | 289 ++++++++++++++++++++++++++++++++++++- libswfdec/swfdec_font.h | 16 +- libswfdec/swfdec_loader.c | 144 ++++++++++++++++++ libswfdec/swfdec_loader_internal.h | 9 + libswfdec/swfdec_tag.c | 158 -------------------- libswfdec/swfdec_text.c | 12 + libswfdec/swfdec_text.h | 2 test/swfedit_token.c | 5 test/various/.gitignore | 1 test/various/Makefile.am | 6 test/various/ringbuffer.c | 19 ++ test/various/urlencode.c | 109 ++++++++++++...
2007 Jun 15
0
Branch 'as' - 5 commits - libswfdec/swfdec_as_native_function.c libswfdec/swfdec_edittext.c libswfdec/swfdec_edittext.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_morphshape.h
...libswfdec/swfdec_sprite.c | 27 +++--------- libswfdec/swfdec_sprite.h | 13 ++--- libswfdec/swfdec_swf_decoder.c | 4 - libswfdec/swfdec_swf_decoder.h | 4 - libswfdec/swfdec_tag.c | 76 +++++++++++----------------------- libswfdec/swfdec_text.h | 3 - libswfdec/swfdec_video.c | 4 - libswfdec/swfdec_video.h | 6 +- 21 files changed, 109 insertions(+), 144 deletions(-) New commits: diff-tree 9ff54695704fb4f628dcddd8ea5d834371cf89c7 (from 226d56f9c38e4cb568650c542e647ac943e1c47c) Author: B...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
.../swfdec_sprite.h | 14 ++++---- libswfdec/swfdec_sprite_movie.c | 2 - libswfdec/swfdec_sprite_movie.h | 4 +- libswfdec/swfdec_swf_decoder.c | 6 +-- libswfdec/swfdec_swf_decoder.h | 4 +- libswfdec/swfdec_tag.c | 12 +++---- libswfdec/swfdec_text.c | 4 +- libswfdec/swfdec_types.h | 2 - libswfdec/swfdec_video.h | 6 +-- 54 files changed, 223 insertions(+), 223 deletions(-) New commits: diff-tree f516f0186bef8f00810f200034d63776bfab9271 (from 7f7d106034cd5fac344b12e3c93562a24ecd825f) Author: Be...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...8 ++-- libswfdec/swfdec_sprite.h | 14 +-- libswfdec/swfdec_sprite_movie.c | 2 libswfdec/swfdec_sprite_movie.h | 4 libswfdec/swfdec_swf_decoder.c | 6 - libswfdec/swfdec_swf_decoder.h | 4 libswfdec/swfdec_tag.c | 12 +- libswfdec/swfdec_text.c | 4 libswfdec/swfdec_types.h | 2 libswfdec/swfdec_video.h | 6 - 64 files changed, 536 insertions(+), 327 deletions(-) New commits: diff-tree e9bda1999fcb67c54febb83a8bc1be75e62c60be (from 7fbbe64db09817aaed4d28fa5bb1ac4869c835f5) Author: Benjami...
2007 Jun 19
0
Branch 'as' - test/dump.c
...t/dump.c index b073320..8d8cbd4 100644 --- a/test/dump.c +++ b/test/dump.c @@ -42,6 +42,7 @@ #include <libswfdec/swfdec_sound.h> #include <libswfdec/swfdec_swf_decoder.h> #include <libswfdec/swfdec_swf_instance.h> +#include <libswfdec/swfdec_tag.h> #include <libswfdec/swfdec_text.h> static gboolean verbose = FALSE; @@ -78,18 +79,17 @@ dump_sound (SwfdecSound *sound) } static void -dump_sprite (SwfdecSprite *s) +dump_sprite (SwfdecSwfDecoder *dec, SwfdecSprite *s) { if (!verbose) { g_print (" %u frames\n", s->n_frames); } else { - guint...
2007 Jun 20
1
Branch 'as' - libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...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 "swfdec_text.h" G_DEFINE_TYPE (SwfdecGraphicMovie, swfdec_graphic_movie, SWFDEC_TYPE_MOVIE) @@ -51,6 +60,31 @@ swfdec_graphic_movie_mouse_in (SwfdecMov } static void +swfdec_graphic_movie_replace (SwfdecMovie *movie, SwfdecGraphic *graphic) +{ + SwfdecGraphicMovie *gmovie = SWFDEC_GRAPHIC_MOVIE (...
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
...wfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ + swfdec_root_sprite.h \ + swfdec_script.h \ + swfdec_scriptable.h \ swfdec_shape.h \ swfdec_sound.h \ swfdec_sprite.h \ @@ -93,7 +102,10 @@ IGNORE_HFILES= \ swfdec_swf_decoder.h \ swfdec_tag.h \ swfdec_text.h \ - swfdec_types.h + swfdec_types.h \ + swfdec_video.h \ + swfdec_video_movie.h \ + swfdec_xml.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff-tree 653a85ad459e538c7f1ea7aa4785aaf6f411781e (from 154596318676ff838f8acc47d3bc62bf3...
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
...extents.y1); - } - if (SWFDEC_IS_IMAGE (c)) { - dump_image (SWFDEC_IMAGE (c)); - } - if (SWFDEC_IS_SPRITE (c)) { - dump_sprite (SWFDEC_SPRITE (c)); - } - if (SWFDEC_IS_SHAPE(c)) { - dump_shape(SWFDEC_SHAPE(c)); - } - 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...
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...swfdec_morphshape.h \ swfdec_movie.h \ + swfdec_net_connection.h \ swfdec_net_stream.h \ swfdec_pattern.h \ swfdec_player_internal.h \ @@ -103,9 +111,11 @@ IGNORE_HFILES= \ swfdec_sprite_movie.h \ swfdec_stroke.h \ swfdec_swf_decoder.h \ + swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_types.h \ + swfdec_utils.h \ swfdec_video.h \ swfdec_video_movie.h \ swfdec_xml.h diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index aa1c339..07c7ee4 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -20,4 +20,8 @@ <xi:include href="xml/Swfd...
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
...as_drawing.c | 7 - libswfdec/swfdec_movie_asprops.c | 20 +-- libswfdec/swfdec_player.c | 39 ++++-- libswfdec/swfdec_resource.c | 9 - libswfdec/swfdec_sprite_movie_as.c | 14 +- libswfdec/swfdec_text_field_movie.c | 19 ++- libswfdec/swfdec_text_field_movie_as.c | 18 +- libswfdec/swfdec_video_movie.c | 8 - test/dump.c | 3 test/trace/Makefile.am | 3 test/trace/cras...
2007 Oct 22
0
6 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_player.c libswfdec/swfdec_player.h
...n.h \ swfdec_player_internal.h \ swfdec_rect.h \ + swfdec_resource.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ swfdec_root_sprite.h \ @@ -128,7 +129,6 @@ IGNORE_HFILES= \ swfdec_stroke.h \ swfdec_style_sheet.h \ swfdec_swf_decoder.h \ - swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_text_format.h \ commit 0c67e418df972f4329e69f05c7556a0654ed8c64 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 21 23:37:50 2007 +0200 add framework for doing runtime checks diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c index dd276fc.....
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...215 +- libswfdec/swfdec_sound.h | 22 libswfdec/swfdec_sprite.c | 37 libswfdec/swfdec_sprite_movie.c | 7 libswfdec/swfdec_swf_decoder.c | 55 libswfdec/swfdec_tag.c | 29 libswfdec/swfdec_text.c | 3 libswfdec/swfdec_types.h | 2 libswfdec/swfdec_video.c | 23 player/.gitignore | 1 player/Makefile.am | 28 player/swfdebug.c...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...swfdec/swfdec_sprite_movie.c | 139 - libswfdec/swfdec_sprite_movie.h | 3 libswfdec/swfdec_swf_decoder.c | 117 libswfdec/swfdec_swf_decoder.h | 12 libswfdec/swfdec_tag.c | 309 -- libswfdec/swfdec_text.c | 15 libswfdec/swfdec_text.h | 2 libswfdec/swfdec_types.h | 8 libswfdec/swfdec_video.c | 86 libswfdec/swfdec_video_movie.c | 64 libswfdec/swfdec_video_movie.h...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...ec_as_array_set_length swfdec_as_array_get_value swfdec_as_array_set_value swfdec_as_array_remove diff-tree 522c0811d50b4711393a190ffb90ff44f900ded5 (from 91f6647d5e409a1002a68ec55e115b1f812e4824) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 11:37:33 2007 +0200 exclude swfdec_text_format.h diff --git a/doc/Makefile.am b/doc/Makefile.am index d4bd69e..bfe7279 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -129,6 +129,7 @@ IGNORE_HFILES= \ swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ + swfdec_text_format.h \ swfdec_types.h \ swfdec_utils.h \ swfde...
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
.../Makefile.am b/libswfdec/Makefile.am index c9ff277..0ad870d 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -104,6 +104,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_swf_decoder.c \ swfdec_swf_instance.c \ swfdec_system.c \ + swfdec_system_as.c \ swfdec_tag.c \ swfdec_text.c \ swfdec_url.c \ diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index f347a5f..a6e33bd 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -127,6 +127,14 @@ ASSetPropFlags(LoadVars.prototype, null, XML.prototype.load = ASnative (3...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...fdec/swfdec_stroke.c | 313 ++ libswfdec/swfdec_stroke.h | 82 libswfdec/swfdec_swf_decoder.c | 159 - libswfdec/swfdec_swf_decoder.h | 12 libswfdec/swfdec_tag.c | 355 -- libswfdec/swfdec_text.c | 17 libswfdec/swfdec_text.h | 2 libswfdec/swfdec_types.h | 8 libswfdec/swfdec_video.c | 80 libswfdec/swfdec_video.h | 9 libswfdec/swfdec_video_movie.c...
2007 Mar 01
0
11 commits - libswfdec/Makefile.am libswfdec/swfdec_connection.c libswfdec/swfdec_connection.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js.h libswfdec/swfdec_js_net_stream.c
...efile.am @@ -53,6 +53,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_js_mouse.c \ swfdec_js_movie.c \ swfdec_js_sound.c \ + swfdec_js_xml.c \ swfdec_listener.c \ swfdec_loader.c \ swfdec_loadertarget.c \ @@ -76,7 +77,8 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_tag.c \ swfdec_text.c \ swfdec_video.c \ - swfdec_video_movie.c + swfdec_video_movie.c \ + swfdec_xml.c libswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ @@ -92,7 +94,6 @@ public_headers = \ swfdec.h \ swfdec_audio.h \ swfdec_buffer...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...20 +- libswfdec/swfdec_swf_decoder.c | 14 + libswfdec/swfdec_swf_instance.c | 308 -------------------------------- libswfdec/swfdec_swf_instance.h | 72 ------- libswfdec/swfdec_tag.c | 34 +-- libswfdec/swfdec_tag.h | 6 libswfdec/swfdec_text_field_movie_as.c | 2 libswfdec/swfdec_types.h | 2 libswfdec/swfdec_url.c | 16 + libswfdec/swfdec_url.h | 2 libswfdec/swfdec_video.c | 64 +++++- libswfdec/swfdec_video_movie.c | 72 ++++--- libswfdec/swfdec_vi...
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
...E>SwfdecPlayer</TITLE> SwfdecPlayer diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index ae81146..2476e54 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -100,6 +100,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_swf_instance.c \ swfdec_tag.c \ swfdec_text.c \ + swfdec_url.c \ swfdec_utils.c \ swfdec_video.c \ swfdec_video_movie.c \ @@ -128,7 +129,8 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_loader.h \ - swfdec_player.h + swfdec_player.h \ + swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la...
2007 Apr 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_font.c libswfdec/swfdec_loadertarget.c libswfdec/swfdec_movie.h libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_player.c
...swfdec_scriptable.c \ swfdec_shape.c \ swfdec_sound.c \ + swfdec_stroke.c \ swfdec_sprite.c \ swfdec_sprite_movie.c \ swfdec_swf_decoder.c \ @@ -159,6 +160,7 @@ noinst_HEADERS = \ swfdec_sprite.h \ swfdec_sprite_movie.h \ swfdec_swf_decoder.h \ + swfdec_stroke.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_types.h \ diff --git a/libswfdec/swfdec_color.c b/libswfdec/swfdec_color.c index 23fda5a..83be167 100644 --- a/libswfdec/swfdec_color.c +++ b/libswfdec/swfdec_color.c @@ -250,3 +250,26 @@ swfdec_matrix_get_rotation (const cairo_ return atan2 (matrix->yx, matrix->xx) * 180 / G_...