Re: Input transformations: Compiz

2009-01-21 Thread Joel Bosveld
On Thu, Jan 22, 2009 at 3:58 AM, Bipin George Mathew wrote: > Thanks Joel. This mostly clear things. btw, where did is this comment > found? I grep'ed through the compiz 0.7.8 code ( > http://packages.ubuntu.com/source/intrepid/compiz) and could not find such > a comment. Beryl's code perhaps? h

Re: Input transformations: Compiz

2009-01-21 Thread Sam Spilsbury
CC'd the list On Thu, Jan 22, 2009 at 9:23 AM, Sam Spilsbury wrote: > On Thu, Jan 22, 2009 at 3:58 AM, Bipin George Mathew > wrote: >> Thanks Joel. This mostly clear things. btw, where did is this comment found? >> I grep'ed through the compiz 0.7.8 code >> (http://packages.ubuntu.com/source/in

Re: Input transformations: Compiz

2009-01-21 Thread Bipin George Mathew
Thanks Joel. This mostly clear things. btw, where did is this comment found? I grep'ed through the compiz 0.7.8 code ( http://packages.ubuntu.com/source/intrepid/compiz) and could not find such a comment. Beryl's code perhaps? Chris, You mentioned that the XServer needs rework - do you know what

Re: Input transformations: Compiz

2009-01-21 Thread Dan Nicholson
On Wed, Jan 21, 2009 at 6:35 AM, Sam Spilsbury wrote: > On Wed, Jan 21, 2009 at 9:29 PM, Marius Gedminas wrote: >> On Wed, Jan 21, 2009 at 10:46:46AM +0100, Xavier Bestel wrote: >>> Hi, >>> >>> On Wed, 2009-01-21 at 13:01 +0900, Joel Bosveld wrote: >>> > After hiding the cursor once with XFixes,

Re: Input transformations: Compiz

2009-01-21 Thread Sam Spilsbury
On Wed, Jan 21, 2009 at 9:29 PM, Marius Gedminas wrote: > On Wed, Jan 21, 2009 at 10:46:46AM +0100, Xavier Bestel wrote: >> Hi, >> >> On Wed, 2009-01-21 at 13:01 +0900, Joel Bosveld wrote: >> > After hiding the cursor once with XFixes, some mouse cursors will >> > simply be invisible. The Firefox

Re: Input transformations: Compiz

2009-01-21 Thread Marius Gedminas
On Wed, Jan 21, 2009 at 10:46:46AM +0100, Xavier Bestel wrote: > Hi, > > On Wed, 2009-01-21 at 13:01 +0900, Joel Bosveld wrote: > > After hiding the cursor once with XFixes, some mouse cursors will > > simply be invisible. The Firefox loading cursor being one of them. > > Woah, this thing has bee

Re: Input transformations: Compiz

2009-01-21 Thread Xavier Bestel
Hi, On Wed, 2009-01-21 at 13:01 +0900, Joel Bosveld wrote: > After hiding the cursor once with XFixes, some mouse cursors will > simply be invisible. The Firefox loading cursor being one of them. Woah, this thing has been driving me mad for a long time, and I couldn't find an explanation. Thanks

Re: Input transformations: Compiz

2009-01-20 Thread Joel Bosveld
On Wed, Jan 21, 2009 at 11:57 AM, Bipin George Mathew wrote: > Given that the upstream compiz does not use David's APIs, how is the > zoom plugin able to translate the co-ordinates for ButtonPress? > > While looking at the compiz code, I did find XGrabButton was called on > each window created to

Re: Input transformations: Compiz

2009-01-20 Thread Bipin George Mathew
Given that the upstream compiz does not use David's APIs, how is the zoom plugin able to translate the co-ordinates for ButtonPress? While looking at the compiz code, I did find XGrabButton was called on each window created to intercept the events; but I was expecting an XSendEvent with the

Re: Input transformations: Compiz

2009-01-20 Thread Chris Ball
Hi Bipin, > A follow-up question - I was looking at the zoom plug-in/plug-in > core in compiz 0.7.8 code > (http://packages.ubuntu.com/source/intrepid/compiz) and expected to > find calls to the Triangle Mesh, RedirectCoordinate APIs introduced > by David; but did not find any. I d

Re: Input transformations: Compiz

2009-01-20 Thread Bipin George Mathew
Thanks Chris. The links give a good idea about the work going on in this area. A follow-up question - I was looking at the zoom plug-in/plug-in core in compiz 0.7.8 code (http://packages.ubuntu.com/source/intrepid/compiz) and expected to find calls to the Triangle Mesh, RedirectCoordinate APIs int

Re: Input transformations: Compiz

2009-01-16 Thread Chris Ball
Hi, > I was looking at a way to do input transformation at the window > manager level and I came across this thread - > http://lists.freedesktop.org/archives/compiz/2007-February/001351.html > Have there been any modifications to David's approach/XServer > patch? I think the server

Input transformations: Compiz

2009-01-16 Thread Bipin George Mathew
I was looking at a way to do input transformation at the window manager level and I came across this thread - http://lists.freedesktop.org/archives/compiz/2007-February/001351.html Have there been any modifications to David's approach/XServer patch? I was actually looking into an approach suggested