aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/seat.h
AgeCommit message (Expand)Author
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
2018-08-18Rename mousedown to down and make seat operation a named enumRyan Dwyer
2018-08-18Implement mousedown operationRyan Dwyer
2018-08-17Refactor seat_get_focus functionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan
2018-07-28When unfloating, return container to previously focused tiled containerRyan Dwyer
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer
2018-07-18Don't unfocus when an override redirect window is mappedemersion
2018-07-15Make focus part of transactionsRyan Dwyer
2018-06-23Fix crash when deleting last child in a tabbed or stacked containerRyan Dwyer
2018-06-09Render drag iconsemersion
2018-05-21Don't track damage for views on inactive tabsRyan Dwyer
2018-04-0880charTony Crisci
2018-04-07seat focus inactive children foreachTony Crisci
2018-04-07seat get focus inactive viewTony Crisci
2018-04-07Give keyboard focus to unmanaged xwayland surfacesemersion
2018-04-04Address review feedbackDrew DeVault
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-04-04Add input inhibitor to input managerDrew DeVault
2018-04-02Give exclusive focus to layers above shell layerDrew DeVault