- 10 Mar, 2022 4 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
"xinput list" is much more modern than xinput --list, let's list it as such in the man page. --help already lists it without double-dash as well. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Luca Carlon authored
Signed-off-by:
Luca Carlon <carlon.luca@gmail.com>
-
- 15 Jan, 2022 1 commit
-
-
Ben Kallus authored
Signed-off-by:
Ben Kallus <benjamin.p.kallus.gr@dartmouth.edu>
-
- 06 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Jul, 2019 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 26 Mar, 2019 1 commit
-
-
Peter Hutterer authored
Because there's a 99% chance you don't want this. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 22 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 12 Sep, 2018 2 commits
-
-
Peter Hutterer authored
Shuts up coverity because it doesn't know that by the time we get here, we're guaranteed that the device exists. Otherwise the list() call a few lines above would've failed and we wouldn't get here. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Not that it matters since we'll exit after this call anyway, but coverity is unhappy and that makes us all unhappy, doesn't it? Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 22 Jan, 2018 1 commit
-
-
Peter Hutterer authored
Because it's 99% of the use-cases people use libinput for these days. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 26 Jan, 2017 5 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
Peter Hutterer authored
Missing from 1f812f44 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 23 Oct, 2016 1 commit
-
-
Peter Hutterer authored
Don't mix "if" and "ifdef" Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 19 Oct, 2015 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 18 Aug, 2015 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 29 Apr, 2015 1 commit
-
-
Peter Hutterer authored
list-props allows for multiple devices to be queried simultaneously, so we don't break out of the loop but rather change the exit code if at least one of the devices doesn't exist. X.Org Bug 90226 <http://bugs.freedesktop.org/show_bug.cgi?id=90226 > Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 06 Nov, 2014 1 commit
-
-
Peter Hutterer authored
Avoid mixing event flags into the valuator output Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 26 Nov, 2013 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Oct, 2013 1 commit
-
-
Gaetan Nadon authored
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 15 Sep, 2013 2 commits
-
-
Peter Hutterer authored
See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 07 Aug, 2013 1 commit
-
-
Peter Hutterer authored
If XI22 is true, XI21 is set too so we'd never actually register for XI 2.2 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 15 Jul, 2013 1 commit
-
-
Peter Hutterer authored
-
- 03 Jul, 2013 4 commits
-
-
Peter Hutterer authored
Select on the root window instead of a newly created one Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
No real functional changes, just group the two selection requests together. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
no functional changes for now, prep work for the --root flag Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Not sure why this code is still here Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 02 Jul, 2013 1 commit
-
-
setlinebuf() added in commit bcfa9123 is not in SuS v3, use the exactly equivalent C89 setvbuf() invocation for portability Signed-off-by:
Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 06 Jun, 2013 1 commit
-
-
Peter Hutterer authored
By default, xinput announces whatever version it was built against. For debugging it can be useful to set this version on-the-fly. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 20 Aug, 2012 1 commit
-
-
Force line buffering for test and test_xi2 to increase interactiveness and avoid losing data with non-terminal stdout. This fixes capturing xinput test* output into a file. Signed-off-by:
Nikolai Kondrashov <spbnick@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 12 Jun, 2012 1 commit
-
-
Uses the rotation & translation currently set according to RandR. Signed-off-by:
Alon Levy <alevy@redhat.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 01 Jun, 2012 1 commit
-
-
Fixes errors reported by Parfait 0.5.0.1 bug checking tool: Error: Memory leak (CWE 401) Memory leak of pointer '<unknown>' allocated with XGetAtomName(dpy, info->type) at line 122 of src/list.c in function 'print_info'. pointer allocated at line 84 with XGetAtomName(dpy, info->type). <unknown> leaks when i >= info->num_classes at line 88. Error: Memory leak (CWE 401) Memory leak of pointer '<unknown>' allocated with XGetAtomName(dpy, a) at line 160 of src/property.c in function 'print_property'. pointer allocated at line 131 with XGetAtomName(dpy, a). Memory leak of pointer '<unknown>' allocated with XGetAtomName(dpy, act_type) at line 160 of src/property.c in function 'print_property'. pointer allocated at line 143 with XGetAtomName(dpy, act_type). Memory leak of pointer 'name' allocated with XGetAtomName(dpy, property) at line 160 of src/property.c in function 'print_property'. 'name' allocated at line 61 with XGetAtomName(dpy, property). Error: Memory leak (CWE 401) Memory leak of pointer '<unknown>' allocated with XGetAtomName(dpy, a) at line 521 of src/property.c in function 'print_property_xi2'. pointer allocated at line 491 with XGetAtomName(dpy, a). Memory leak of pointer '<unknown>' allocated with XGetAtomName(dpy, act_type) at line 521 of src/property.c in function 'print_property_xi2'. pointer allocated at line 504 with XGetAtomName(dpy, act_type). Memory leak of pointer 'name' allocated with XGetAtomName(dpy, property) at line 521 of src/property.c in function 'print_property_xi2'. 'name' allocated at line 428 with XGetAtomName(dpy, property). Confirmed with Solaris Studio runtime checker that "list-props" now has fewer leaks than before and "watch-props" no longer leaks a string every time a property changes. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 15 May, 2012 2 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Chase Douglas <chase.douglas@canonical.com>
-