aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input
Commit message (Expand)AuthorAge
* seat: don't send button release when not pressedLibravatar emersion2019-03-04
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-25
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* seat_cmd_cursor: do not create non-existing seatLibravatar Brian Ashworth2019-02-11
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
* Update for swaywm/wlroots#1503Libravatar emersion2019-01-27
* Update for swaywm/wlroots#1402Libravatar emersion2019-01-24
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* bar_cmd_tray_bind: Use mouse button helpersLibravatar Brian Ashworth2019-01-16
* Disarm key repeat on reloadLibravatar Brian Ashworth2019-01-14
* Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedLibravatar Drew DeVault2019-01-13
|\
| * seat_cmd_cursor: utilize mouse button helpersLibravatar Brian Ashworth2019-01-10
* | Merge pull request #3402 from RyanDwyer/refactor-seatopsLibravatar Drew DeVault2019-01-13
|\ \
| * | 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