summaryrefslogtreecommitdiff
path: root/libweston/libinput-device.c
Commit message (Expand)AuthorAgeFilesLines
* libinput: hook up tablet eventsMichael Olbrich2023-03-311-0/+297
* input: Convert weston_pointer_motion_event to weston_coordDerek Foreman2023-02-091-5/+3
* backend: Make input notification functions use weston_coordDerek Foreman2023-02-091-4/+4
* libweston: replace weston_output_transform_coordinateDerek Foreman2023-02-091-7/+8
* compositor: Use paced logger for unknown scroll sourceDerek Foreman2022-11-081-5/+2
* Fix indentation all through the projectEmmanuel Gil Peyrot2021-07-311-2/+2
* input: Handle correctly failure to compile XKB keymapsMarius Vlad2021-07-311-2/+19
* libweston/libinput-device: Enable/Set pointer capabilities only on pointer mo...Marius Vlad2020-12-081-5/+24
* libweston: Migrate functions that operate on 'weston_output' into backend headerMarius Vlad2019-07-181-0/+1
* libweston: Migrate functions that operate on input objectsMarius Vlad2019-07-181-0/+1
* Rename compositor.h to libweston/libweston.hPekka Paalanen2019-04-181-1/+1
* libweston: introduce notify_touch_normalized() and docPekka Paalanen2018-05-301-1/+9
* libweston: notify_touch API to use weston_touch_devicePekka Paalanen2018-05-301-4/+3
* libinput: move calibration printing into do_set_calibration()Pekka Paalanen2018-05-301-27/+24
* input: introduce weston_touch_deviceLouis-Francis Ratté-Boulianne2018-05-301-1/+117
* libinput: do not switch output associations on disablePekka Paalanen2018-04-201-10/+2
* libinput: allow evdev_device_set_output(dev, NULL)Pekka Paalanen2018-04-201-1/+9
* libinput: make setting the same output a no-opPekka Paalanen2018-04-201-0/+3
* libinput: log input device to output associationsPekka Paalanen2018-04-201-0/+6
* libinput: deprecate WL_CALIBRATIONPekka Paalanen2018-04-201-0/+7
* libinput: note if calibrating without an outputPekka Paalanen2018-04-201-8/+16
* libinput: remove evdev_device::devnodePekka Paalanen2018-04-201-1/+0
* libweston: Use struct timespec for touch down eventsAlexandros Frantzis2017-11-271-5/+9
* libweston: Use struct timespec for key eventsAlexandros Frantzis2017-11-271-2/+5
* libweston: Use struct timespec for axis eventsAlexandros Frantzis2017-11-271-6/+6
* libweston: Use struct timespec for button eventsAlexandros Frantzis2017-11-271-2/+5
* libweston: Use struct timespec for motion eventsAlexandros Frantzis2017-11-271-9/+10
* configure.ac: remove dependency on mtdevArnaud Vrac2017-08-111-1/+0
* libinput: Suppress unhandled-case warningDaniel Stone2017-03-171-0/+2
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* input: Provide microsecond timestamps in motion eventsJonas Ådahl2016-07-261-0/+3
* libinput: Expose unaccelerated motion deltas in motion event structJonas Ådahl2016-07-261-1/+8
* Rename src/ to libweston/Pekka Paalanen2016-06-231-0/+593