aboutsummaryrefslogtreecommitdiff
path: root/sway/input/input-manager.c
AgeCommit message (Expand)Author
2020-07-03Replace unprintable characters in input device idwb9688
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-05-19input: fix reloading crash due to keyboard group configuringBrian Ashworth
2020-05-14input: reset keyboard groups keyboard on reset allBrian Ashworth
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-04-14input: Mark virtual devices as suchAndri Yngvason
2020-03-11commands: Add shortcuts_inhibitor commandMichael Weiser
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2020-02-10input: Map virtual-pointer to the requested outputAndri Yngvason
2020-01-01input: Assign virtual input devices to their selected seatsAndri Yngvason
2019-12-31Add virtual pointer protocolJosef Gajdusek
2019-11-27config: improvements to the reload validationBrian Ashworth
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-07-23ipc: add input::libinput_config eventBrian Ashworth
2019-07-23ipc: add an input eventBrian Ashworth
2019-07-09input/libinput: only reset supported optionsBrian Ashworth
2019-07-05Add calibration_matrix config optionSergei Dolgov
2019-04-14Implement input type configs (#3784)Benjamin Cheng
2019-04-14Add heuristics to differentiate touchpadsBenjamin Cheng
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-01-21Fix one remaining wlr_log callemersion
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21Log libinput_config_status errorsBrian Ashworth
2019-01-09reload: reset input configsBrian Ashworth
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan
2018-12-31Apply implicit fallback seat configBrian Ashworth
2018-12-30Verify seat fallback settings on reloadBrian Ashworth
2018-12-29Revamp seat configsBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-10-28input-manager: consider cursor warping on input_manager_set_focusRouven Czerwinski
2018-10-20Fix crash when defaut seat is not createdMihai Coman
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-10Add libinput send_events config for touchThiago Mendes
2018-10-09add libinput config for keyboardVincent Gu
2018-09-29add tap-and-drag setting to sway-inputPP
2018-09-24input: enable configuring tablets with libinputIan Fan
2018-09-23Implement support for input wildcardBrian Ashworth
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-07-28Add virtual keyboard protocolDrew DeVault
2018-07-14Implement tap_button_map for input devicesBrian Ashworth
2018-07-11add scroll button optionRobert Kubosz
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-06Attach destroy handler earlierIan Fan
2018-04-26Add map_from_region commandemersion
2018-04-07Give keyboard focus to unmanaged xwayland surfacesemersion
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-04-04Add input inhibitor to input managerDrew DeVault
2018-04-02fix segfaultTony Crisci