Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 03:18 AM, Jonas Ådahl wrote: Touchpad related code has been rewritten and moved to its own file accessed by evdev via the dispatch interface. The various functionality implemented are anti-jitter (don't jumping around), smoother motions, touch detection, pointer acceleration

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 07:39 AM, Jonas Ådahl wrote: On Thu, May 17, 2012 at 4:20 PM, Chase Douglas chase.doug...@canonical.com wrote: On 05/17/2012 03:18 AM, Jonas Ådahl wrote: Touchpad related code has been rewritten and moved to its own file accessed by evdev via the dispatch interface

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 07:53 AM, Daniel Stone wrote: Hi, On 17 May 2012 15:20, Chase Douglas chase.doug...@canonical.com wrote: I know I don't have much (any?) clout in wayland, but I feel strongly enough about moving this logic to a separate library that I'm going to NACK this. We need to resolve

Re: [PATCH weston v2 2/2] evdev: Improve touchpad support and add motion filters

2012-05-17 Thread Chase Douglas
On 05/17/2012 08:20 AM, Jonas Ådahl wrote: On Thu, May 17, 2012 at 5:13 PM, Chase Douglas chase.doug...@canonical.com wrote: On 05/17/2012 07:53 AM, Daniel Stone wrote: Hi, On 17 May 2012 15:20, Chase Douglas chase.doug...@canonical.com wrote: I know I don't have much (any?) clout

Re: [PATCH weston 4/5] evdev: Improve touchpad support and add motion filters

2012-05-14 Thread Chase Douglas
On 05/09/2012 02:31 PM, Jonas Ådahl wrote: Touchpad related code has been rewritten and moved to its own file accessed by evdev via the dispatch interface. The various functionality implemented are anti-flicker (don't jumping around), smoother motions, touch detection, pointer acceleration

Re: [PATCH] evdev: fix input lag when processing input from output repaint

2012-03-20 Thread Chase Douglas
On 03/20/2012 05:02 PM, Kristian Hoegsberg wrote: On Tue, Mar 20, 2012 at 11:54:56AM +0200, Ander Conselvan de Oliveira wrote: When the compositor is in a repaint cycle, input is processed only once per frame. However, a call to evdev_input_device_data() would handle at most 8 events at time.

Re: Touch events

2012-02-23 Thread Chase Douglas
On 02/23/2012 12:22 PM, Bill Spitzak wrote: Chase Douglas wrote: The client won't see the third finger if it touches outside its window. In the wayland case, only the WM has all the info needed to determine if a touch is part of a global gesture. The WM needs to make the decision

Re: Touch events

2012-02-21 Thread Chase Douglas
On 02/21/2012 09:16 PM, Kristian Høgsberg wrote: 2012/2/20 Chase Douglas chase.doug...@canonical.com: On 02/17/2012 06:01 PM, Kristian Høgsberg wrote: - input protocol restructuring: break up events into wl_pointer (enter/leave/motion/button/axis events, set_pointer_surface request

Touch events (was: Towards 1.0)

2012-02-20 Thread Chase Douglas
On 02/17/2012 06:01 PM, Kristian Høgsberg wrote: - input protocol restructuring: break up events into wl_pointer (enter/leave/motion/button/axis events, set_pointer_surface request), wl_keyboard (enter/leave/key events... what else... unicode event, set_map request? pending kb work), and

Re: RFC: multitouch support v2

2011-12-22 Thread Chase Douglas
On 12/22/2011 07:53 AM, Kristian Høgsberg wrote: 2011/12/22 Chase Douglas chase.doug...@canonical.com: I don't know wayland's protocol yet, but shouldn't enter/leave events have some kind of device identifier in them? I would think that should alleviate any client-side confusion. I don't

Re: RFC: multitouch support v2

2011-12-22 Thread Chase Douglas
On 12/22/2011 08:59 AM, Kristian Høgsberg wrote: 2011/12/22 Chase Douglas chase.doug...@canonical.com: On 12/22/2011 07:53 AM, Kristian Høgsberg wrote: 2011/12/22 Chase Douglas chase.doug...@canonical.com: I don't know wayland's protocol yet, but shouldn't enter/leave events have some kind

Re: [PATCH] Add touch events to protocol.

2011-07-07 Thread Chase Douglas
On 07/07/2011 07:28 AM, Kristian Høgsberg wrote: On Tue, Jul 5, 2011 at 1:08 PM, Chase Douglas chase.doug...@canonical.com wrote: Hi Laszlo, On 06/29/2011 07:54 AM, Laszlo Agocs wrote: From f656362511e2622e3cde6062e156b59a83b50e03 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs laszlo.p.ag

Re: [PATCH] Add touch events to protocol.

2011-07-07 Thread Chase Douglas
On 07/07/2011 09:52 AM, Kristian Høgsberg wrote: 2011/7/7 Chase Douglas chase.doug...@canonical.com: On 07/07/2011 07:28 AM, Kristian Høgsberg wrote: On Tue, Jul 5, 2011 at 1:08 PM, Chase Douglas chase.doug...@canonical.com wrote: On 06/29/2011 07:54 AM, Laszlo Agocs wrote

Re: Some of my thoughts on input for wayland

2011-01-24 Thread Chase Douglas
On 01/24/2011 02:30 PM, Kristian Høgsberg wrote: On Sun, Jan 23, 2011 at 9:03 PM, Chase Douglas chase.doug...@canonical.com wrote: Hi all, Hi Chase, I haven't been involved in wayland development at all yet :), but I have been working on XInput 2.1 multitouch additions and gesture work