Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-03 | move workspace create to workspace.c | Tony Crisci | |
2018-04-03 | unify workspace create functions | Tony Crisci | |
2018-04-02 | rename seat functions | Tony Crisci | |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci | |
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0. | |||
2018-03-29 | Revert "Refactor tree" | Drew DeVault | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | rename container functions | Tony Crisci | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
2018-02-07 | separate seat get focus and seat get focus inactive | Tony Crisci | |
2018-02-04 | basic focus overhaul | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-03-18 | remove unnecessary todo item | Zandr Martin | |
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. | |||
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2017-03-08 | fix workspace output assignment | Zandr Martin | |
2017-03-01 | Fix #1099: Allow spaces in worspace names | Calvin Lee | |
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. | |||
2016-12-15 | Handle calloc failures | Drew DeVault | |
2016-09-25 | Implement default name for workspace command | Ryan Dwyer | |
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. | |||
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |