summaryrefslogtreecommitdiff
path: root/libweston/libinput-device.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09input: Convert weston_pointer_motion_event to weston_coordDerek Foreman1-5/+3
2023-02-09backend: Make input notification functions use weston_coordDerek Foreman1-4/+4
2023-02-09libweston: replace weston_output_transform_coordinateDerek Foreman1-7/+8
2022-11-08compositor: Use paced logger for unknown scroll sourceDerek Foreman1-5/+2
2021-07-31Fix indentation all through the projectEmmanuel Gil Peyrot1-2/+2
2021-07-31input: Handle correctly failure to compile XKB keymapsMarius Vlad1-2/+19
2020-12-08libweston/libinput-device: Enable/Set pointer capabilities only on pointer mo...Marius Vlad1-5/+24
2019-07-18libweston: Migrate functions that operate on 'weston_output' into backend headerMarius Vlad1-0/+1
2019-07-18libweston: Migrate functions that operate on input objectsMarius Vlad1-0/+1
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen1-1/+1
2018-05-30libweston: introduce notify_touch_normalized() and docPekka Paalanen1-1/+9
2018-05-30libweston: notify_touch API to use weston_touch_devicePekka Paalanen1-4/+3
2018-05-30libinput: move calibration printing into do_set_calibration()Pekka Paalanen1-27/+24
2018-05-30input: introduce weston_touch_deviceLouis-Francis Ratté-Boulianne1-1/+117
2018-04-20libinput: do not switch output associations on disablePekka Paalanen1-10/+2
2018-04-20libinput: allow evdev_device_set_output(dev, NULL)Pekka Paalanen1-1/+9
2018-04-20libinput: make setting the same output a no-opPekka Paalanen1-0/+3
2018-04-20libinput: log input device to output associationsPekka Paalanen1-0/+6
2018-04-20libinput: deprecate WL_CALIBRATIONPekka Paalanen1-0/+7
2018-04-20libinput: note if calibrating without an outputPekka Paalanen1-8/+16
2018-04-20libinput: remove evdev_device::devnodePekka Paalanen1-1/+0
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis1-5/+9
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis1-2/+5
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis1-6/+6
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-2/+5
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-9/+10
2017-08-11configure.ac: remove dependency on mtdevArnaud Vrac1-1/+0
2017-03-17libinput: Suppress unhandled-case warningDaniel Stone1-0/+2
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-26input: Provide microsecond timestamps in motion eventsJonas Ådahl1-0/+3
2016-07-26libinput: Expose unaccelerated motion deltas in motion event structJonas Ådahl1-1/+8
2016-06-23Rename src/ to libweston/Pekka Paalanen1-0/+593