aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
AgeCommit message (Expand)Author
2019-03-09fix "directive argument is null" errorsJeff Peeler
2019-02-28seat: don't send button release when not pressedemersion
2019-02-23Update for swaywm/wlroots#1517emersion
2019-02-23handle_seat_node_destroy: update seat->workspaceBrian Ashworth
2019-02-18Fix drag icon map listener not removedemersion
2019-02-14seat: allow tree focus changes while layer focusedBrian Ashworth
2019-02-07seat_configure_tablet_tool: configure xcursorBrian Ashworth
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-22seat_create: set initial focus for added seatsBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Disarm key repeat on reloadBrian Ashworth
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-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-08Merge pull request #3385 from robertgzr/reset_output_mappingDrew DeVault
2019-01-09cursor: allow mapping to all outputsRobert Günzler
2019-01-07seat: unhide the cursor if it is warped to focusRouven Czerwinski
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-12-16Update for swaywm/wlroots#1377Rostislav Pehlivanov
2018-12-14Fix focusing on non-visible workspaceBrian Ashworth
2018-12-12Keep focus when destroying containers on nonvis wsBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-18Use #if instead of #ifdefemersion
2018-11-04removed unneeded code fragmentmadblobfish
2018-10-27seat: don't traverse the list to check if it's emptyKonstantin Kharlamov
2018-10-26Fix focus after a non-visible workspace's last container is destroyedRyan Dwyer
2018-10-25Rebase the cursor after applying transactionsRyan Dwyer
2018-10-23seat_update_capabilities: Set cursor image while we have the capabilityRyan Dwyer
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-20Merge pull request #2872 from RyanDwyer/cursor-rebaseDrew DeVault
2018-10-20Fix crash when ending tiling dragRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan 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-17Merge pull request #2820 from Emantor/fix-mouse-warping-containerDrew DeVault
2018-10-16seat: use new warping functions for cursor warping during focus warpRouven Czerwinski
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-10-10Merge branch 'master' into mouse-warping-containerRyan Dwyer
2018-10-10Add mouse_warping containerRouven Czerwinski