aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Expand)AuthorAge
...
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Improve new workspace name selectionLibravatar minus2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* commands: saner workspace number handlingLibravatar Ian Fan2018-08-18
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
* When the workspace is focused, return it instead of checking parentLibravatar Donnie West2018-08-16
* Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
* Use assigned workspace name for outputLibravatar minus2018-08-12
* Deny moving a sticky container to workspace if it's the same outputLibravatar Ryan Dwyer2018-08-08
* Fix infinite loop when focusing sticky containers via workspace commandLibravatar Ryan Dwyer2018-08-07
* commands: check for special workspaces in workspace & move commandsLibravatar Ian Fan2018-08-06
* commands: complete workspace implementationLibravatar Ian Fan2018-08-06
* commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Check correct ws for sticky and fix floating iterLibravatar Brian Ashworth2018-08-03
* Preserve workspace nameLibravatar Mihai Coman2018-07-28
* Merge pull request #2165 from swaywm/pid-workspacesLibravatar Drew DeVault2018-07-24
|\
| * Address @emersion's review commentsLibravatar Drew DeVault2018-07-24
| * Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
| |\
| * | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
* | | Also extract first workspace name from bindcodesLibravatar frsfnrrg2018-07-23
| |/ |/|
* | Render containers as urgent if they have an urgent childLibravatar Ryan Dwyer2018-07-16
* | Mark containers as urgent in IPC if they have urgent viewsLibravatar Ryan Dwyer2018-07-16
* | Update workspace urgent state when views close or move workspacesLibravatar Ryan Dwyer2018-07-16
* | Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* | Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* | Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* | workspace_next_name: free targets later than these already found in orderLibravatar Dominique Martinet2018-07-05
* | workspace_next_name: fix string length for ws_num >= 100Libravatar Dominique Martinet2018-07-02
* | find prev/next output/workspace: add NULL checkLibravatar Dominique Martinet2018-07-02
|/
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Make main properties be the pending stateLibravatar Ryan Dwyer2018-06-09
* WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09
* 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
* 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
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
* 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 for workspace number <name>Libravatar Brian Ashworth2018-04-03
* | | move workspace create to workspace.cLibravatar Tony Crisci2018-04-03