summaryrefslogtreecommitdiff
path: root/src/libinput-device.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-23input: use doubles in the interfaces to notify of input eventsGiulio Camuffo1-15/+11
2016-02-26libinput-device: Remove unnecessary function callChris Michael1-2/+1
2016-02-19libinput-device: Remove unnecessary function callChristopher Michael1-1/+2
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-32/+96
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-4/+7
2015-11-20input: Make pointer grab motion callbacks take an event structJonas Ådahl1-5/+8
2015-10-19libinput: remove unused #defineGiulio Camuffo1-2/+0
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-02-04libinput: Only forward first and last press and release for a keyJonas Ådahl1-0/+11
2015-02-04libinput: Only forward first and last press and release for a buttonJonas Ådahl1-0/+11
2015-01-15libinput-device: use the discrete axis value for wheel eventsPeter Hutterer1-4/+40
2015-01-15libinput-device: use the new merged scroll eventsPeter Hutterer1-5/+20
2014-11-27input: Use slightly less obscure logic in evdev_notify_keyboard_focus()Derek Foreman1-1/+1
2014-09-12libinput-device: Don't get initial key statesJonas Ådahl1-30/+0
2014-09-12libinput: normalize WL_CALIBRATION before passing it to libinputPeter Hutterer1-0/+87
2014-08-15libinput: Add tap configuration to weston.iniJonas Ådahl1-0/+25
2014-06-09libinput: Use floating point instead of fixed point numbersJonas Ådahl1-9/+18
2014-04-25input: Fix errors due to initializing input before creating outputsAnder Conselvan de Oliveira1-1/+1
2014-04-25evdev: Discard events from a touchscreen paired with an unplugged outputAnder Conselvan de Oliveira1-1/+1
2014-04-25libinput: Don't process touch events for devices without a valid outputAnder Conselvan de Oliveira1-0/+3
2014-04-21libinput: Forward frame events to clientsJonas Ådahl1-0/+15
2014-04-21input: fix input device map to output if it doesn't exist.U. Artie Eoff1-0/+5
2014-04-21libinput-device: break after LIBINPUT_EVENT_TOUCH_UPU. Artie Eoff1-0/+1
2014-03-12Add libinput based input device backendJonas Ådahl1-0/+364