Re: [PATCH weston 00/13] Add tablet support

2016-02-02 Thread Peter Hutterer
On Fri, Nov 06, 2015 at 03:13:46PM -0800, Jason Gerecke wrote: > On Thu, Nov 5, 2015 at 8:31 PM, Peter Hutterer > wrote: > > > > This set adds support for graphics tablets to weston. It's not fully > > complete, there are a couple of fixmes in it but the patchset is getting a > > bit unwieldly. A

Re: [PATCH weston 00/13] Add tablet support

2015-11-06 Thread Peter Hutterer
On 7/11/2015 09:13 , Jason Gerecke wrote: On Thu, Nov 5, 2015 at 8:31 PM, Peter Hutterer wrote: This set adds support for graphics tablets to weston. It's not fully complete, there are a couple of fixmes in it but the patchset is getting a bit unwieldly. And there are some discussions on how t

Re: [PATCH weston 00/13] Add tablet support

2015-11-06 Thread Bill Spitzak
On Thu, Nov 5, 2015 at 8:31 PM, Peter Hutterer wrote: > > The tablet has a separate cursor. That's a conscious decision since the > focus handling on tablets closer to an absolute touch screen than a mouse, > but unlike touch you usually want a cursor shape to indicate the precise > position. >

Re: [PATCH weston 00/13] Add tablet support

2015-11-06 Thread Jason Gerecke
On Thu, Nov 5, 2015 at 8:31 PM, Peter Hutterer wrote: > > This set adds support for graphics tablets to weston. It's not fully > complete, there are a couple of fixmes in it but the patchset is getting a > bit unwieldly. And there are some discussions on how to do things anyway. > > Note: This nee

[PATCH weston 00/13] Add tablet support

2015-11-05 Thread Peter Hutterer
This set adds support for graphics tablets to weston. It's not fully complete, there are a couple of fixmes in it but the patchset is getting a bit unwieldly. And there are some discussions on how to do things anyway. Note: This needs the tablet-support branch from libinput to work. And it is on