libinput/src
Peter Hutterer 9949d4ee08 Fix libinput_device_group_find_group() to return NULL on failure
struct list isn't a null-terminated list, list_for_each() causes 'g' to be set
to the list head at the end of the loop. Returning that as group caused random
memory to be overwritten.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-11-02 09:42:43 +10:00
..
evdev-middle-button.c middle-button: don't call libinput_now() in the timeout handler 2015-08-04 15:44:39 +10:00
evdev-mt-touchpad-buttons.c Change to micro seconds for measuring time internally 2015-07-28 17:42:32 +08:00
evdev-mt-touchpad-edge-scroll.c touchpad: use unaccelerated motion data for scrolling 2015-08-20 07:57:14 +10:00
evdev-mt-touchpad-gestures.c touchpad: use unaccelerated motion data for scrolling 2015-08-20 07:57:14 +10:00
evdev-mt-touchpad-tap.c touchpad: fix the number of button clicks in multitap 2015-09-19 02:03:37 +10:00
evdev-mt-touchpad.c Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
evdev-mt-touchpad.h touchpad: don't tap for 2fg down, followed by a single finger up 2015-09-07 07:55:32 +10:00
evdev.c evdev: init pointer acceleration for any device with pointer cap and rel x/y 2015-10-30 11:18:18 +10:00
evdev.h evdev: drop relative x/y motion from a device not marked as pointer 2015-08-20 07:56:59 +10:00
filter-private.h Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
filter.c Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
filter.h Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
libinput-private.h Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
libinput-util.c Change to micro seconds for measuring time internally 2015-07-28 17:42:32 +08:00
libinput-util.h Drop obsolete unused declarations for log_info/set_logging_enabled 2015-08-20 07:57:03 +10:00
libinput-version.h.in COPYING: Update boilerplate from MIT X11 to MIT Expat license 2015-06-16 14:36:04 +10:00
libinput.c Fix libinput_device_group_find_group() to return NULL on failure 2015-11-02 09:42:43 +10:00
libinput.h Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
libinput.pc.in Add -lrt to the libs 2014-07-03 09:59:43 +10:00
libinput.sym Add an API to change pointer acceleration profiles 2015-09-11 00:54:01 +10:00
Makefile.am evdev: add support for middle button emulation 2015-04-17 12:50:03 +10:00
path.c Ignore test devices for libinput contexts not run from the test suite 2015-07-28 17:42:32 +08:00
path.h COPYING: Update boilerplate from MIT X11 to MIT Expat license 2015-06-16 14:36:04 +10:00
timer.c Change to micro seconds for measuring time internally 2015-07-28 17:42:32 +08:00
timer.h Change to micro seconds for measuring time internally 2015-07-28 17:42:32 +08:00
udev-seat.c Ignore test devices for libinput contexts not run from the test suite 2015-07-28 17:42:32 +08:00
udev-seat.h COPYING: Update boilerplate from MIT X11 to MIT Expat license 2015-06-16 14:36:04 +10:00