aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input
AgeCommit message (Expand)Author
2022-01-22input/cursor: pass through pointer hold gesturesTudor Brindus
2022-01-13Upgrade for wlroots surface refactoringSimon Ser
2021-09-02seatop_down: End if surface is destroyed or other seatop startsSimon Plakolb
2021-09-02input: Use seatop_down on layer surface clickSimon Plakolb
2021-08-05seatop_down: Change type of sx, sy to double in begin_seatop_downDavid Rosca
2021-07-26Fix wl_pointer.frame not sent on touch emulationSimon Ser
2021-07-08Add support for touch frame eventsSimon Ser
2021-03-12Implement input method keyboard grabxdavidwu
2021-02-25Automatically map built-in touchscreens/tablets to built-in panelsSimon Ser
2021-01-01input: Clean up input_method_relay in seat_destoy()Andri Yngvason
2020-12-06input/cursor: unhide cursor on synthetic inputTudor Brindus
2020-11-01commands/focus: force container warp when fulfilling `focus mode_toggle`Tudor Brindus
2020-10-31input: remove motion deltas from seatop callbacksTudor Brindus
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-06-30seat: Refocus seat when wlr_drag is destroyedKenny Levinsen
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-06-18input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-18input/cursor: send idle events based off device type, not input typeTudor Brindus
2020-06-16input/keyboard: wlr_keyboard_group enter and leaveBrian Ashworth
2020-05-29input/cursor: rename `simulated_tool_tip_down` to be more accurateTudor Brindus
2020-05-26input/cursor: keep reference to cursor in constraintTudor Brindus
2020-05-25input/tablet: add seatop_down entry for tablet inputTudor Brindus
2020-05-21input/pointer: only warp cursor when the confine region has changedTudor Brindus
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-05-13Implement pointer simulation if client hasn't bound to touchDavid96
2020-05-10input/tablet: simplify parameter plumbing for tablet referencesTudor Brindus
2020-05-02input: rename pointer handlers to be unambiguousTudor Brindus
2020-05-02input: refactor tablet motion into seatop handlerTudor Brindus
2020-05-02input/cursor: make cursor rebasing cursor type-agnosticTudor Brindus
2020-05-01input/cursor: release simulated tool tip button when over v2 surfaceTudor Brindus
2020-04-22input/cursor: fix hide cursor timeouts on tablets and touchscreensTudor Brindus
2020-04-14input: Mark virtual devices as suchAndri Yngvason
2020-04-04im: make text-input listeners per text-inputxdavidwu
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