summaryrefslogtreecommitdiff
path: root/src/libinput-device.c
Commit message (Expand)AuthorAgeFilesLines
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-15/+11
* libinput-device: Remove unnecessary function callChris Michael2016-02-261-2/+1
* libinput-device: Remove unnecessary function callChristopher Michael2016-02-191-1/+2
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-32/+96
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-4/+7
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-5/+8
* libinput: remove unused #defineGiulio Camuffo2015-10-191-2/+0
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* libinput: Only forward first and last press and release for a keyJonas Ådahl2015-02-041-0/+11
* libinput: Only forward first and last press and release for a buttonJonas Ådahl2015-02-041-0/+11
* libinput-device: use the discrete axis value for wheel eventsPeter Hutterer2015-01-151-4/+40
* libinput-device: use the new merged scroll eventsPeter Hutterer2015-01-151-5/+20
* input: Use slightly less obscure logic in evdev_notify_keyboard_focus()Derek Foreman2014-11-271-1/+1
* libinput-device: Don't get initial key statesJonas Ådahl2014-09-121-30/+0
* libinput: normalize WL_CALIBRATION before passing it to libinputPeter Hutterer2014-09-121-0/+87
* libinput: Add tap configuration to weston.iniJonas Ådahl2014-08-151-0/+25
* libinput: Use floating point instead of fixed point numbersJonas Ådahl2014-06-091-9/+18
* input: Fix errors due to initializing input before creating outputsAnder Conselvan de Oliveira2014-04-251-1/+1
* evdev: Discard events from a touchscreen paired with an unplugged outputAnder Conselvan de Oliveira2014-04-251-1/+1
* libinput: Don't process touch events for devices without a valid outputAnder Conselvan de Oliveira2014-04-251-0/+3
* libinput: Forward frame events to clientsJonas Ådahl2014-04-211-0/+15
* input: fix input device map to output if it doesn't exist.U. Artie Eoff2014-04-211-0/+5
* libinput-device: break after LIBINPUT_EVENT_TOUCH_UPU. Artie Eoff2014-04-211-0/+1
* Add libinput based input device backendJonas Ådahl2014-03-121-0/+364