summaryrefslogtreecommitdiffstats
path: root/include/sway/input
Commit message (Expand)AuthorAge
...
| * | Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
| |/
* | Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadLibravatar Drew DeVault2019-01-13
|\ \ | |/ |/|
| * reload: reset input configsLibravatar Brian Ashworth2019-01-09
* | Add helpers for improved mouse button parsingLibravatar Brian Ashworth2019-01-09
|/
* cursor: move unhide and timeout retrieval into separate functionsLibravatar Rouven Czerwinski2019-01-07
* Implement tiling_drag_thresholdLibravatar Brian Ashworth2019-01-02
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Verify seat fallback settings on reloadLibravatar Brian Ashworth2018-12-30
* Split image_surface handling into own functionLibravatar Brian Ashworth2018-12-25
* Implement hide_cursor <timeout> commandLibravatar Brian Ashworth2018-12-25
* Change mouse buttons to x11 map and libevdev namesLibravatar Brian Ashworth2018-12-25
* binding: match single-key bindings if no multi-key binding matchedLibravatar Franklin "Snaipe" Mathieu2018-10-29
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* Fix logic used for mouse_warping outputLibravatar Ryan Dwyer2018-10-19
* Merge pull request #2875 from RedSoxFan/input-device-bindingsLibravatar Drew DeVault2018-10-19
|\
| * cmd_bind{sym,code}: Implement per-device bindingsLibravatar Brian Ashworth2018-10-18
* | Consider cursor warp when switching workspacesLibravatar Ryan Dwyer2018-10-19
|/
* Remove cursor warping from seat_set_focusLibravatar Ryan Dwyer2018-10-18
* Merge pull request #2820 from Emantor/fix-mouse-warping-containerLibravatar Drew DeVault2018-10-17
|\
| * cursor: functions to warp cursor to container and workspaceLibravatar Rouven Czerwinski2018-10-16
* | Prevent duplicate workspace::focus eventsLibravatar Ryan Dwyer2018-10-16
* | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
|/
* Fix focusing topmost floating windowsLibravatar Jonathan Buch2018-10-03
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
* Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
* Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
* Refactor seat_get_focus functionsLibravatar Ryan Dwyer2018-08-17
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* Bindings use advised keyboard repeat parametersLibravatar frsfnrrg2018-07-29
* Implement key repeat for pressed key bindingsLibravatar frsfnrrg2018-07-29
* Add virtual keyboard protocolLibravatar Drew DeVault2018-07-28
* When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
* Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* Store last button and use it when views request to move or resizeLibravatar Ryan Dwyer2018-07-22
* Prevent re-uploading the same cursor image multiple timesLibravatar Ryan Dwyer2018-07-22
* Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22
* Implement xdg shell request_move and request_resize eventsLibravatar Ryan Dwyer2018-07-22
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Don't unfocus when an override redirect window is mappedLibravatar emersion2018-07-18
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Fix crash when deleting last child in a tabbed or stacked containerLibravatar Ryan Dwyer2018-06-23