src/plugin.c | 5 ++--- src/swfmoz_player.c | 41 ++++++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 18 deletions(-) New commits: commit 668da727adcabc3f468bcdd882dd0b0d42d03886 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 19:05:20 2006 +0100 use a plugin name and description that mimics the official flash player These values are used for plugin sniffing by websites commit a46053d98121c96882a2fbec77b6790c3c715242 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 19:02:47 2006 +0100 ensure there's a valid invalid area before starting to invalidate stuff
src/plugin.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 79a998324210b380496eb80ec1bb4844bdcaf646 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 21:03:40 2006 +0100 fix typo in plugin description
src/plugin.c | 6 ++++++ src/plugin.h | 3 +++ src/swfmoz_player.c | 9 +++++++++ 3 files changed, 18 insertions(+) New commits: commit f92886ed4707f7e182f3058139aed1ed68bf03b8 Author: Benjamin Otte <otte@gnome.org> Date: Thu Dec 28 21:55:32 2006 +0100 use new "launch" signal to load links
Makefile.am | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) New commits: commit 9f32c29875d9fd0aef6412beb783a44b33ba81d4 Merge: f411705... f92886e... Author: Benjamin Otte <otte@gnome.org> Date: Fri Dec 29 12:06:23 2006 +0100 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec-mozilla commit f4117052f379df9709133a0a0c0bea6e2088bb56 Author: Benjamin Otte <otte@gnome.org> Date: Fri Dec 29 00:35:39 2006 +0100 make distcheck work
NEWS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+) New commits: commit 377e6c3a91ec5dd5c7dc7863ca85caffcae3e3da Author: Benjamin Otte <otte@gnome.org> Date: Fri Dec 29 15:39:07 2006 +0100 update NEWS
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 76e24a5e9e838aaa51309e68b333cac787405e05 Author: Benjamin Otte <otte@gnome.org> Date: Tue Jan 2 09:21:00 2007 +0100 back to cvs
src/swfdec_playback.c | 88 ++++------------------------ src/swfdec_source.c | 156 +++++++++++++------------------------------------- src/swfdec_source.h | 17 ----- 3 files changed, 54 insertions(+), 207 deletions(-) New commits: commit 5be44aec96d48da34e5197b63eec5db0f7b3cd8e Author: Benjamin Otte <otte@gnome.org> Date: Mon Jan 8 15:04:16 2007 +0100 update to original (changed iteration semantics)
src/swfdec_source.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 2c9a7186ae742d28705628937bc471b19e2988d1 Author: Benjamin Otte <otte@gnome.org> Date: Fri Jan 12 04:30:08 2007 +0100 update (speed was 1/speed)
NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit c1ec59aaf664c44b65970708efb710b653545b03 Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 14 20:56:30 2007 +0100 update for release of 0.4.1 commit 26d5e042e16f6d83808fbda4d235267fa7a683b6 Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 14 20:56:10 2007 +0100 update NEWS for 0.4.1
configure.ac | 45 ++++++++++++++++++++++++++++++++++++--------- src/.gitignore | 1 + src/Makefile.am | 18 ++++++++++++++---- src/swfdec_playback_none.c | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 13 deletions(-) New commits: commit 98a401781f4d197631272a9b1bbc78a2fedd18c1 Author: Benjamin Otte <otte@gnome.org> Date: Fri Feb 2 14:22:02 2007 +0100 print version of expected swfdec when not finding it commit 4a922597185fea12078abff780358528ea1dee1a Author: Benjamin Otte <otte@gnome.org> Date: Fri Feb 2 13:08:27 2007 +0100 rework audio configuration subsystem - make it easier to plug new backends - add a "none" backend when alsa isn't available
configure.ac | 5 + src/Makefile.am | 6 - src/plugin.c | 19 +++- src/swfmoz_dialog.c | 219 ++++++++++++++++++++++++++++++++++++++++++++++++ src/swfmoz_dialog.h | 57 ++++++++++++ src/swfmoz_loader.c | 4 src/swfmoz_loader.h | 2 src/swfmoz_player.c | 235 +++++++++++++++++++++++++++++++++++++++++++++++++--- src/swfmoz_player.h | 15 +++ 9 files changed, 544 insertions(+), 18 deletions(-) New commits: commit 4271b925a72b077a24e2ba9e78e9d891f9ad69d6 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 00:12:48 2007 +0100 Add an information dialog reachable via right-click menu This dialog shows all the files loaded by the current plugin instance and allows saving them locally. commit ea9282839ec9f46992e2a23aad0ddb0704e350fc Author: Benjamin Otte <otte@gnome.org> Date: Wed Feb 7 16:19:13 2007 +0100 Add a right-click menu - require GTK - allow disabling audio - various fixes to drawing code (redraws didn't happen) commit 9932795380a2b6e0f81cb5f9f1390a58fbfbe7f0 Author: Benjamin Otte <otte@gnome.org> Date: Wed Feb 7 14:27:00 2007 +0100 change mode to stream as file This way the plugin can keep a reference to the cached file and may use it in a "Save file as" dialog
src/swfmoz_dialog.c | 13 +++++++++++-- src/swfmoz_player.c | 19 +++++++++++++++++-- src/swfmoz_player.h | 3 ++- 3 files changed, 30 insertions(+), 5 deletions(-) New commits: commit 16c8d6df45fa69d5d5c4469f84ce99e384bf5b44 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 10:49:59 2007 +0100 Set the window title to the original filename commit b7a2dad8d8f95ac63fc6cd84dd30017bd173e54e Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 10:49:39 2007 +0100 keep the initial loader around so we know where the player comes from Also add swfmoz_player_get_filename() function using this loader to determine the original filename commit a803742bdf085b94d52607d413153b5c11bb65d4 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 10:29:52 2007 +0100 hide dialog on close and destroy it with player
NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit d29d2890ec2a40e9ee0b54009644e5e7abc9b657 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 21:37:41 2007 +0100 back to cvs commit 192630d4b7fc36634c844a19b8bd87f585f558e4 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 21:28:54 2007 +0100 release 0.4.2 commit f43b49396c41b7910dc306c2f85c4ed70e50fea3 Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 8 19:12:32 2007 +0100 update NEWS
src/plugin_x11.c | 24 +++++++++++++++++++++--- src/swfmoz_player.c | 12 ++++++++++++ src/swfmoz_player.h | 4 ++++ 3 files changed, 37 insertions(+), 3 deletions(-) New commits: commit 836dbb6a1498706a349b33e69370f32399267f80 Author: Benjamin Otte <otte@gnome.org> Date: Mon Feb 12 23:43:50 2007 +0100 handle MotionNotify events I completely forgot about this, thanks David for reminding me