aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/workspace.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2021-06-22Revert "Add workspace {prev,next}_on_output --create"Ragnar Groot Koerkamp
2021-06-18Only call workspace_auto_back_and_forth when neededRagnar Groot Koerkamp
2021-06-18Move auto_back_and_forth logic out of workspace_switchRagnar Groot Koerkamp
2021-06-18Fix #6299 Disable auto_back_and_forth for next_on_outputRagnar Groot Koerkamp
2020-03-24check for workspace command name argr-c-f
2019-03-12Handle seat_get_focused_workspace returning NULLBrian Ashworth
2019-03-10Fix crash in cmd_workspace when layer surface has focusemersion
2019-02-17Add workspace {prev,next}_on_output --createDrew DeVault
2019-02-05cmd_workspace_gaps: fix double free on bad amountBrian Ashworth
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-11Allow multiple outputs for workspace outputBrian Ashworth
2018-11-07Implement per side and per direction outer gapsBrian Ashworth
2018-10-25Update workspace.cppascher
2018-10-25Update workspace.cppascher
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-21Make workspace back_and_forth seat-specificRyan Dwyer
2018-10-19Consider cursor warp when switching workspacesRyan Dwyer
2018-10-16Fix crash when using workspace back_and_forth with no previousRyan Dwyer
2018-10-13fix_edge_gaps: Allow negative values for outer gaps.Tarmack
2018-09-29Make gaps implementation consistent with i3-gapsRyan Dwyer
2018-09-28Rename workspace_outputs to workspace_configs and fix memory leakRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-18commands: saner workspace number handlingIan Fan
2018-08-06commands: check for special workspaces in workspace & move commandsIan Fan
2018-08-06commands: complete workspace implementationIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-01Fix cmd_workspace crash when a surface has focusBrian Ashworth
2018-04-03move workspace create to workspace.cTony Crisci
2018-04-03unify workspace create functionsTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-02-07separate seat get focus and seat get focus inactiveTony Crisci
2018-02-04basic focus overhaulTony Crisci
2018-01-30Implement workspacesDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-03-18remove unnecessary todo itemZandr Martin
2017-03-10UnGNUify the codebaseDrew DeVault
2017-03-08fix workspace output assignmentZandr Martin
2017-03-01Fix #1099: Allow spaces in worspace namesCalvin Lee
2016-12-15Handle calloc failuresDrew DeVault
2016-09-25Implement default name for workspace commandRyan Dwyer