Age | Commit message (Expand) | Author |
2020-06-30 | seat: Refocus seat when wlr_drag is destroyed | Kenny Levinsen |
2020-05-26 | input/cursor: keep reference to cursor in constraint | Tudor Brindus |
2020-05-25 | input/tablet: add seatop_down entry for tablet input | Tudor Brindus |
2020-05-21 | input/pointer: only warp cursor when the confine region has changed | Tudor Brindus |
2020-05-13 | commands: Add per-view shortcuts_inhibitor command | Michael Weiser |
2020-05-10 | input/tablet: simplify parameter plumbing for tablet references | Tudor Brindus |
2020-05-02 | input: rename pointer handlers to be unambiguous | Tudor Brindus |
2020-05-02 | input: refactor tablet motion into seatop handler | Tudor Brindus |
2020-05-02 | input/cursor: make cursor rebasing cursor type-agnostic | Tudor Brindus |
2020-04-04 | Port input method and text input from rootston | xdavidwu |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-11-21 | Add support for wlr_keyboard_group | Brian Ashworth |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-06-12 | bindings: defer while initiailizing | Brian Ashworth |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-17 | Replace seatup allows_events with button callback | Ryan Dwyer |
2019-03-11 | Don't send button events to surfaces when dragging or resizing | Ryan Dwyer |
2019-02-28 | seat: don't send button release when not pressed | emersion |
2019-02-23 | Update for swaywm/wlroots#1517 | emersion |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-24 | Update for swaywm/wlroots#1402 | emersion |
2019-01-13 | Merge pull request #3402 from RyanDwyer/refactor-seatops | Drew DeVault |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-09 | reload: reset input configs | Brian Ashworth |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-19 | Fix logic used for mouse_warping output | Ryan Dwyer |
2018-10-19 | Consider cursor warp when switching workspaces | Ryan Dwyer |
2018-10-18 | Remove cursor warping from seat_set_focus | Ryan Dwyer |
2018-10-16 | Prevent duplicate workspace::focus events | Ryan Dwyer |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-11 | Implement tiling drag | Ryan Dwyer |
2018-09-11 | Rename OP_MOVE to OP_MOVE_FLOATING | Ryan Dwyer |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-18 | Don't send motion if the cursor hasn't moved | Ryan Dwyer |
2018-08-18 | Rename mousedown to down and make seat operation a named enum | Ryan Dwyer |
2018-08-18 | Implement mousedown operation | Ryan Dwyer |
2018-08-17 | Refactor seat_get_focus functions | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-01 | ipc: prevent emitting a workspace::focus event when moving a container to a d... | Ian Fan |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-22 | Store last button and use it when views request to move or resize | Ryan Dwyer |