Tag '0.4.4' created by Benjamin Otte <otte@gnome.org> at 2007-04-27 10:33 -0700 release 0.4.4 ("The death camp of tolerance") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGMcNevMv5VCdLq8QRAo4xAKCzjgjZ+RKacQC6Ch+iLSAmnYqrxACgjC/K lyDK1rIaijmVJhpPRElNGeY=s+c1 -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: rework audio configuration subsystem print version of expected swfdec when not finding it change mode to stream as file Add a right-click menu Add an information dialog reachable via right-click menu hide dialog on close and destroy it with player keep the initial loader around so we know where the player comes from Set the window title to the original filename update NEWS release 0.4.2 back to cvs handle MotionNotify events implement FlashVars various fixes for stability's sake small fixes use the new SwfdecLoader API to query better information to display on the media info page. add descriptions for xml and text Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h add swfmoz_player_remove function That column is the name call swfdec_loader_set_size when creating loader show downloading progress in media dialog Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla fix a nasty leak update NEWS release 0.4.3 back to cvs replace the old code with the new SwfdecGtkPlayer rework the plugin's X interaction. Set the background color on the right player there's not swfdec_playback.c anymore really track mouse motion events allocate the bg color before setting it manage the cursor and react to it changing fix drawing glitches in fullscreen Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla change the way variables are passed to the plugin (Fixes Youtube sometimes not playing) update news Set default response to "OK" Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla update readme to mention libswfdec-gtk add release name release 0.4.4 --- NEWS | 28 +++ README | 10 - configure.ac | 28 --- src/Makefile.am | 12 - src/plugin.c | 74 ++++++-- src/plugin.h | 1 src/plugin_x11.c | 204 +++++++--------------- src/plugin_x11.h | 3 src/swfdec_playback.c | 355 -------------------------------------- src/swfdec_playback.h | 33 --- src/swfdec_source.c | 158 ----------------- src/swfdec_source.h | 32 --- src/swfmoz_dialog.c | 280 ++++++++++++++++++++++++++++++ src/swfmoz_dialog.h | 58 ++++++ src/swfmoz_loader.c | 31 +++ src/swfmoz_loader.h | 4 src/swfmoz_player.c | 461 +++++++++++++++++++++++++++++++++++++++++--------- src/swfmoz_player.h | 47 +++-- 18 files changed, 966 insertions(+), 853 deletions(-) ---