On Wed, Aug 03, 2016 at 01:06:01PM +0200, Hans de Goede wrote:
> Hi,
>
> On 03-08-16 11:36, Peter Hutterer wrote:
> > This timeout is there to switch to scrolling when the fingers rest on the
> > touchpad unmoving and thus avoids the initial scroll threshold for slow
> > scrolls.
> >
> > Since th
Inspired by the syndaemon -K switch and Anton Lindqvist's patch.
https://patchwork.freedesktop.org/patch/102417/
We already ignored modifiers for dwt. Now we also ignore modifier + key
combinations, i.e. hitting Ctrl+s to save does not trigger dwt, the touchpad
remains immediately usable.
However
Hi, Daniel
Thank you :).
I also tried it with create threads in simple-egl.
It works well.
Thanks,
Lingyun
-Original Message-
From: Daniel Stone [mailto:dan...@fooishbar.org]
Sent: Wednesday, July 20, 2016 8:39 PM
To: Zhu, Lingyun
Cc: wayland-devel@lists.freedesktop.org
Subject: Re: [Q
Reviewed-by: Eric Engestrom
Signed-off-by: Bryce Harrington
---
compositor/main.c | 7 +++
compositor/systemd-notify.c | 9 +++--
libweston/compositor.c | 9 +++--
libweston/libbacklight.c| 11 +--
shared/config-parser.c | 7 ++-
shared/option-
Incorporated a number of review suggestions:
- Test against INT32_MIN instead of -INT_MAX
- Don't modify *value on out of range conditions
- A couple doc fixups
- Add test cases accidentally missing in last post
- Move test cases from patch #5 to #4
Bryce Harrington (5):
Standardize er
This updates the error checking for the strtol() call in xwayland's
create_lockfile to match other cases. C.f. cbc05378 and other recent
patches.
A notable difference here is that the existing error checking was
verifying that exactly 10 digits were being read from the lock file,
but the fact tha
This tightens up the strtol() error checking in several places where it
is used for parsing environment variables, and in the backlight
interface that is reading numbers from files under /sys/class/backlight.
All of these uses are expecting strings containing decimal numbers and
nothing else, so th
Make the error checking consistent with other strtol() calls.
Note that since strtol(nptr, &endptr) sets endptr == nptr if there were
no digits, this catches the case where the string was blank, so there's
no need to test *value != '\0'.
Signed-off-by: Bryce Harrington
Reviewed-by: Eric Engestro
Adds a safe strtol helper function, modeled loosely after Wayland
scanner's strtouint. This encapsulates the various quirks of strtol
behavior, and streamlines the interface to just handling base-10 numbers
with a simple true/false error indicator and a uint32_t return by
reference.
Test cases ar
We leave the old LIBINPUT_MODEL_TRACKBALL in place until we can rely on
systems to have the new systemd tagging.
https://github.com/systemd/systemd/pull/3872
Signed-off-by: Peter Hutterer
---
src/evdev.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/evdev.c
Hi,
On 03-08-16 11:36, Peter Hutterer wrote:
This timeout is there to switch to scrolling when the fingers rest on the
touchpad unmoving and thus avoids the initial scroll threshold for slow
scrolls.
Since the only other gestures we support are swipe (usually a fast movement)
and pinch-and-rota
On 03/08/16 12:36, Peter Hutterer wrote:
This timeout is there to switch to scrolling when the fingers rest on the
touchpad unmoving and thus avoids the initial scroll threshold for slow
scrolls.
Since the only other gestures we support are swipe (usually a fast movement)
and pinch-and-rotate (a
This timeout is there to switch to scrolling when the fingers rest on the
touchpad unmoving and thus avoids the initial scroll threshold for slow
scrolls.
Since the only other gestures we support are swipe (usually a fast movement)
and pinch-and-rotate (also a fast movement) we can drop the timeou
13 matches
Mail list logo