Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-10-14 Thread Bryce Harrington
Peter sounds like this patch is close to being ready to land. Mind doing a reroll of the two patches (or squash them as Jonas suggests)? Bryce On Mon, Jul 13, 2015 at 03:21:21PM +0800, Jonas Ådahl wrote: > On Mon, Jul 13, 2015 at 04:01:20PM +1000, Peter Hutterer wrote: > > On Sun, Jul 12, 2015 a

Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-07-13 Thread Jonas Ådahl
On Mon, Jul 13, 2015 at 04:01:20PM +1000, Peter Hutterer wrote: > On Sun, Jul 12, 2015 at 03:58:47PM +0800, Jonas Ådahl wrote: > > On Thu, Jun 25, 2015 at 04:01:48PM +1000, Peter Hutterer wrote: > > > To group separate vertical/horizontal scroll events together. Likewise it > > > enables axis_stop

Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-07-12 Thread Peter Hutterer
On Sun, Jul 12, 2015 at 03:58:47PM +0800, Jonas Ådahl wrote: > On Thu, Jun 25, 2015 at 04:01:48PM +1000, Peter Hutterer wrote: > > To group separate vertical/horizontal scroll events together. Likewise it > > enables axis_stop events to be grouped so that the final vector for kinetic > > scrolling

Re: [PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-07-12 Thread Jonas Ådahl
On Thu, Jun 25, 2015 at 04:01:48PM +1000, Peter Hutterer wrote: > To group separate vertical/horizontal scroll events together. Likewise it > enables axis_stop events to be grouped so that the final vector for kinetic > scrolling may be calculated correctly. > > Signed-off-by: Peter Hutterer > --

[PATCH v2 wayland] protocol: add wl_pointer.axis_frame events

2015-06-24 Thread Peter Hutterer
To group separate vertical/horizontal scroll events together. Likewise it enables axis_stop events to be grouped so that the final vector for kinetic scrolling may be calculated correctly. Signed-off-by: Peter Hutterer --- Changes to v1: - drop the option of having multiple axis sources within th