Re: [RFC DRAFT] graphics tablet protocol extension

2013-10-04 Thread Peter Hutterer
On Thu, Oct 03, 2013 at 03:44:51PM +0200, David Herrmann wrote: [...] > >> > > >> > @@ -1306,6 +1307,19 @@ > >> > > >> > > >> > > >> > + > >> > + > >> > + > >> > +The ID provided will be initialized to the wl_tablet_manager > >> > +interface for thi

Re: [RFC DRAFT] graphics tablet protocol extension

2013-10-03 Thread David Herrmann
Hi Peter On Wed, Oct 2, 2013 at 11:13 PM, Peter Hutterer wrote: > On Wed, Oct 02, 2013 at 05:44:29PM +0200, David Herrmann wrote: >> Hi Peter >> >> On Fri, Sep 20, 2013 at 12:35 PM, Peter Hutterer >> > diff --git a/protocol/wayland.xml b/protocol/wayland.xml >> > index aeb0412..8d10746 100644 >>

Re: [RFC DRAFT] graphics tablet protocol extension

2013-10-02 Thread Peter Hutterer
On Wed, Oct 02, 2013 at 05:44:29PM +0200, David Herrmann wrote: > Hi Peter > > On Fri, Sep 20, 2013 at 12:35 PM, Peter Hutterer > wrote: > > I've been working on a protocol extension to support graphics tablets such > > as the Wacom set of tablets, and I'm now at the stage where I'd like a few >

Re: [RFC DRAFT] graphics tablet protocol extension

2013-10-02 Thread David Herrmann
Hi Peter On Fri, Sep 20, 2013 at 12:35 PM, Peter Hutterer wrote: > I've been working on a protocol extension to support graphics tablets such > as the Wacom set of tablets, and I'm now at the stage where I'd like a few > comments. I was hoping that I'd get a full implementation before XDC but > u

Re: [RFC DRAFT] graphics tablet protocol extension

2013-09-24 Thread Peter Hutterer
On Tue, Sep 24, 2013 at 12:41:50PM -0700, Bill Spitzak wrote: > > > Peter Hutterer wrote: > >Thanks for testing this. I'm currently tempted to have the pad buttons > >(that's the terminology we use in the xorg wacom driver, so let's use it > >here too) should have a separate focus, and a separate

Re: [RFC DRAFT] graphics tablet protocol extension

2013-09-24 Thread Bill Spitzak
Peter Hutterer wrote: Thanks for testing this. I'm currently tempted to have the pad buttons (that's the terminology we use in the xorg wacom driver, so let's use it here too) should have a separate focus, and a separate event. so the interface expands to: wl_tablet::proximity in ::pr

Re: [RFC DRAFT] graphics tablet protocol extension

2013-09-24 Thread Peter Hutterer
On Sat, Sep 21, 2013 at 10:09:25AM -0700, Bill Spitzak wrote: > On 09/20/2013 03:35 AM, Peter Hutterer wrote: > > >* focus handling for the stylus is easy. focus handling for the buttons on > > the pad isn't. they could technically be focused elsewhere, like a > > keyboard focus. some buttons

Re: [RFC DRAFT] graphics tablet protocol extension

2013-09-21 Thread Bill Spitzak
On 09/20/2013 03:35 AM, Peter Hutterer wrote: * focus handling for the stylus is easy. focus handling for the buttons on the pad isn't. they could technically be focused elsewhere, like a keyboard focus. some buttons are definitely stylus based (BTN_STYLUS, BTN_STYLUS2, etc.) so should

[RFC DRAFT] graphics tablet protocol extension

2013-09-20 Thread Peter Hutterer
I've been working on a protocol extension to support graphics tablets such as the Wacom set of tablets, and I'm now at the stage where I'd like a few comments. I was hoping that I'd get a full implementation before XDC but unfortunately that didn't happen, so for now I'll just show the protocol. I'