Re: [PATCH weston v3 3/3] Introduce wl_relative_pointer interface

2015-10-28 Thread Jonas Ådahl
On Thu, Oct 29, 2015 at 02:58:33PM +1000, Peter Hutterer wrote: > On Thu, Oct 15, 2015 at 09:45:56AM +0100, Daniel Stone wrote: > > Hi, > > > > On 15 October 2015 at 09:32, Jonas Ådahl wrote: > > > On Thu, Oct 15, 2015 at 09:16:14AM +0100, Daniel Stone wrote: > > >> On 15 October 2015 at 04:56, J

Re: [PATCH weston v3 3/3] Introduce wl_relative_pointer interface

2015-10-28 Thread Peter Hutterer
Sorry, long delay, but at least fresh eyes :) On Wed, Jul 29, 2015 at 02:39:11PM +0800, Jonas Ådahl wrote: > A wl_relative_pointer object is an extension to the wl_pointer interface > only used for emitting relative pointer events. It will only emit events > when the parent pointer has focus. > >

Re: [PATCH weston v3 3/3] Introduce wl_relative_pointer interface

2015-10-28 Thread Peter Hutterer
On Thu, Oct 15, 2015 at 09:45:56AM +0100, Daniel Stone wrote: > Hi, > > On 15 October 2015 at 09:32, Jonas Ådahl wrote: > > On Thu, Oct 15, 2015 at 09:16:14AM +0100, Daniel Stone wrote: > >> On 15 October 2015 at 04:56, Jonas Ådahl wrote: > >> > On Thu, Oct 08, 2015 at 12:15:10PM -0500, Derek Fo

[RFC wayland] doc: generate doxygen html output from the scanner

2015-10-28 Thread Peter Hutterer
This switches the scanner to generate doxygen-compatible tags for the generated protocol headers, and hooks up the doxygen build to generate server and client-side API documentation. For the wayland protocol, this generates a mainpage with the copyright information, all interfaces are separated by

Re: [PATCH v5 wayland] protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discrete

2015-10-28 Thread Peter Hutterer
On Wed, Oct 28, 2015 at 09:36:02AM -0700, Bill Spitzak wrote: > On Tue, Oct 27, 2015 at 10:34 PM, Peter Hutterer > wrote: > > > The frame event groups separate pointer events together. The primary > > use-case > > for this at the moment is diagonal scrolling - a vertical/horizontal scroll > > eve

Re: [PATCH v5 wayland] protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discrete

2015-10-28 Thread Bill Spitzak
On Tue, Oct 27, 2015 at 10:34 PM, Peter Hutterer wrote: > The frame event groups separate pointer events together. The primary > use-case > for this at the moment is diagonal scrolling - a vertical/horizontal scroll > event can be grouped together to calculate the correct motion vector. > Frame e

Re: [PATCH weston v2 02/21] input: Make pointer grab motion callbacks take an event struct

2015-10-28 Thread Jonas Ådahl
On Tue, Oct 27, 2015 at 05:40:33PM +, Daniel Stone wrote: > Hi Jonas, > > On 13 May 2015 at 11:26, Jonas Ådahl wrote: > > @@ -3182,18 +3182,20 @@ popup_grab_focus(struct weston_pointer_grab *grab) > > > > static void > > popup_grab_motion(struct weston_pointer_grab *grab, uint32_t time, > >