search for: movieclips

Displaying 20 results from an estimated 91 matches for "movieclips".

Did you mean: movieclip
2008 Jan 02
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_movie.c libswfdec/swfdec_shape_parser.c test/dump.c test/trace
libswfdec/Makefile.am | 2 libswfdec/swfdec_movie.c | 24 +++++- libswfdec/swfdec_shape_parser.c | 4 - test/dump.c | 3 test/trace/Makefile.am | 9 ++ test/trace/movieclip-version-5.swf |binary test/trace/movieclip-version-5.swf.trace | 111 +++++++++++++++++++++++++++++++
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_as_interpret.c | 2 libswfdec/swfdec_movie.c | 2 test/trace/Makefile.am | 18 +++++++ test/trace/initaction-queue-5.swf |binary test/trace/initaction-queue-5.swf.trace | 1 test/trace/initaction-queue-6.swf |binary test/trace/initaction-queue-6.swf.trace | 2
2008 Jan 15
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_types.c test/trace
libswfdec/swfdec_as_array.c | 25 ++++---- libswfdec/swfdec_as_types.c | 11 +++ test/trace/Makefile.am | 100 +++------------------------------ test/trace/array-movieclip-5.swf |binary test/trace/array-movieclip-5.swf.trace | 15 ++++ test/trace/array-movieclip-6.swf |binary test/trace/array-movieclip-6.swf.trace | 15 ++++
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
libswfdec/js/jsapi.c | 3 libswfdec/js/jsapi.h | 2 libswfdec/js/jsinterp.c | 2 libswfdec/js/jsobj.c | 4 libswfdec/swfdec_loader.c | 5 libswfdec/swfdec_root_sprite.c | 5 libswfdec/swfdec_script.c | 154 +++++- player/swfdebug.c | 8
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...loadMovie ("FSCommand:quit", ""); +} + +setTimeout (quit, 1500); commit 304e29f5bae3283ef28914da80b13b4626ae835c Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Nov 27 13:56:43 2007 +0200 Allow running loadVariables on all movies, but only call onData for MovieClips diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 130d920..639018c 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1188,9 +1188,8 @@ swfdec_action_get_url2 (SwfdecAsContext *cx, guint action, const guint8 *data, g Swfde...
2007 Nov 26
0
14 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_file_reference.c libswfdec/swfdec_load_object.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_system_security.c test/trace
libswfdec/swfdec_as_object.c | 64 libswfdec/swfdec_file_reference.c | 2 libswfdec/swfdec_load_object.c | 81 libswfdec/swfdec_sprite_movie_as.c | 19 libswfdec/swfdec_system_security.c | 1 test/trace/Makefile.am | 72
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_sprite_movie_as.c | 22 ++-- libswfdec/swfdec_xml.c | 117 ++++++++++++++++------- libswfdec/swfdec_xml.h | 8 - libswfdec/swfdec_xml_node.c | 32 +++--- libswfdec/swfdec_xml_node.h | 2
2007 Mar 22
0
11 commits - libswfdec/swfdec_color.c libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_net_stream.h libswfdec/swfdec_pattern.c libswfdec/swfdec_script.c NEWS test/trace
NEWS | 13 + libswfdec/swfdec_color.c | 2 libswfdec/swfdec_flv_decoder.c | 8 - libswfdec/swfdec_js_net_stream.c | 16 ++ libswfdec/swfdec_movie.c | 2 libswfdec/swfdec_net_stream.c | 47 ++++++ libswfdec/swfdec_net_stream.h
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...ce versa use the right matrix to compute the extents remove g_print in Flash 5, the this object for button events was a MovieClip add a test for hit tests on buttons add a vfunc for getting the mouse cursor don't trigger g_warnings for empty files empty movieclips have 1 frame, not 0 add test for frames and bytes properties of empty movies initialize the movie before running the constructor (fixes #13447) add testcase for just-fixed crash split out graident pattern code into its own file add swfdec_gradient_pattern_new() a...
2007 Nov 12
0
20 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_string.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player_as.c
libswfdec/swfdec_as_function.c | 39 libswfdec/swfdec_as_string.c | 12 libswfdec/swfdec_initialize.as | 4 libswfdec/swfdec_initialize.h | 1054 +++++++++++++-------------- libswfdec/swfdec_load_object_as.c | 38 libswfdec/swfdec_movie_as_drawing.c | 2 libswfdec/swfdec_player_as.c |
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec/swfdec_movie.c test/trace
....d684bb9 Binary files /dev/null and b/test/trace/remove-depths-5.swf differ diff --git a/test/trace/remove-depths-5.swf.trace b/test/trace/remove-depths-5.swf.trace new file mode 100644 index 0000000..cdb6e9c --- /dev/null +++ b/test/trace/remove-depths-5.swf.trace @@ -0,0 +1 @@ +Check how removing movieclips affects depth diff --git a/test/trace/remove-depths-6.swf b/test/trace/remove-depths-6.swf new file mode 100644 index 0000000..7545fbd Binary files /dev/null and b/test/trace/remove-depths-6.swf differ diff --git a/test/trace/remove-depths-6.swf.trace b/test/trace/remove-depths-6.swf.trace new file...
2008 Jan 02
0
3 commits - libswfdec/swfdec_movie.c test/trace
...rect.y1 = G_MAXDOUBLE; + } } mask = swfdec_movie_mask (cr, movie->masked_by, &rect); cairo_pop_group_to_source (cr); commit ee0ca0c65736ac7a285df6f4ddf347797894851f Author: Benjamin Otte <otte at gnome.org> Date: Wed Jan 2 14:41:03 2008 +0100 include children movieclips in a movie's foreach function diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index f06a289..400ca2e 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -1227,6 +1227,27 @@ swfdec_movie_set_variable (SwfdecAsObject *object, const char *variable, SWFDEC_A...
2007 Oct 12
1
Error in documentation of swfdec
Hi! In the page of swfdec "swfdec frontpage", in actionscript status, there is the list of Actionscript command implemented into swfdec ..... MovieClip, loadmovie is done but it no work How can I do? Bye! Wolf! PS sorry for my bad english ^^' --------------------------------- --------------------------------- L'email della prossima generazione? Puoi averla con la nuova
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_initialize.as | 3 libswfdec/swfdec_initialize.h | 306 ++-- libswfdec/swfdec_text_field_movie.c | 4 libswfdec/swfdec_text_field_movie.h | 3 libswfdec/swfdec_text_field_movie_as.c | 83 + test/trace/Makefile.am | 20
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 Nov 14
0
9 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_color_as.c libswfdec/swfdec_interval.c test/image test/trace
libswfdec/swfdec_as_string.c | 31 +++--- libswfdec/swfdec_color_as.c | 9 - libswfdec/swfdec_interval.c | 2 test/image/.gitignore | 2 test/trace/Makefile.am | 27 +++++ test/trace/array2-8.swf |binary test/trace/array2-8.swf.trace | 40 ++++++++
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700 release 0.5.3 ("Tennis") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd 9zH6AzP7/BHRfo0j1tw80V8= =wOYr -----END PGP SIGNATURE----- Changes since 0.5.2: Benjamin Otte: first try in getting movie
2007 Oct 12
1
NEWS
NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree 3607703c012ac59cb9609b45c2837d0876ed2898 (from 835eda8c888d6f3125f571f69132e293b66e495e) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 19:26:45 2007 +0200 copy/paste error in my brain when writing this diff --git a/NEWS b/NEWS index 1006e58..10b69f7 100644 --- a/NEWS +++ b/NEWS @@ -7,7
2007 Oct 12
1
[PATCH] little typo in news file
Hi, patch inlined for reowkr -> rework conversion in 0.5.3 NEWS entry. cheers, riccardo diff --git a/NEWS b/NEWS index 10b69f7..245c336 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Lots of new built-in objects and code cleanup are the highlights of yet another Swfdec release. And a little less condensed: - rework of what APIs call into the script engine. This greatly simplifies using