[Spice-space-devel] [PATCH] vdagent: add win7 support to service for launching agent

2009-12-23 Thread agilboa
From: Arnon Gilboa --- common/vdlog.cpp|3 +- vdagent/vdagent.rc |8 +- vdservice/vdservice.cpp | 150 ++- vdservice/vdservice.rc |8 +- 4 files changed, 132 insertions(+), 37 deletions(-) diff --git a/common/vdlog.cpp b/com

[Spice-space-devel] [PATCH] vdagent: add win7 support to service for launching agent

2009-12-23 Thread agilboa
From: Arnon Gilboa --- common/vdlog.cpp|3 +- vdagent/vdagent.rc |8 +- vdservice/vdservice.cpp | 150 ++- vdservice/vdservice.rc |8 +- 4 files changed, 132 insertions(+), 37 deletions(-) diff --git a/common/vdlog.cpp b/com

[Spice-space-devel] [PATCH] spice: PKG_CHECK_MODULES: CEGUI 0.6.1 instead of 0.6.2

2009-12-30 Thread agilboa
From: Arnon Gilboa --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index abba331..a61e0ea 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_SUBST(LOG4CPP_CFLAGS) AC_SUBST(LOG4CPP_LIBS) SPICE_REQUIRES+=" lo

[Spice-space-devel] [PATCH] spice: position mouse in primary monitor center after full screen toggle

2009-12-30 Thread agilboa
From: Arnon Gilboa -move _focused & _pointer_in_window from RedWindow to RedWindow_p's -move shadow focus & cursor handling to sync() -add reset_cursor_pos() to Platform -Monitor set_mode()/restore() use virtual do_set_mode()/do_restore() --- client/monitor.cpp| 11 ++ client/m

[Spice-space-devel] [PATCH] spice: on_activate_screen generates on_key_down for any modifier pressed

2009-12-30 Thread agilboa
From: Arnon Gilboa -call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc() --- client/application.cpp| 57 ++--- clien

[Spice-space-devel] [PATCH] spice: PKG_CHECK_MODULES: CEGUI version

2009-12-30 Thread agilboa
From: Arnon Gilboa --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index abba331..a61e0ea 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_SUBST(LOG4CPP_CFLAGS) AC_SUBST(LOG4CPP_LIBS) SPICE_REQUIRES+=" lo