aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
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
2018-08-18commands: handle quoted exec commandIan Fan
2018-08-18commands: fix documentation formatting mistakes for move commandIan Fan
2018-08-18commands: require set variable to start with $Ian Fan
2018-08-18commands: add nopIan Fan
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-17Refactor seat_get_focus functionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-10Implement resize set <width> <height> for tiled containersRyan Dwyer
2018-08-10Implement resize grow|shrink <direction> <amount> for tiled containersRyan Dwyer
2018-08-08Don't call swaynag_log for bg when not readingBrian Ashworth
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
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