aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace.c
Commit message (Collapse)AuthorAge
* Fix cmd_workspace crash when a surface has focusLibravatar Brian Ashworth2018-06-01
|
* move workspace create to workspace.cLibravatar Tony Crisci2018-04-03
|
* unify workspace create functionsLibravatar Tony Crisci2018-04-03
|
* rename seat functionsLibravatar Tony Crisci2018-04-02
|
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* more renaming thingsLibravatar Tony Crisci2018-03-29
|
* rename container functionsLibravatar Tony Crisci2018-03-29
|
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
|
* separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
|
* basic focus overhaulLibravatar Tony Crisci2018-02-04
|
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* remove unnecessary todo itemLibravatar Zandr Martin2017-03-18
| | | | | | As best I can tell this todo was intended to add workspace movement to the given output with the `workspace <ws> output <op>` command, but i3 does not behave this way.
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* fix workspace output assignmentLibravatar Zandr Martin2017-03-08
|
* Fix #1099: Allow spaces in worspace namesLibravatar Calvin Lee2017-03-01
| | | | | | | | | This commit allows unquoted spaces in worspace names in order to keep compatability with i3. The names _must not_ contain the string "output" which is documented in 'sway.5' because how sway detects the `move <workspace> output <output>` command. Also I documented that "number" may be used before the worspace name without affecting how the name is evaluated.
* Handle calloc failuresLibravatar Drew DeVault2016-12-15
|
* Implement default name for workspace commandLibravatar Ryan Dwyer2016-09-25
| | | | | | | | | This implements commands such as: workspace number 9: test If a workspace with the given number exists then it will be focused, otherwise a new workspace with the given name will be created.
* merge in latest commitsLibravatar Zandr Martin2016-09-02
|
* refactor commands.cLibravatar Zandr Martin2016-09-01