similar to: libswfdec/Makefile.am

Displaying 20 results from an estimated 400 matches similar to: "libswfdec/Makefile.am"

2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
configure.ac | 3 swfdec-gtk/swfdec_gtk_loader.c | 6 swfdec-gtk/swfdec_playback_alsa.c | 10 swfdec/.gitignore | 2 swfdec/Makefile.am | 13 swfdec/swfdec.h | 1 swfdec/swfdec_as_string.c |
2007 Jul 26
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player_as.c
doc/Makefile.am | 1 doc/swfdec-sections.txt | 1 libswfdec/Makefile.am | 8 ++ libswfdec/swfdec_as_object.c | 58 +++++++++++++++------ libswfdec/swfdec_as_object.h | 4 + libswfdec/swfdec_initialize.as | 7 ++ libswfdec/swfdec_initialize.h | 110 ++++++++++++++++++++--------------------- libswfdec/swfdec_player_as.c | 78
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
doc/swfdec-sections.txt | 4 libswfdec/.gitignore | 2 libswfdec/Makefile.am | 23 +++ libswfdec/compiler.c | 140 +++++++++++++++++++++++ libswfdec/swfdec_as_context.c | 6 - libswfdec/swfdec_as_object.c | 45 ++++--- libswfdec/swfdec_as_object.h
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
doc/Makefile.am | 1 doc/swfdec-sections.txt | 3 libswfdec/swfdec_as_array.c | 1 libswfdec/swfdec_as_boolean.c | 2 libswfdec/swfdec_as_internal.h | 4 libswfdec/swfdec_as_native_function.c | 156 ++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_native_function.h | 21 ++++ libswfdec/swfdec_as_number.c
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_text_field.c | 66 +++++++++++++++++++++++----- libswfdec/swfdec_text_field_movie.c | 5 +- libswfdec/swfdec_text_field_movie_as.c | 77 ++++++++++++++++++++++++++++++--- 4 files changed, 132 insertions(+), 18 deletions(-) New commits: commit a165608df6751cf46561b570db61ff309f5b7244 Author: Pekka Lampila
2007 Aug 02
0
10 commits - libswfdec/compiler.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_player.c NEWS test/trace
NEWS | 11 +++++ libswfdec-gtk/swfdec_source.c | 2 - libswfdec/Makefile.am | 3 + libswfdec/compiler.c | 58 ++--------------------------- libswfdec/swfdec_player.c | 35 +++++++++-------- test/trace/Makefile.am | 7 +++
2007 Oct 14
0
3 commits - doc/Makefile.am libswfdec/swfdec_text_field_movie_as.c
doc/Makefile.am | 4 libswfdec/swfdec_text_field_movie_as.c | 304 ++++++++++++++++++++++----------- 2 files changed, 205 insertions(+), 103 deletions(-) New commits: commit 0d49e6e7e7c5b80fd12e3d117593a10848688a89 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 17:43:27 2007 +0300 Update doc/Makefile.am to handle edittext to text_field
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
libswfdec/Makefile.am | 14 +- libswfdec/swfdec_as_interpret.c | 4 libswfdec/swfdec_color_as.c | 4 libswfdec/swfdec_graphic_movie.c | 16 ++ libswfdec/swfdec_image_decoder.c | 8 + libswfdec/swfdec_morph_movie.c | 14 ++ libswfdec/swfdec_movie.c
2007 Sep 03
0
4 commits - libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_boolean.c | 49 ++++++++--------------- libswfdec/swfdec_as_boolean.h | 3 - libswfdec/swfdec_as_context.c | 2 libswfdec/swfdec_as_initialize.as | 4 + libswfdec/swfdec_as_initialize.h | 58 +++++++++++++++------------- libswfdec/swfdec_as_interpret.c | 44 +++++++++++++++++----
2007 Sep 13
5
cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_strings.c | 17 + libswfdec/swfdec_as_types.c | 16 + libswfdec/swfdec_as_types.h | 2 libswfdec/swfdec_gradient_pattern.c | 129 +++++++++++++++ libswfdec/swfdec_gradient_pattern.h | 67 +++++++
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
libswfdec/Makefile.am | 2 libswfdec/swfdec.h | 1 libswfdec/swfdec_character.c | 1 libswfdec/swfdec_external_interface.c | 94 + libswfdec/swfdec_movie_as_drawing.c | 12 libswfdec/swfdec_player.c | 53 libswfdec/swfdec_player.h | 7
2007 Aug 24
0
7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_string.c test/trace
libswfdec/swfdec_as_context.c | 7 + libswfdec/swfdec_as_interpret.c | 9 +- libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_as_string.c | 128 ++++++++++++++++++++++-------------- test/trace/Makefile.am | 14 +++ test/trace/string-fake-5.swf |binary test/trace/string-fake-5.swf.trace | 12 +++ test/trace/string-fake-6.swf
2007 Aug 17
0
2 commits - libswfdec/swfdec_as_array.c test/trace
libswfdec/swfdec_as_array.c | 407 +++++++++++++++++++++++++----------------- test/trace/array2-5.swf |binary test/trace/array2-5.swf.trace | 38 +++ test/trace/array2-6.swf |binary test/trace/array2-6.swf.trace | 38 +++ test/trace/array2-7.swf |binary test/trace/array2-7.swf.trace | 38 +++ test/trace/array2.as | 77 +++++++ 8 files changed, 437
2007 Aug 17
0
Branch 'vivi' - 9 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c
libswfdec/swfdec_as_array.c | 407 ++++++++++++++++++++-------------- libswfdec/swfdec_as_function.c | 37 +-- libswfdec/swfdec_as_function.h | 4 libswfdec/swfdec_as_internal.h | 4 libswfdec/swfdec_as_interpret.c | 25 +- libswfdec/swfdec_as_native_function.c | 20 - libswfdec/swfdec_as_script_function.c | 23 +
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
configure.ac | 2 - doc/Makefile.am | 1 doc/swfdec-sections.txt | 2 + libswfdec/swfdec_buffer.c | 12 +++++++ libswfdec/swfdec_movie_as_drawing.c | 49 ++++++++++++++++++++++++++++---- test/image/Makefile.am | 12 +++++++ test/image/drawing-zorder-5.swf |binary
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
libswfdec-gtk/Makefile.am | 2 libswfdec-gtk/swfdec_gtk_keys.c | 67 +++++++++++++++++ libswfdec-gtk/swfdec_gtk_keys.h | 10 +- libswfdec-gtk/swfdec_gtk_widget.c | 73 ++++++++++++++++++ libswfdec/Makefile.am | 3 libswfdec/swfdec.h | 2 libswfdec/swfdec_as_types.c | 68 ++++++++--------- libswfdec/swfdec_initialize.as |
2007 Sep 02
0
3 commits - libswfdec/swfdec_as_number.c libswfdec/swfdec_internal.h libswfdec/swfdec_player_as.c libswfdec/swfdec_player.c test/trace
libswfdec/swfdec_as_number.c | 2 +- libswfdec/swfdec_internal.h | 2 ++ libswfdec/swfdec_player.c | 2 ++ libswfdec/swfdec_player_as.c | 43 ++++++++++++++----------------------------- test/trace/Makefile.am | 8 ++++++++ 5 files changed, 27 insertions(+), 30 deletions(-) New commits: diff-tree aa5947ee972f285b59556ab8888081addd458bfe (from
2007 Aug 13
0
Branch 'vivi' - 2 commits - vivified/core
vivified/core/.gitignore | 2 + vivified/core/Makefile.am | 17 +++++++++ vivified/core/vivi_application.c | 48 ++++++++++++++++++++++++++ vivified/core/vivi_application.h | 8 ++++ vivified/core/vivi_application_as.c | 66 ++++++++++++++++++++++++++++++++++++ vivified/core/vivi_function.c | 63 ++++++++++++++++++++++++++++++++++
2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
libswfdec/swfdec_initialize.as | 2 libswfdec/swfdec_initialize.h | 83 ++++++++++++++++----------------- libswfdec/swfdec_player.c | 8 +++ libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_stage_as.c | 93 +++++++++++++++++++++++++++++++++++++ test/trace/Makefile.am | 27 ++++++++++ test/trace/scalemode-5.swf |binary