aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Collapse)Author
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into view-redesignemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02address feedbackTony Crisci
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02fix segfaultTony Crisci
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci
2018-04-02dont copy input configTony Crisci
2018-04-02remove unused attachment configTony Crisci
2018-04-0280colTony Crisci
2018-04-02Partially implement move commandDrew DeVault
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
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-31Merge pull request #1684 from swaywm/follow-warpDrew DeVault
Implement focus_follows_mouse, mouse_warping
2018-03-31Address review feedbackDrew DeVault
2018-03-31Fix interaction between warping and followingDrew DeVault
2018-03-31Implement focus_follows_mouseDrew DeVault
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)
2018-03-31Implement mouse warpingDrew DeVault
2018-03-31Fix xwayland configure in set_sizeemersion
2018-03-31Check for null containerDrew DeVault
2018-03-31Merge pull request #1682 from emersion/unmanaged-no-containerDrew DeVault
Make it clear that unmanaged views don't have a container
2018-03-31Fix bug with previous commitDrew DeVault
2018-03-31Make it clear that unmanaged views don't have a containeremersion
view->swayc is NULL anyway.
2018-03-31Fix #1104Drew DeVault
2018-03-31Set Xwayland seat on focusDrew DeVault
Necessary to make primary selection syncronize
2018-03-31Set xwayland cursoremersion
2018-03-30Use wlr_surface_point_accepts_inputDrew DeVault
2018-03-30Pass pointer events to surface layersDrew DeVault
2018-03-30Merge branch 'wlroots' into client-cursorsemersion
2018-03-30Fix segfaults when focusing a workspaceemersion
2018-03-30Fix pointer events for hidden workspacesemersion
2018-03-30Handle set_cursor requests from clientsemersion
Allow clients to set a custom cursor if they have the seat's pointer focus.
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
2018-03-29rename container functionsTony Crisci
2018-03-29remove swayc_t typedefTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci