aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/move.c
AgeCommit message (Expand)Author
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-09Reset container dimensions when moving into workspace from directionRyan Dwyer
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-11-29move to workspace: fix moving floating container to non-empty workspaceDominique Martinet
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-01Move view marks properties to container structRyan Dwyer
2018-11-01Wrap to fartherest output when running focus outputRyan Dwyer
2018-10-30Remove enum movement_directionRyan Dwyer
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-22Fix crash when moving a container to a fullscreen workspaceRyan Dwyer
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
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