Benjamin Otte
2007-Dec-17 18:46 UTC
[Swfdec] 2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS
NEWS | 14 ++++++++++++++ doc/Makefile.am | 3 +++ doc/swfdec-sections.txt | 7 ++++++- 3 files changed, 23 insertions(+), 1 deletion(-) New commits: commit f21799000d944ac45f9286ff17116a8ebeb6241c Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 19:38:43 2007 +0100 update NEWS file diff --git a/NEWS b/NEWS index 32d7920..30f8e05 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ + 0.5.5 ("cps") + +In time for Gnome's 2.21.4 release, here's a new Swfdec release. Features: +- rework the input handling subsystem. All objects (including sliders) can now + receive mouse events. +- stub all script functions and properties from Flash 8 +- implement loading cross-domain policy files +- implement MovieClip.beginGradientFill (Yes, that function is big enough for + its own entry) +- various fixes to clipping +- Swfdec should compile and work fine on ARM architectures now +- lots of bug fixes and small features additions +- support reading text files in various formats + 0.5.4 ("2 advanced") Features left and right make this release. Unfortunately a lot of reorganization commit 9129926e5ab57d2750a740dfbc0c6b1b2770d564 Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 17 19:02:43 2007 +0100 fix up doc build diff --git a/doc/Makefile.am b/doc/Makefile.am index d697817..d7e384b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,9 +92,11 @@ IGNORE_HFILES= \ swfdec_flv_decoder.h \ swfdec_flash_security.h \ swfdec_font.h \ + swfdec_gradient_pattern.h \ swfdec_graphic.h \ swfdec_graphic_movie.h \ swfdec_image.h \ + swfdec_image_decoder.h \ swfdec_internal.h \ swfdec_interval.h \ swfdec_js.h \ @@ -112,6 +114,7 @@ IGNORE_HFILES= \ swfdec_path.h \ swfdec_pattern.h \ swfdec_player_internal.h \ + swfdec_policy_loader.h \ swfdec_rect.h \ swfdec_resource.h \ swfdec_resource_request.h \ diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 4a5e12a..09d067e 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -92,7 +92,9 @@ swfdec_player_get_alignment swfdec_player_set_alignment swfdec_player_render swfdec_player_advance -swfdec_player_handle_mouse +swfdec_player_mouse_move +swfdec_player_mouse_press +swfdec_player_mouse_release swfdec_player_key_press swfdec_player_key_release swfdec_player_render_audio @@ -100,6 +102,7 @@ swfdec_player_get_audio swfdec_player_get_maximum_runtime swfdec_player_set_maximum_runtime <SUBSECTION Standard> +SwfdecPlayerPrivate SwfdecPlayerClass SWFDEC_PLAYER SWFDEC_IS_PLAYER @@ -284,6 +287,7 @@ SWFDEC_AS_VALUE_SET_OBJECT swfdec_as_value_to_primitive swfdec_as_value_to_debug swfdec_as_double_to_string +swfdec_as_integer_to_string swfdec_as_str_concat <SUBSECTION Standard> SWFDEC_IS_AS_VALUE @@ -344,6 +348,7 @@ swfdec_as_object_set_variable_and_flags swfdec_as_object_add_variable swfdec_as_object_set_variable_flags swfdec_as_object_unset_variable_flags +swfdec_as_object_has_variable swfdec_as_object_delete_variable swfdec_as_object_delete_all_variables SwfdecAsVariableForeach
Reasonably Related Threads
- 10 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_loader.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie_clip_loader.c libswfdec/swfdec_movie.h
- 59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
- Swfdec 0.5.5 is out
- [ANNOUNCE] xf86-video-intel 2.21.5
- 9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace