aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/seat.h
AgeCommit message (Expand)Author
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-04-29Implement ext-session-lock-v1Daniel De Graaf
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
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
2020-10-31input: remove motion deltas from seatop callbacksTudor Brindus
2020-06-30seat: Refocus seat when wlr_drag is destroyedKenny Levinsen
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-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-04-04Port input method and text input from rootstonxdavidwu
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-09-25input: Add support for tablet protocol.John Chadwick
2019-06-12bindings: defer while initiailizingBrian Ashworth
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-01-30Implement pointer-constraints-unstable-v1Las
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-09reload: reset input configsBrian Ashworth
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-19Fix logic used for mouse_warping outputRyan Dwyer
2018-10-19Consider cursor warp when switching workspacesRyan Dwyer
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-11Implement tiling dragRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-18Don't send motion if the cursor hasn't movedRyan Dwyer