aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input
AgeCommit message (Expand)Author
2020-04-04Port input method and text input from rootstonxdavidwu
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2020-02-18treewide: fix typosTorstein Husebø
2020-01-05input/cursor: handle image surface destroyBrian Ashworth
2019-12-31Add virtual pointer protocolJosef Gajdusek
2019-12-16seat_cmd_keyboard_grouping: change keymap to smartBrian Ashworth
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-09-25input: Add support for tablet protocol.John Chadwick
2019-08-20input/keyboard: send released only if pressed sentBrian Ashworth
2019-07-23ipc: add input::libinput_config eventBrian Ashworth
2019-07-23ipc: add an input eventBrian Ashworth
2019-07-09cmd_bindswitch: add option to execute on reloadBrian Ashworth
2019-06-12bindings: defer while initiailizingBrian Ashworth
2019-06-09commands/input: perform basic keymap validationBrian Ashworth
2019-05-14input/keyboard: attempt default keymap on failureBrian Ashworth
2019-04-14Add heuristics to differentiate touchpadsBenjamin Cheng
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-03-17Introduce default seatopRyan Dwyer
2019-03-17Replace seatup allows_events with button callbackRyan Dwyer
2019-03-11Don't send button events to surfaces when dragging or resizingRyan Dwyer
2019-02-28seat: don't send button release when not pressedemersion
2019-02-23Update for swaywm/wlroots#1517emersion
2019-02-12Rebase cursor when a layer surface mapsemersion
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-14Disarm key repeat on reloadBrian Ashworth
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth
2019-01-09reload: reset input configsBrian Ashworth
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-30Verify seat fallback settings on reloadBrian Ashworth
2018-12-25Split image_surface handling into own functionBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-10-29binding: match single-key bindings if no multi-key binding matchedFranklin "Snaipe" Mathieu
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer