On Fri, 10 Jul 2015 18:05:48 -0700
Bryce Harrington wrote:
> On Fri, Jun 26, 2015 at 02:16:55PM -0500, Derek Foreman wrote:
> > On 22/06/15 11:25 AM, Daniel Stone wrote:
> > > Hi,
> > > Thanks to everyone who reviewed the previous series. This new series
> > > cleans up the previous patches, intr
On Fri, 10 Jul 2015 15:31:03 -0700
Bryce Harrington wrote:
> On Fri, Jul 10, 2015 at 09:33:46AM -0400, Christopher Michael wrote:
> > Thanks for the review. I've included an updated patch which fixes
> > the second 'shell' mentioned in the descrption to be 'client'.
> >
> >
> > Documentation fo
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
DWT can interfere with some applications where keyboard and touchpad use at
the same time is common, e.g. games but also anything that requires a
combination of frequent pointer motion and use of keyboard shortcuts.
Expose a toggle to disable DWT where needed.
https://bugs.freedesktop.org/show_bu
This is not a frequent toggle, so we don't need to jump through too many hoops
here. We simply enable/disable on command and once any current timeouts have
expired the new setting takes effect.
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad.c | 107 --
src/evdev-mt-touch
Starting from systemd version 209, a single libsystemd.pc is provided.
For previous versions, fall back on libsystemd-login.pc.
Signed-off-by: Frederico Cadete
---
configure.ac | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
inde
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
> --
When an output is being destroyed reassign the output of the views
that were in it, to be sure not to keep a dangling pointer which could
be used later on by calling weston_surface_assign_output() on the
view's surface.
Also make sure we send wl_surface.leave events to the surfaces that
were in tha