Re: Possible bug with input handling

2011-12-09 Thread Christopher Michael
On 12/08/11 18:01, Tiago Vignatti wrote: On 12/08/2011 09:34 PM, Christopher Michael wrote: On 12/08/11 10:14, Tiago Vignatti wrote: Hi, sorry for late reply. On 11/29/2011 08:30 PM, Christopher Michael wrote: I found an issue while working on some local code, that may be a bug in the input

Re: [PATCH] shell: fix set_transient

2011-12-09 Thread Pekka Paalanen
> On Thu, 8 Dec 2011 13:05:42 -0500 > Kristian Høgsberg wrote: > > > On Thu, Dec 8, 2011 at 10:08 AM, Pekka Paalanen > > wrote: > > > On Thu, 08 Dec 2011 17:04:47 +0200 > > > Tiago Vignatti wrote: > ... > > >> but I thought you'd implement the explicit cast scheme.. meh. > > > > > > Sorry, not

[PATCH v3] activate toplevel fullscreen and menu surfaces

2011-12-09 Thread juan . j . zhao
From: Juan Zhao Activate the toplevel, fullscrren and menu surfaces during mapping, so that the launched applications can get the keyboard focus without clicking on that window. --- compositor/shell.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/compositor/shell.

Re: [RFC] idle animation interface and implementation

2011-12-09 Thread Pekka Paalanen
On Thu, 8 Dec 2011 14:42:32 +0200 Pekka Paalanen wrote: > Hi, > > here is the patch set that integrates wscreensaver into the demo > compositor: > - interface implementation and surface type handling: screensaver > surface only mapped during idle or lock screen > - automatic launch and kill >

[PATCH v2] activate toplevel fullscreen and menu surfaces

2011-12-09 Thread juan . j . zhao
From: Juan Zhao Activate the toplevel, fullscrren and menu surfaces during mapping, so that the launched applications can get the keyboard focus without clicking on that window. --- compositor/shell.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/compositor/shell.

[PATCH] activate toplevel fullscreen and menu surfaces

2011-12-09 Thread juan . j . zhao
From: Juan Zhao Activate the toplevel, fullscrren and menu surfaces during mapping, so that the launched applications can get the keyboard focus without clicking on that window. --- compositor/shell.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/compositor/shell.