aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
Commit message (Expand)AuthorAge
* input/cursor: keep reference to cursor in constraintLibravatar Tudor Brindus2020-05-26
* input/tablet: add seatop_down entry for tablet inputLibravatar Tudor Brindus2020-05-25
* input/pointer: only warp cursor when the confine region has changedLibravatar Tudor Brindus2020-05-21
* commands: Add per-view shortcuts_inhibitor commandLibravatar Michael Weiser2020-05-13
* input/tablet: simplify parameter plumbing for tablet referencesLibravatar Tudor Brindus2020-05-10
* input: rename pointer handlers to be unambiguousLibravatar Tudor Brindus2020-05-02
* input: refactor tablet motion into seatop handlerLibravatar Tudor Brindus2020-05-02
* input/cursor: make cursor rebasing cursor type-agnosticLibravatar Tudor Brindus2020-05-02
* Port input method and text input from rootstonLibravatar xdavidwu2020-04-04
* input: Add support for keyboard shortcuts inhibitLibravatar Michael Weiser2020-03-11
* Add seat <seat> idle_{inhibit,wake} <sources...>Libravatar Drew DeVault2019-12-12
* Add support for wlr_keyboard_groupLibravatar Brian Ashworth2019-11-21
* input: Add support for tablet protocol.Libravatar John Chadwick2019-09-25
* bindings: defer while initiailizingLibravatar Brian Ashworth2019-06-12
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* Introduce default seatopLibravatar Ryan Dwyer2019-03-17
* Replace seatup allows_events with button callbackLibravatar Ryan Dwyer2019-03-17
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* seat: don't send button release when not pressedLibravatar emersion2019-02-28
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-23
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
* Update for swaywm/wlroots#1402Libravatar emersion2019-01-24
* Merge pull request #3402 from RyanDwyer/refactor-seatopsLibravatar Drew DeVault2019-01-13
|\
| * Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* | reload: reset input configsLibravatar Brian Ashworth2019-01-09
|/
* Implement tiling_drag_thresholdLibravatar Brian Ashworth2019-01-02
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Fix logic used for mouse_warping outputLibravatar Ryan Dwyer2018-10-19
* Consider cursor warp when switching workspacesLibravatar Ryan Dwyer2018-10-19
* Remove cursor warping from seat_set_focusLibravatar Ryan Dwyer2018-10-18
* Prevent duplicate workspace::focus eventsLibravatar Ryan Dwyer2018-10-16
* Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
* Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
* Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
* Refactor seat_get_focus functionsLibravatar Ryan Dwyer2018-08-17
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
* Store last button and use it when views request to move or resizeLibravatar Ryan Dwyer2018-07-22
* Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22