aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
2018-09-12Merge pull request #2620 from ianyfan/commandsemersion
2018-09-11Update textures for cmd_client_* commandsBrian Ashworth
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-11Introduce tiling_drag directiveRyan Dwyer
2018-09-10Give windows pointer focus immediately when they are switched toWilliam Wold
2018-09-08commands: prevent running empty seat commandIan Fan
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-06Merge pull request #2578 from RyanDwyer/fix-binding-reloademersion
2018-09-06Fix crash when running "layout toggle"Ryan Dwyer
2018-09-05Merge pull request #2586 from RyanDwyer/fix-fullscreen-focus-crashDrew DeVault
2018-09-06Fix crash when focusing from fullscreen in an invalid directionRyan Dwyer
2018-09-06Fix crash when moving view across outputsRyan Dwyer
2018-09-06Fix management of bindings during reloadRyan Dwyer
2018-09-05Allow marked containers to be moved out of the scratchpad via move commandRyan Dwyer
2018-09-05Fix crash when running layout toggle splitRyan Dwyer
2018-09-05Fix crash when using focus parent/child from an empty workspaceRyan Dwyer
2018-09-05Fix another focus bug when moving into outputRyan Dwyer
2018-09-05Fix moving workspace to outputRyan Dwyer
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer
2018-09-05Fix crash when focus hits edge of rootRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-04Deny repeating reload by holding keyRyan Dwyer
2018-09-03Change _XOPEN_SOURCE defines to _POSIX_C_SOURCEsghctoma
2018-09-03Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildsghctoma
2018-09-02Implement focus_on_window_activationRyan Dwyer
2018-09-01Merge pull request #2547 from RyanDwyer/fix-reload-crashDrew DeVault
2018-09-01Implement deprecated new_window and new_float commandsRyan Dwyer
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer
2018-09-01Fix crash on reloadRyan Dwyer
2018-08-30Fix feature macros for FreeBSDsghctoma
2018-08-29commands: fix exec quotingIan Fan
2018-08-28commands: fix moving container to different outputIan Fan
2018-08-28Fix gaps issuesRyan Dwyer
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-21Replace enum resize_edge with wlr_edgesRyan 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: move newly-stickied containers to focused workspaceIan Fan
2018-08-18commands: prevent focusing mode with no containersIan Fan
2018-08-18commands: complete assign commandIan Fan
2018-08-18commands: saner workspace number handlingIan Fan