aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input
AgeCommit message (Expand)Author
2019-02-12Rebase cursor when a layer surface mapsemersion
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-14Disarm key repeat on reloadBrian Ashworth
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth
2019-01-09reload: reset input configsBrian Ashworth
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-30Verify seat fallback settings on reloadBrian Ashworth
2018-12-25Split image_surface handling into own functionBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-10-29binding: match single-key bindings if no multi-key binding matchedFranklin "Snaipe" Mathieu
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-19Fix logic used for mouse_warping outputRyan Dwyer
2018-10-19Merge pull request #2875 from RedSoxFan/input-device-bindingsDrew DeVault
2018-10-19Consider cursor warp when switching workspacesRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
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-16cursor: functions to warp cursor to container and workspaceRouven 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-03Fix focusing topmost floating windowsJonathan Buch
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-29Bindings use advised keyboard repeat parametersfrsfnrrg
2018-07-29Implement key repeat for pressed key bindingsfrsfnrrg