Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Peter Hutterer
Hi Daniel, Thanks for the review. I'll reply to a few select pieces, anything skipped is something I'll just fold into the next diff. On Mon, Nov 16, 2015 at 11:21:36AM +, Daniel Stone wrote: > Peter, Stephen, > > On 6 November 2015 at 04:24, Peter Hutterer wrote: > > This is the revamped

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Peter Hutterer
On Mon, Nov 16, 2015 at 12:07:12PM +, Daniel Stone wrote: > Hi Jonas, > > On 16 November 2015 at 11:59, Jonas Ådahl wrote: > > On Mon, Nov 16, 2015 at 11:21:36AM +, Daniel Stone wrote: > >> On 6 November 2015 at 04:24, Peter Hutterer > >> wrote: > >> > +More than one tablet may exis

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Bill Spitzak
On Mon, Nov 16, 2015 at 11:55 AM, Carlos Garnacho wrote: > It's probably worth pointing out that his concerns are moot, there is > no blinking, or rather, has an easy solution in compositors. > > When a tool physically enters in proximity over a surface, the cursor > should be effectively invisib

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Carlos Garnacho
Hey, On Mon, Nov 16, 2015 at 8:04 PM, Daniel Stone wrote: > Bill, > > On Monday, 16 November 2015, Bill Spitzak wrote: >> >> There is a need to distinguish proximity-out from exit events. It is quite >> possible to move the stylus so that the focus enters another client without >> doing a proxim

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Daniel Stone
Bill, On Monday, 16 November 2015, Bill Spitzak wrote: > There is a need to distinguish proximity-out from exit events. It is quite > possible to move the stylus so that the focus enters another client without > doing a proximity-out. Clients are interested in distinguishing these. > This is tr

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Bill Spitzak
There is a need to distinguish proximity-out from exit events. It is quite possible to move the stylus so that the focus enters another client without doing a proximity-out. Clients are interested in distinguishing these. I really feel the best method is to say a "seat" has a keyboard focus and a

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Daniel Stone
Hi, On 16 November 2015 at 13:27, Carlos Garnacho wrote: > On Mon, Nov 16, 2015 at 12:21 PM, Daniel Stone wrote: >> Can we please enforce a strict bracketing of down/up occurring in >> matched pairs inside of proximity_in/out? So, the total event stream >> would be: >> - proximity_in >> -

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Carlos Garnacho
Hey :), On Mon, Nov 16, 2015 at 12:21 PM, Daniel Stone wrote: > Peter, Stephen, > > On 6 November 2015 at 04:24, Peter Hutterer wrote: >> This is the revamped version of the tablet protocol for graphics tablets >> (e.g. Wacom tablets). Too many changes from the last version (a year ago or >> so)

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Daniel Stone
Hi Jonas, On 16 November 2015 at 11:59, Jonas Ådahl wrote: > On Mon, Nov 16, 2015 at 11:21:36AM +, Daniel Stone wrote: >> On 6 November 2015 at 04:24, Peter Hutterer wrote: >> > +More than one tablet may exist, and device-specifics matter. Tablets >> > are >> > +not represented by a

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Jonas Ådahl
On Mon, Nov 16, 2015 at 11:21:36AM +, Daniel Stone wrote: > Peter, Stephen, > > On 6 November 2015 at 04:24, Peter Hutterer wrote: > > This is the revamped version of the tablet protocol for graphics tablets > > (e.g. Wacom tablets). Too many changes from the last version (a year ago or > > s

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-16 Thread Daniel Stone
Peter, Stephen, On 6 November 2015 at 04:24, Peter Hutterer wrote: > This is the revamped version of the tablet protocol for graphics tablets > (e.g. Wacom tablets). Too many changes from the last version (a year ago or > so), so I won't detail them, best to look at it with fresh eyes. Thanks a

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-15 Thread Peter Hutterer
On Sun, Nov 15, 2015 at 11:50:26PM +, Auke Booij wrote: > On 6 November 2015 at 04:24, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > > This is the revamped version of the tablet protocol for graphics tablets > > (e.g. Wacom tablets). Too many changes from the last version

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-15 Thread Auke Booij
On 6 November 2015 at 04:24, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > This is the revamped version of the tablet protocol for graphics tablets > (e.g. Wacom tablets). Too many changes from the last version (a year ago or > so), so I won't detail them, best to look at it with

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-15 Thread Peter Hutterer
On Fri, Nov 13, 2015 at 10:17:15PM +0100, Carlos Garnacho wrote: > Hey, > > On Fri, Nov 6, 2015 at 5:24 AM, Peter Hutterer > wrote: > > Signed-off-by: Peter Hutterer > > --- > > This is the revamped version of the tablet protocol for graphics tablets > > (e.g. Wacom tablets). Too many changes f

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-13 Thread Carlos Garnacho
Hey, On Fri, Nov 6, 2015 at 5:24 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > This is the revamped version of the tablet protocol for graphics tablets > (e.g. Wacom tablets). Too many changes from the last version (a year ago or > so), so I won't detail them, best to look at

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-09 Thread Peter Hutterer
On Mon, Nov 09, 2015 at 02:33:39PM -0800, Jason Gerecke wrote: > On Fri, Nov 6, 2015 at 4:11 PM, Bill Spitzak wrote: > > Having read this more carefully, the cursor scheme absolutely will not work. > > > > The main problem is that the client may want to choose a cursor for a tool > > based on the

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-09 Thread Jason Gerecke
On Fri, Nov 6, 2015 at 4:11 PM, Bill Spitzak wrote: > Having read this more carefully, the cursor scheme absolutely will not work. > > The main problem is that the client may want to choose a cursor for a tool > based on the location at which it came into proximity. It cannot set this > cursor unt

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-06 Thread Bill Spitzak
Having read this more carefully, the cursor scheme absolutely will not work. The main problem is that the client may want to choose a cursor for a tool based on the location at which it came into proximity. It cannot set this cursor until after it gets the proximity event. If this desired cursor i

Re: [PATCH wayland-protocols] Add the tablet protocol

2015-11-06 Thread Jason Gerecke
On Thu, Nov 5, 2015 at 8:24 PM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > This is the revamped version of the tablet protocol for graphics tablets > (e.g. Wacom tablets). Too many changes from the last version (a year ago or > so), so I won't detail them, best to look at it wi

[PATCH wayland-protocols] Add the tablet protocol

2015-11-05 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- This is the revamped version of the tablet protocol for graphics tablets (e.g. Wacom tablets). Too many changes from the last version (a year ago or so), so I won't detail them, best to look at it with fresh eyes. Makefile.am| 1 +