aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
Commit message (Expand)AuthorAge
* Don't send button events to surfaces when dragging or resizingLibravatar Ryan Dwyer2019-03-11
* Fix crash in cmd_workspace when layer surface has focusLibravatar emersion2019-03-11
* fix "directive argument is null" errorsLibravatar Jeff Peeler2019-03-11
* seat: don't send button release when not pressedLibravatar emersion2019-03-04
* Update for swaywm/wlroots#1517Libravatar emersion2019-02-25
* handle_seat_node_destroy: update seat->workspaceLibravatar Brian Ashworth2019-02-25
* Fix drag icon map listener not removedLibravatar emersion2019-02-25
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-18
* seat_configure_tablet_tool: configure xcursorLibravatar Brian Ashworth2019-02-11
* Implement pointer-constraints-unstable-v1Libravatar Las2019-01-30
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Use sway_log_errno instead of strerrorLibravatar Ian Fan2019-01-24
|/
* Update for swaywm/wlroots#1402Libravatar emersion2019-01-24
* seat_create: set initial focus for added seatsLibravatar Brian Ashworth2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Disarm key repeat on reloadLibravatar Brian Ashworth2019-01-14
* Merge pull request #3402 from RyanDwyer/refactor-seatopsLibravatar Drew DeVault2019-01-13
|\
| * Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* | reload: reset input configsLibravatar Brian Ashworth2019-01-09
|/
* Simplify evdev includes on FreeBSD by relying on up-to-date packageLibravatar Jan Beich2019-01-09
* Merge pull request #3385 from robertgzr/reset_output_mappingLibravatar Drew DeVault2019-01-08
|\
| * cursor: allow mapping to all outputsLibravatar Robert Günzler2019-01-09
* | seat: unhide the cursor if it is warped to focusLibravatar Rouven Czerwinski2019-01-07
|/
* Implement tiling_drag_thresholdLibravatar Brian Ashworth2019-01-02
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Update for swaywm/wlroots#1377Libravatar Rostislav Pehlivanov2018-12-16
* Fix focusing on non-visible workspaceLibravatar Brian Ashworth2018-12-14
* Keep focus when destroying containers on nonvis wsLibravatar Brian Ashworth2018-12-12
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* removed unneeded code fragmentLibravatar madblobfish2018-11-04
* seat: don't traverse the list to check if it's emptyLibravatar Konstantin Kharlamov2018-10-27
* Fix focus after a non-visible workspace's last container is destroyedLibravatar Ryan Dwyer2018-10-26
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* seat_update_capabilities: Set cursor image while we have the capabilityLibravatar Ryan Dwyer2018-10-23
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Remove raise_floating directiveLibravatar Ryan Dwyer2018-10-20
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Merge pull request #2872 from RyanDwyer/cursor-rebaseLibravatar Drew DeVault2018-10-20
|\
| * Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* | Fix crash when ending tiling dragLibravatar Ryan Dwyer2018-10-20
|/
* Fix logic used for mouse_warping outputLibravatar Ryan Dwyer2018-10-19
* 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
|\
| * seat: use new warping functions for cursor warping during focus warpLibravatar 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
|/