aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/move.c
AgeCommit message (Expand)Author
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-17Fix moving tiled containers to workspaces which only have floating viewsRyan Dwyer
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-09-23Flatten container in workspace_rejiggerRyan Dwyer
2018-09-23Fix some bugs as a result of removing move_out_of_tabs_stacksRyan Dwyer
2018-09-23Remove move_out_of_tabs_stacksRyan Dwyer
2018-09-17Fix crash moving out of tab containerWilliam Wold
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-13Remove bad assertion in workspace_rejiggerRyan Dwyer
2018-09-12Merge pull request #2620 from ianyfan/commandsemersion
2018-09-11commands: when moving container, remove its gapsIan Fan
2018-09-11commands: when moving container, restore focus properlyIan Fan
2018-09-11Implement tiling dragRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-06Fix crash when moving view across outputsRyan Dwyer
2018-09-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix moving workspace to outputRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-28commands: fix moving container to different outputIan Fan
2018-08-27Initialise variable properlyScott Anderson
2018-08-26Remove layout.cRyan Dwyer
2018-08-25Workspace move cycleArmin Preiml
2018-08-25Merge pull request #2510 from RyanDwyer/relocate-layout-functionsDrew DeVault
2018-08-25Merge branch 'master' into commandsRyan Dwyer
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-20commands: implement move absoluteIan Fan
2018-08-20Send output enter/leave events correctlyRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18commands: saner workspace number handlingIan Fan
2018-08-18commands: fix documentation formatting mistakes for move commandIan Fan
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer
2018-08-07Fix crash when running `move container to workspace back_and_forth`Ryan Dwyer
2018-08-06Merge branch 'master' into workspace-move-to-outputBrian Ashworth
2018-08-07Move workspace moving code out of container_move_toRyan Dwyer
2018-08-06commands: fix workspace edge casesIan Fan
2018-08-06commands: check for special workspaces in workspace & move commandsIan Fan
2018-08-06commands: add optional flags to moveIan Fan
2018-08-06commands: complete move implementationIan Fan
2018-08-04Separate root-related codeRyan Dwyer
2018-08-03Deny "move container" when an empty workspace is focusedRyan Dwyer
2018-08-02Allow moving containers when workspace itself is focusedRyan Dwyer
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan
2018-07-28Send floating container to scratchpad when a child is focusedRyan Dwyer
2018-07-28Allow containers to floatRyan Dwyer
2018-07-26Allow containers to be fullscreenRyan Dwyer
2018-07-23Implement scratchpadRyan Dwyer