search for: swfdec_as_math

Displaying 15 results from an estimated 15 matches for "swfdec_as_math".

2007 May 29
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_math.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_array.c | 10 ++++ libswfdec/swfdec_as_context.c | 18 ++++++- libswfdec/swfdec_as_interpret.c | 100 +++++++++++++++++++++++++++------------- libswfdec/swfdec_as_math.c | 58 +++++++++++++++++++++++ libswfdec/swfdec_as_math.h | 33 +++++++++++++ libswfdec/swfdec_as_strings.c | 4 + libswfdec/swfdec_as_types.c | 14 ++--- libswfdec/swfdec_sprite_movie.c | 5 +- libswfdec/swfdec_tag.c | 7 ++ 10 files changed, 208 insertions...
2007 Jul 06
0
Branch 'as' - 2 commits - libswfdec/swfdec_as_math.c test/trace
libswfdec/swfdec_as_math.c | 10 +++++++++- test/trace/Makefile.am | 9 +++++++++ test/trace/round-direction-5.swf |binary test/trace/round-direction-5.swf.trace | 5 +++++ test/trace/round-direction-6.swf |binary test/trace/round-direction-6.swf.trace | 5 +++++ test/tr...
2007 Jul 03
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_math.c libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie.c test/trace
libswfdec/swfdec_as_math.c | 16 ++++++++-------- libswfdec/swfdec_as_object.c | 3 ++- libswfdec/swfdec_movie.c | 12 +++++------- libswfdec/swfdec_sprite_movie.c | 3 ++- test/trace/Makefile.am | 7 +++++++ test/trace/math-constants-5.swf |binary t...
2007 Aug 22
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_script_function.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
dev/null |binary libswfdec/swfdec_as_array.c | 3 - libswfdec/swfdec_as_boolean.c | 3 - libswfdec/swfdec_as_function.c | 3 - libswfdec/swfdec_as_math.c | 32 ++++++++--- libswfdec/swfdec_as_number.c | 26 ++++++--- libswfdec/swfdec_as_script_function.c | 10 ++- libswfdec/swfdec_initialize.as | 7 ++ libswfdec/swfdec_initialize.h | 82 ++++++++++++++--------------- libswfdec/...
2007 Jun 12
0
Branch 'as' - 3 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_string.c
libswfdec/swfdec_as_array.c | 7 +- libswfdec/swfdec_as_context.c | 36 +++++++----- libswfdec/swfdec_as_math.c | 43 ++++++++------- libswfdec/swfdec_as_native_function.c | 15 +++++ libswfdec/swfdec_as_number.c | 27 +++++++-- libswfdec/swfdec_as_object.c | 21 +++++-- libswfdec/swfdec_as_string.c | 95 ++++++++++++++++++---------------- libswfdec/swfdec_as...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...3992b22299846b9dde706) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jul 13 17:24:59 2007 +0200 add functions to the docs diff --git a/doc/Makefile.am b/doc/Makefile.am index 1a3e287..03bc0da 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -61,6 +61,7 @@ IGNORE_HFILES= \ swfdec_as_math.h \ swfdec_as_number.h \ swfdec_as_scope.h \ + swfdec_as_script_function.h \ swfdec_as_stack.h \ swfdec_as_string.h \ swfdec_as_strings.h \ diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index 2c7787f..553dfb1 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -27,5...
2007 Jul 12
0
15 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt INSTALL libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.h
...hor: Benjamin Otte <otte at gnome.org> Date: Thu Jul 12 23:24:23 2007 +0200 exclude swfdec_as_scope.h diff --git a/doc/Makefile.am b/doc/Makefile.am index 0b9b85d..540729e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,6 +59,7 @@ IGNORE_HFILES= \ swfdec_as_interpret.h \ swfdec_as_math.h \ swfdec_as_number.h \ + swfdec_as_scope.h \ swfdec_as_stack.h \ swfdec_as_string.h \ swfdec_as_strings.h \ diff-tree 5cc02fe654a0fbaab833d064437888313c8a6704 (from 9cb965f4bf684ba88de23914dab745bf135f30f5) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jul 12 23:23:58 2007 +...
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
...| 117 +++++++++---- libswfdec/swfdec_as_context.h | 8 libswfdec/swfdec_as_frame.c | 34 +++ libswfdec/swfdec_as_frame.h | 2 libswfdec/swfdec_as_function.c | 4 libswfdec/swfdec_as_interpret.c | 13 - libswfdec/swfdec_as_math.c | 1 libswfdec/swfdec_as_native_function.c | 2 libswfdec/swfdec_as_number.c | 3 libswfdec/swfdec_as_object.c | 23 -- libswfdec/swfdec_as_object.h | 2 libswfdec/swfdec_as_script_function.c | 3 libswfdec/...
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
...add an internals/garbage collection section and a stub for documenting SwfdecAsContext diff --git a/doc/Makefile.am b/doc/Makefile.am index f43e706..ce3ae3a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -56,6 +56,7 @@ IGNORE_HFILES= \ jpeg \ swfdec_amf.h \ swfdec_as_interpret.h \ + swfdec_as_math.h \ swfdec_as_number.h \ swfdec_as_string.h \ swfdec_as_strings.h \ diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index 07c7ee4..537817a 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -22,6 +22,8 @@ </chapter> <chapter> <title>Actionscr...
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
...symbols diff --git a/doc/Makefile.am b/doc/Makefile.am index 03bc0da..f88b306 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -56,6 +56,7 @@ IGNORE_HFILES= \ jpeg \ swfdec_amf.h \ swfdec_as_boolean.h \ + swfdec_as_frame_internal.h \ swfdec_as_internal.h \ swfdec_as_interpret.h \ swfdec_as_math.h \ diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index 553dfb1..e04ade0 100644 --- a/doc/swfdec-docs.sgml +++ b/doc/swfdec-docs.sgml @@ -28,5 +28,6 @@ <xi:include href="xml/SwfdecAsObject.xml"/> <xi:include href="xml/SwfdecAsArray.xml"/> &l...
2007 Aug 14
0
Branch 'vivi' - 11 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h vivified/core
...tion.h \ + swfdec_as_native_function.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ @@ -147,11 +149,9 @@ noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ swfdec_as_frame_internal.h \ - swfdec_as_function.h \ swfdec_as_internal.h \ swfdec_as_interpret.h \ swfdec_as_math.h \ - swfdec_as_native_function.h \ swfdec_as_number.h \ swfdec_as_scope.h \ swfdec_as_script_function.h \ diff-tree 7cc61118ddf98319b1641013587b505affc01300 (from b8865e69f74f00f1c2b373003900b24592df341b) Author: Benjamin Otte <otte at gnome.org> Date: Tue Aug 14 14:48:38 2007 +0200...
2007 Sep 03
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c
...wfdec/Makefile.am index d1b3d95..17c524d 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -155,6 +155,7 @@ noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ swfdec_as_frame_internal.h \ + swfdec_as_initialize.h \ swfdec_as_internal.h \ swfdec_as_interpret.h \ swfdec_as_math.h \ @@ -227,6 +228,7 @@ noinst_HEADERS = \ EXTRA_DIST = \ compiler.c \ + swfdec_as_initialize.as \ swfdec_initialize.as \ swfdec_marshal.list diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c index 9c4254c..3b0ec12 100644 --- a/libswfdec/swfdec_as_context.c +++ b...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...swfdec_as_frame_internal.h | 5 libswfdec/swfdec_as_function.c | 53 +- libswfdec/swfdec_as_function.h | 4 libswfdec/swfdec_as_internal.h | 6 libswfdec/swfdec_as_interpret.c | 83 ++- libswfdec/swfdec_as_math.c | 32 + libswfdec/swfdec_as_native_function.c | 34 + libswfdec/swfdec_as_native_function.h | 3 libswfdec/swfdec_as_number.c | 46 +- libswfdec/swfdec_as_object.c | 327 ++++++++++----- libswfdec/...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...s_initialize.as | 98 libswfdec/swfdec_as_initialize.h | 173 libswfdec/swfdec_as_internal.h | 18 libswfdec/swfdec_as_interpret.c | 565 libswfdec/swfdec_as_math.c | 152 libswfdec/swfdec_as_math.h | 33 libswfdec/swfdec_as_native_function.c | 199 libswfdec/swfdec_as_native_function.h | 21 libswfdec/swfdec...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...tion.h \ + swfdec_as_native_function.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ @@ -147,11 +149,9 @@ noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ swfdec_as_frame_internal.h \ - swfdec_as_function.h \ swfdec_as_internal.h \ swfdec_as_interpret.h \ swfdec_as_math.h \ - swfdec_as_native_function.h \ swfdec_as_number.h \ swfdec_as_scope.h \ swfdec_as_script_function.h \ diff-tree 7cc61118ddf98319b1641013587b505affc01300 (from b8865e69f74f00f1c2b373003900b24592df341b) Author: Benjamin Otte <otte at gnome.org> Date: Tue Aug 14 14:48:38 2007 +0200...