aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/input_device.c
AgeCommit message (Expand)Author
2023-01-16backend/x11: fix delta_discrete valueKirill Primak
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-06-21wlr_input_device: remove anon union fieldIsaac Freund
2022-03-17types/wlr_touch: uniformize events nameSimon Zeni
2022-03-17types/wlr_keyboard: uniformize events nameSimon Zeni
2022-03-17types/wlr_pointer: uniformize events nameSimon Zeni
2022-03-07interface/wlr_touch: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_pointer: rework destroy sequenceSimon Zeni
2022-03-07interface/wlr_keyboard: rework destroy sequenceSimon Zeni
2022-02-22interfaces: remove wlr_input_device_implSimon Zeni
2022-02-21backend/x11: remove wlr_input_device_implSimon Zeni
2022-02-21types/wlr_touch: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_pointer: add base wlr_input_deviceSimon Zeni
2022-02-21types/wlr_keyboard: add base wlr_input_deviceSimon Zeni
2021-10-27backend/x11: fix code style in get_touchpoint_from_x11_touch_idSimon Ser
2021-07-08backend/x11: send touch frame eventsSimon Ser
2021-04-20Fix stuck keys on X11 backendtomKPZ
2021-01-18backend/x11: set a blank cursor rather than hiding globallyIlia Mirkin
2020-11-11Replace wlr_key_state with wl_keyboard_key_stateIsaac Freund
2019-07-17backends/x11: Touch supportSebastian Krzyszkowiak
2019-06-17x11: Send a frame event on the pointer after button eventsDorota Czaplejewicz
2019-01-26pointer: add a frame eventemersion
2019-01-07Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2018-11-13backend/x11: Hide cursor with XfixesScott Anderson
2018-11-13backend/x11: Remove old input functionsScott Anderson
2018-11-13backend/x11: Add new Xinput eventsScott Anderson
2018-11-13backend/x11: Make header order consistentScott Anderson
2018-11-13backend/x11: Rename xcb_conn to xcbScott Anderson
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-07-21Revert "Merge pull request #1153 from emersion/include-config"Drew DeVault
2018-07-21Always include config.hemersion
2018-05-12Add support for discrete axis valuesemersion
2018-05-03backend/x11: don't transform pointer eventsGuido Günther
2018-04-30backend/{wayland,x11}: fix pointer coords for transformed outputsemersion
2018-04-29backend/x11: add one pointer per outputemersion
2018-04-28backend/x11: correctly destroy input devicesemersion
2018-04-25Make sure we don't use others' prefixesemersion
2018-04-15x11_handle_input_event: Remove return valueUli Schlachter
2018-04-03backend/x11: fix cursor position when receiving configure eventemersion
2018-04-03backend/x11: fix WLR_HAS_XCB_XKB always undefinedemersion
2018-03-30backend/x11: fix input eventsemersion
2018-03-30backend/x11: refactor, prepare support for multiple outputsemersion