aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input
AgeCommit message (Expand)Author
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
2018-07-28Add virtual keyboard protocolDrew DeVault
2018-07-28When unfloating, return container to previously focused tiled containerRyan Dwyer
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan 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-12Fix keyboard shortcut handling inconsistenciesfrsfnrrg
2018-06-09Render drag iconsemersion
2018-06-01Comment to explain sway_shortcut_state listsfrsfnrrg
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg
2018-05-28Move previous cursor_position inline.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-21Don't track damage for views on inactive tabsRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-04-21Default to current time when triggering cursor eventsemersion
2018-04-10Clean up cursor simulation code.Danny Bautista