aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/swap.c
AgeCommit message (Expand)Author
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer
2018-10-16Merge branch 'master' into set-set-raw-focusIan Fan
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-15Fix crash in swap commandRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-05-28Fix ancestor typosRyan Dwyer
2018-05-26Implement swap commandBrian Ashworth