src/plugin.c | 15 +++++++++++++--
src/swfmoz_player.c | 15 ++++++++++++++-
src/swfmoz_player.h | 3 +++
3 files changed, 30 insertions(+), 3 deletions(-)
New commits:
commit cb81679b7533d944dbb098f70da0a92ec4372749
Author: Benjamin Otte <otte@gnome.org>
Date: Sat Feb 17 13:35:52 2007 +0100
implement FlashVars
src/plugin.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 441deb5463668a5899e810e4c278a40c99299530
Author: Benjamin Otte <otte@gnome.org>
Date: Sat Feb 17 15:55:51 2007 +0100
various fixes for stability's sake
src/plugin.c | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit 2f86fea5146df68c01faa99f1989f229494dc737
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Mar 15 19:52:17 2007 +0100
small fixes
- implement variables parsing from the URL
- error out correctly
src/swfmoz_dialog.c | 33 ++++++++++++++++++++++++++++---
src/swfmoz_loader.c | 25 +++++++++++++++++++++++
src/swfmoz_loader.h | 2 +
src/swfmoz_player.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++------
src/swfmoz_player.h | 3 ++
5 files changed, 109 insertions(+), 9 deletions(-)
New commits:
commit e3585c4bbc6a5e61225bb26950d573947f2251ed
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Mar 16 16:49:26 2007 +0100
add descriptions for xml and text
commit 0cfff5b587a520d05aaebd3c3d6d489ed701099e
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Mar 16 16:40:01 2007 +0100
use the new SwfdecLoader API to query better information to display on the
media info page.
src/plugin.c | 16 ++-
src/plugin_x11.c | 211 ++++++++++++++++------------------------------------
src/plugin_x11.h | 3
src/swfmoz_player.c | 68 +++++++++-------
src/swfmoz_player.h | 14 +--
5 files changed, 125 insertions(+), 187 deletions(-)
New commits:
commit 3969c1021c6a0683746f8bf952c68fbc7b29387a
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Apr 2 17:28:43 2007 +0200
rework the plugin's X interaction.
Previously we kept our own X connection in did everything with raw X calls.
Now we use Gdk completely and create our own Gdk window. Only events are
still filtered by a GdkFilterFunc straight from X.
src/plugin.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 027f3444de1ceb88f6efd396c5d5e9a88ddeb624
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Apr 2 17:37:34 2007 +0200
Set the background color on the right player
src/.gitignore | 1
src/plugin_x11.c | 3 +-
src/swfmoz_player.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++----
3 files changed, 63 insertions(+), 6 deletions(-)
New commits:
commit aee6c7c4c0a3fe82da5745bdeeae22e6a3e3a2d8
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Apr 4 09:02:04 2007 +0200
manage the cursor and react to it changing
commit 5f60bc62b3a23a43396e1cef05ac4a992e8d973b
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Apr 4 09:01:27 2007 +0200
allocate the bg color before setting it
commit 179d35de61e15c1725d2d4f956a7ba665997ea5a
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Apr 4 09:01:12 2007 +0200
really track mouse motion events
commit 252c65bfa4e85a7b7217167ef1488990c2a591a7
Author: Benjamin Otte <otte@gnome.org>
Date: Tue Apr 3 14:53:44 2007 +0200
there's not swfdec_playback.c anymore