Signed-off-by: Peter Hutterer
---
src/libinput-util.c | 82 +
src/libinput-util.h | 18
test/misc.c | 45 +
3 files changed, 145 insertions(+)
diff --git a/src/libinput-util.c b/src/libinput-util
No functional changes.
Signed-off-by: Peter Hutterer
---
src/evdev.c | 39 +++
src/evdev.h | 3 +++
src/udev-seat.c | 26 +-
3 files changed, 43 insertions(+), 25 deletions(-)
diff --git a/src/evdev.c b/src/evdev.c
index 6a34e
Signed-off-by: Peter Hutterer
---
test/Makefile.am| 1 +
test/litest-device-calibrated-touchscreen.c | 103
test/litest.c | 2 +
test/litest.h | 1 +
test/touch.c
Avoids parsing issues when we're in different locales
https://bugs.freedesktop.org/show_bug.cgi?id=98828
Signed-off-by: Peter Hutterer
---
src/evdev.c | 26 --
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/src/evdev.c b/src/evdev.c
index 620588d..1e3cc9
Signed-off-by: Peter Hutterer
---
src/libinput-util.c | 15 ++-
src/libinput-util.h | 29 +
test/misc.c | 50 ++
3 files changed, 81 insertions(+), 13 deletions(-)
diff --git a/src/libinput-util.c b/s
Signed-off-by: Peter Hutterer
---
test/misc.c | 42 ++
1 file changed, 42 insertions(+)
diff --git a/test/misc.c b/test/misc.c
index 4afd4d0..95776f7 100644
--- a/test/misc.c
+++ b/test/misc.c
@@ -861,6 +861,47 @@ START_TEST(time_conversion)
}
END_TEST
We were reading this property in the udev backend, but not in the path
backend.
Reported-by: Thomas Olszak
Signed-off-by: Peter Hutterer
---
src/path.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/path.c b/src/path.c
index b14d8b6..0f5d089 100644
--- a/src/path.c
+++ b/src/path.c
@
On Nov 21, 2016, at 1:26 PM, Bryce Harrington wrote:
>
> Add support for basic text file loading, to facilitate more expansive
> testing of its UTF-8 text editing support.
>
> Signed-off-by: Bryce Harrington
This patch checks the command line options for a filename, prints the new
usage string
This touchpad has cursor jumps for 2-finger scrolling that also affects the
single-finger emulation. So disable any multitouch bits on this device and
disallow the 2-finger scroll method. This still allows for 2-finger
tapping/clicking.
https://bugs.freedesktop.org/show_bug.cgi?id=91135
Signed-of
On Nov 21, 2016, at 1:26 PM, Bryce Harrington wrote:
>
> Also add a basic --help option
>
> Signed-off-by: Bryce Harrington
This patch extracts some option flags out of main, uses parse_options instead
of strcmp, and adds some behavior around the help option and error behavior
around an excess
On Fri, Nov 25, 2016 at 10:48:36AM -0800, Yong Bakos wrote:
> From: Yong Bakos
>
> Documentation generation via doxygen includes wayland-util.c in its file
> list. Although functions are documented in wayland-util.h, doxygen is
> not automatically using the same documentation for functions in
> w
11 matches
Mail list logo