aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Collapse)AuthorAge
* Fix focus_follows_mouse issuesLibravatar Drew DeVault2018-04-06
|
* Handle unmanaged surfaces motionLibravatar emersion2018-04-05
|
* Address review feedbackLibravatar Drew DeVault2018-04-04
|
* Implement input-inhibit in sway, swaylockLibravatar Drew DeVault2018-04-04
|
* Give layer shells under the shell layer focusLibravatar Drew DeVault2018-04-02
|
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
|\
| * rename seat functionsLibravatar Tony Crisci2018-04-02
| |
* | Xwayland unmanaged views aren't views anymoreLibravatar emersion2018-04-02
|/
* Merge pull request #1684 from swaywm/follow-warpLibravatar Drew DeVault2018-03-31
|\ | | | | Implement focus_follows_mouse, mouse_warping
| * Address review feedbackLibravatar Drew DeVault2018-03-31
| |
| * Fix interaction between warping and followingLibravatar Drew DeVault2018-03-31
| |
| * Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
| | | | | | | | | | | | | | Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
| * Implement mouse warpingLibravatar Drew DeVault2018-03-31
| |
* | Fix xwayland configure in set_sizeLibravatar emersion2018-03-31
|/
* Check for null containerLibravatar Drew DeVault2018-03-31
|
* Merge pull request #1682 from emersion/unmanaged-no-containerLibravatar Drew DeVault2018-03-31
|\ | | | | Make it clear that unmanaged views don't have a container
| * Make it clear that unmanaged views don't have a containerLibravatar emersion2018-03-31
| | | | | | | | view->swayc is NULL anyway.
* | Fix bug with previous commitLibravatar Drew DeVault2018-03-31
|/
* Fix #1104Libravatar Drew DeVault2018-03-31
|
* Use wlr_surface_point_accepts_inputLibravatar Drew DeVault2018-03-30
|
* Pass pointer events to surface layersLibravatar Drew DeVault2018-03-30
|
* Merge branch 'wlroots' into client-cursorsLibravatar emersion2018-03-30
|\
| * Fix segfaults when focusing a workspaceLibravatar emersion2018-03-30
| |
| * Fix pointer events for hidden workspacesLibravatar emersion2018-03-30
| |
* | Handle set_cursor requests from clientsLibravatar emersion2018-03-30
|/ | | | | Allow clients to set a custom cursor if they have the seat's pointer focus.
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* address feedbackLibravatar Tony Crisci2018-03-29
|
* rename container functionsLibravatar Tony Crisci2018-03-29
|
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
|
* Update input events per swaywm/wlroots#765Libravatar Drew DeVault2018-03-28
|
* config reload: destroy old seat when removed from configLibravatar Dominique Martinet2018-01-22
| | | | | This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free
* render override redirectLibravatar Tony Crisci2018-01-14
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* dont set cursor image on motionLibravatar Tony Crisci2017-12-19
|
* Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-16
|
* basic configurationLibravatar Tony Crisci2017-12-14
|
* seat focus on button pressLibravatar Tony Crisci2017-12-10
|
* button and axis eventsLibravatar Tony Crisci2017-12-10
|
* working pointer motionLibravatar Tony Crisci2017-12-10
|
* working xcursorLibravatar Tony Crisci2017-12-09
|
* input include directoryLibravatar Tony Crisci2017-12-08
|
* sway cursorLibravatar Tony Crisci2017-12-08