configure.ac | 5 +++++ src/plugin.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 34275329ed70819ec66a9e90d4c36a5f729c1759 Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 19 20:17:27 2007 +0100 Define XP_UNIX and MOZ_X11 instead of including the (internal) mozilla-config.h
src/plugin.c | 2 +- src/swfmoz_dialog.c | 8 ++++---- src/swfmoz_loader.c | 2 ++ src/swfmoz_player.c | 23 ++++++++++++++++++++++- src/swfmoz_player.h | 2 ++ 5 files changed, 31 insertions(+), 6 deletions(-) New commits: commit a8d6d7d6c1b2df8b28e3f82ed0d285da4801bb64 Merge: dd6245d... 3427532... Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 23:47:21 2007 +0100 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla commit dd6245dc112c9e7811c84315a58f6f917695f04e Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 23:46:20 2007 +0100 show downloading progress in media dialog commit 79570bde4fc4727da42e6819009b484a463b5857 Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 23:46:02 2007 +0100 call swfdec_loader_set_size when creating loader commit ce87bef18a51578b3752815f744a36711952ca52 Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 23:26:59 2007 +0100 That column is the name commit 3613ddcc6a7ecdbf39ed6584d365699eb66510bb Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 22:11:39 2007 +0100 add swfmoz_player_remove function This function is supposed to properly clean up after a plugin has closed. Sometimes we need to keep the player instance around longer (for dialogs).
NEWS | 10 ++++++++++ configure.ac | 4 ++-- src/swfmoz_dialog.c | 40 +++++++++++++++++++++++++++++++++------- src/swfmoz_dialog.h | 1 + src/swfmoz_player.c | 1 + 5 files changed, 47 insertions(+), 9 deletions(-) New commits: commit 9bfcc60854860613ba45833ea95ed1750cba47d4 Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 20:29:04 2007 +0100 release 0.4.3 commit c89e22f52552edd00f70bdc5f3a042edb2b3e52d Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 19:52:27 2007 +0100 update NEWS commit ea54d8ddd6b71a0c474f946e23ad4836f8ed8517 Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 19:06:43 2007 +0100 fix a nasty leak Every time the properties dialog was opened, a cyclic reference would make both the dialog and the player never appear. This is fixed now. The properties dialog can still survive the lifetime of the open page.
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 29745854f5c98e001deb86aea7aa840474472558 Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 23:32:17 2007 +0100 back to cvs
configure.ac | 49 ------ src/Makefile.am | 18 -- src/plugin.h | 1 src/swfdec_playback.h | 33 ---- src/swfdec_playback_alsa.c | 355 --------------------------------------------- src/swfdec_playback_none.c | 38 ---- src/swfdec_source.c | 158 -------------------- src/swfdec_source.h | 32 ---- src/swfmoz_dialog.c | 2 src/swfmoz_player.c | 187 ++++++----------------- src/swfmoz_player.h | 15 - 11 files changed, 55 insertions(+), 833 deletions(-) New commits: commit 0c335c3a0d0eb96fc8e4fbd2d470fa5d97d4833e Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 22:07:23 2007 +0200 replace the old code with the new SwfdecGtkPlayer gets rid of loads of duplicated code
NEWS | 9 +++++++++ src/plugin.c | 10 ++++------ src/swfmoz_player.c | 21 +++++++++++++-------- src/swfmoz_player.h | 2 +- 4 files changed, 27 insertions(+), 15 deletions(-) New commits: commit 5df92cfd88f601d88c88ad046c346a9589f91c7a Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:22:54 2007 +0200 update news commit ecbbf96c7e0c6959549003363280d30b79b0153f Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:19:52 2007 +0200 change the way variables are passed to the plugin (Fixes Youtube sometimes not playing) Apparently both FlashVars and URL paramters are honored. Previously Swfdec would prefer FlashVars to parameters. commit 65b0980ce2715b3a6bfe9b4ede65c2b234c813a3 Merge: 541bd30... aee6c7c... Author: Benjamin Otte <otte@gnome.org> Date: Mon Apr 16 10:19:22 2007 +0200 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla commit 541bd30e3ebfe03daabf836f20743b9e0739d8d3 Author: Benjamin Otte <otte@gnome.org> Date: Mon Apr 16 10:17:21 2007 +0200 fix drawing glitches in fullscreen - don't draw anything if are is too big - make the pause icon have a size not bigger than the movie