summaryrefslogtreecommitdiff
path: root/src/evdev-touchpad.c
Commit message (Expand)AuthorAgeFilesLines
* evdev: Only track one pending eventNeil Roberts2013-09-241-4/+3
* evdev: Flush motion events when the slot changes, not just after syncNeil Roberts2013-09-221-1/+1
* evdev: Don't parse config file again, use compositor->configKristian Høgsberg2013-08-291-8/+4
* evdev-touchpad: Set some options using weston.iniArmin K2013-08-121-5/+35
* touchpad: Handle two-finger click as right click for button padsKristian Høgsberg2013-07-011-2/+8
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* evdev-touchpad: Disable tap FSM by default on touchpads with button padsJonas Ådahl2013-03-271-0/+17
* evdev: Wait for SYN event before sending events over to the clientSatyeshwar Singh2013-02-271-1/+1
* Fix a typo.Dima Ryazanov2012-11-131-1/+1
* evdev-touchpad: Implement two finger scrollJonas Ådahl2012-10-151-6/+23
* evdev-touchpad: Add a finite-state machineJonas Ådahl2012-10-151-0/+188
* evdev-touchpad: Cleanup and refactoringJonas Ådahl2012-10-151-110/+117
* evdev-touchpad: Iterate over the touchpad spec table correctlyRob Bradford2012-10-091-1/+1
* evdev-touchpad: Twiddle finger_state correctlyRob Bradford2012-10-091-9/+9
* compositor: Change notify_* function to take a weston_seatKristian Høgsberg2012-08-101-1/+1
* evdev: rename evdev_input_device to evdev_devicePekka Paalanen2012-08-091-7/+7
* evdev: change evdev_seat into weston_seat in struct evdev_input_devicePekka Paalanen2012-08-031-1/+1
* evdev: merge evdev-private.h into evdev.hPekka Paalanen2012-08-031-1/+1
* Replace fprintf() by weston_log()Martin Minarik2012-06-081-1/+0
* Use enum wl_pointer_button_state instead of integerDaniel Stone2012-05-311-1/+3
* Rename evdev_input_device::type to pending_eventsDaniel Stone2012-05-311-1/+1
* evdev: Improve touchpad support and add motion filtersJonas Ådahl2012-05-171-0/+537