Displaying 4 results from an estimated 4 matches for "onconstruct".
Did you mean:
construct
2007 Mar 15
0
11 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_debugger.h libswfdec/swfdec_event.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
..._VIDEO_MOVIE);
if (video == NULL)
return JS_TRUE;
diff-tree 21c8bd56636624a5937fc1ae693ca5233a57fa04 (from 89993e6c8b33afd37db5691265da933b5b506fb9)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Mar 15 12:37:41 2007 +0100
use the init and construct queue
- add "onConstruct" event to event list
- add swfdec_movie_execute_script to execute a script immidiately instead of queueing it
- add 2 functions swfdec_movie_run_(construct|init) to run the constructors or
initialization functions
diff --git a/libswfdec/swfdec_event.c b/libswfdec/swfdec_event.c...
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
...NSTANT_STRING ("onReleaseOutside"),
+ SWFDEC_AS_CONSTANT_STRING ("onRollOver"),
+ SWFDEC_AS_CONSTANT_STRING ("onRollOut"),
+ SWFDEC_AS_CONSTANT_STRING ("onDragOver"),
+ SWFDEC_AS_CONSTANT_STRING ("onDragOut"),
+ SWFDEC_AS_CONSTANT_STRING ("onConstruct"),
+ SWFDEC_AS_CONSTANT_STRING ("onStatus"),
+ SWFDEC_AS_CONSTANT_STRING ("error"),
+ SWFDEC_AS_CONSTANT_STRING ("NetStream.Buffer.Empty"),
+ SWFDEC_AS_CONSTANT_STRING ("NetStream.Buffer.Full"),
+ SWFDEC_AS_CONSTANT_STRING ("NetStream.Buffer.Fl...
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c
..., movie);
- swfdec_movie_execute_script (movie, SWFDEC_EVENT_INITIALIZE);
-}
+ if (movie->sprite) {
+ const char *name;
-/**
- * swfdec_movie_run_construct:
- * @movie: a #SwfdecMovie
- *
- * Runs the constructors for @movie. This is (in the given order)
- * onClipEvent(construct), movie.onConstruct and the constructor registered
- * via Object.registerClass.
- **/
-void
-swfdec_movie_run_construct (SwfdecMovie *movie)
-{
- SwfdecPlayer *player;
-
- g_return_if_fail (SWFDEC_IS_MOVIE (movie));
+ name = swfdec_resource_get_export_name (mov->resource,
+ SWFDEC_CHARACTER (movie->sprite)...
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):