search for: kittencannon

Displaying 6 results from an estimated 6 matches for "kittencannon".

2007 Aug 24
0
2 commits - NEWS
...9233f32b62d20a717bfefbaf1 (from 728258ea82c104389bddb4730402eeac931e3a14) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 13:55:41 2007 +0200 update NEWS for 0.5.2 diff --git a/NEWS b/NEWS index 9cbfaa2..2098bf8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ + 0.5.2 ("Kittencannon") + +- add initial support for Keyboard events. This makes quite some games work. +- add NetStream.close() functionality. This makes Youtube fullscreen work. +- export more API for debugging, like SwfdecScript and SwfdecAsDebugger. +- add new Vivified internal debugger that makes use of those....
2007 Aug 24
0
NEWS
...3feb3dd3fd3a5fe8b723b4a2a0ad6a (from 2dc1160c08292f51e8d5d9b1fd671ade6632b822) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 14:03:55 2007 +0200 add intro to NEWS diff --git a/NEWS b/NEWS index 2098bf8..4df5e27 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ 0.5.2 ("Kittencannon") +This release saw a lot of internal cleanups and only little new features. But +even that made a lot of files work and work better. Here's some detail: - add initial support for Keyboard events. This makes quite some games work. - add NetStream.close() functionality. This makes Youtu...
2007 Aug 24
0
Swfdec 0.5.2 released
Hi, On request of the Ubuntu Gutsy development team [1], here's 0.5.2. swfdec-0.5.2 "Kittencannon" http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.2.tar.gz MD5: 94ed0b8a03b98b92bcbb0dad5b19c5e2 swfdec-mozilla-0.5.2 "Something you can do with your finger" http://swfdec.freedesktop.org/download/swfdec-mozilla/0.5/swfdec-mozilla-0.5.2.tar.gz MD5: 1fbe275167286f38e047a3...
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...obust, easier to read and have less broken + corner cases. And Swfdec supports VP6 alpha video now. +- lots of old Flash files that use Flash 4-style paths to lookup values should + work correctly now. +- a huge list of bugfixes and little features, see the git log for details. + 0.5.2 ("Kittencannon") This release saw a lot of internal cleanups and only little new features. But
2007 Aug 22
0
8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie_as.c vivified/core
...nsertions(+), 113 deletions(-) New commits: diff-tree 10d4cc43986ce88bb43cb7bf96712846c962ed86 (from d752275f3f23d91ea0e3e7aa03fadce6ae8bef34) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 22 21:14:55 2007 +0200 make swfdec_movie_mouse_in() check children This makes kittencannon work diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index eb1e2e5..ca76cc5 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -480,11 +480,22 @@ gboolean swfdec_movie_mouse_in (SwfdecMovie *movie, double x, double y) { SwfdecMovieClass *klass; + GList *...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
Tag '0.5.2' created by Benjamin Otte <otte at gnome.org> at 2007-08-24 15:21 -0700 release 0.5.2 ("Kittencannon") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGzultvMv5VCdLq8QRAsqIAKDYUX7j/7aM2qQ2gVShM9ZMhZK97gCeIjpS PV9YNkhgIdoiDL79Bnrcv2U= =G7Cq -----END PGP SIGNATURE----- Changes since 0.5.1: Benjamin Otte: add initial support for tracking key presses and releases...