aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Collapse)AuthorAge
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
|
* Support runtime var expansion and set at runtimeLibravatar Brian Ashworth2018-06-05
|
* Fix issues with sticky containers and workspacesLibravatar Ryan Dwyer2018-06-01
| | | | | | | | | * Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic.
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
|
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
| | | | | | | | | Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented.
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
| | | | Fixes #1716.
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
|
* Revert "Break everything^W^WUse wlr_box for sway_container"Libravatar Drew DeVault2018-04-06
|
* Break everything^W^WUse wlr_box for sway_containerLibravatar Drew DeVault2018-04-06
|
* Merge branch 'wlroots' into split-containers2Libravatar Tony Crisci2018-04-04
|\
| * Merge pull request #1712 from RedSoxFan/workspace-number-namesLibravatar Drew DeVault2018-04-03
| |\ | | | | | | Fix name generation from workspace number commands
| | * Fix name generation for workspace number <name>Libravatar Brian Ashworth2018-04-03
| | |
* | | move workspace create to workspace.cLibravatar Tony Crisci2018-04-03
| | |
* | | unify workspace create functionsLibravatar Tony Crisci2018-04-03
| | |
* | | move view and workspace destructors to container.cLibravatar Tony Crisci2018-04-03
|/ /
* | Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-04-02
|\ \
| * | Fixes back-and-forth name saving for non-empty wsLibravatar Brian Ashworth2018-03-31
| |/
* / rename seat functionsLibravatar Tony Crisci2018-04-02
|/
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
|
* Finish porting over workspace_next_nameLibravatar Drew DeVault2018-03-30
|
* 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
|
* arrange windowsLibravatar Tony Crisci2018-03-29
|
* 80colLibravatar Tony Crisci2018-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
|
* remove old focus memberLibravatar Tony Crisci2018-02-10
|
* 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
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* Add workspace to outputsLibravatar Drew DeVault2017-11-22
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Move sway's internal tree code to sway/tree/Libravatar Drew DeVault2017-11-11