aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/swap.c
AgeCommit message (Expand)Author
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2023-02-19container: rehome the container_swap function into container.cRonan Pigott
2022-01-22cmd/swap: error on swapping a container with itselfRonan Pigott
2021-02-16container: Move pending state to state structKenny Levinsen
2020-02-13cmd_swap: fix test_mark conditionBrian Ashworth
2019-08-06cmd_swap: add floating supportBrian Ashworth
2019-07-14Layout tiled using a width/height fractionPedro CĂ´rte-Real
2019-07-09Make mouse drag in tiled mode swap containers if no edge is selectedSebastian Parborg
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-09cmd_swap: use handler context seatBrian Ashworth
2018-11-18Use #if instead of #ifdefemersion
2018-11-14Fix unused function in swap commandemersion
2018-11-08Fix building with clangsghctoma
2018-11-01Move view marks properties to container structRyan Dwyer
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