aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
AgeCommit message (Collapse)Author
2018-04-15remove empty workspace when focusing its outputdb
Until now, focus changing code only considered cleaning up the last focused workspace. This commit adds removal of empty workspace from output that just received focus on a different workspace. Fixes: #1797
2018-04-13seat_set_focus_wrap: fix use-after-free when destroying last focused containerDominique Martinet
2018-04-08Merge pull request #1769 from acrisci/focus-inactive-fixesDrew DeVault
Focus inactive fixes
2018-04-08Add input "identifier" map_to_output "identifier"Drew DeVault
2018-04-08Merge branch 'wlroots' into focus-inactive-fixesTony Crisci
2018-04-08Fix cursor motion issuesDrew DeVault
Use only one canonical cursor x/y position and send cursor enter when mouse is warped. Tangentally related to #1714
2018-04-08push all parents of focused container in focus stackTony Crisci
2018-04-08Implement tablet tool supportDrew DeVault
2018-04-07seat focus inactive children foreachTony Crisci
2018-04-07seat get focus inactive viewTony Crisci
2018-04-07Give keyboard focus to unmanaged xwayland surfacesemersion
This fixes dmenu
2018-04-06Add debug tree viewDrew DeVault
2018-04-06Fix deletion of still-visible workspaces on unfocusDrew DeVault
2018-04-04Merge branch 'wlroots' into fix-focus-inactiveTony Crisci
2018-04-04fix focus childTony Crisci
2018-04-04Remove unused SWAY_VIEW_TYPESemersion
2018-04-04try to fix focus-inactiveTony Crisci
2018-04-04Address review feedbackDrew DeVault
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault
2018-04-04Add input inhibitor to input managerDrew DeVault
2018-04-04Refocus the last focused container on lock exitDrew DeVault
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03move output damage to workspace destructorTony Crisci
2018-04-03move view and workspace destructors to container.cTony Crisci
2018-04-02Give exclusive focus to layers above shell layerDrew DeVault
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02address feedbackTony Crisci
2018-04-02remove unused attachment configTony Crisci
2018-04-0280colTony Crisci
2018-04-02dont copy seat config on the seatTony Crisci
2018-04-02rename input-manager functionsTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-31fix some segfaultsTony Crisci
2018-03-31clean up view destroy seat cleanupTony Crisci
2018-03-31handle container destroy in the seatTony Crisci
2018-03-31basic split containersTony Crisci
2018-03-31Address review feedbackDrew DeVault
2018-03-31Fix interaction between warping and followingDrew DeVault
2018-03-31Implement mouse warpingDrew DeVault
2018-03-31Set Xwayland seat on focusDrew DeVault
Necessary to make primary selection syncronize
2018-03-31Set xwayland cursoremersion
2018-03-30Destroy empty workspaces when moving awayDrew DeVault
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Fix oversights from previous pull requestTony Crisci
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29rename container_for_each_descendentTony Crisci
2018-03-29Implement enough IPC for swaybar to workDrew DeVault
2018-03-29address feedbackTony Crisci
2018-03-29more renaming thingsTony Crisci