aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Expand)AuthorAge
...
* Only consider tiling views for gaps outerLibravatar Brian Ashworth2018-10-08
* Move sticky containers when switching workspace via criteriaLibravatar Ryan Dwyer2018-10-06
* Fix smart gapsLibravatar Brian Ashworth2018-10-01
* Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
* Check for NULL output in workspace_valid_on_outputLibravatar Ryan Dwyer2018-09-28
* Rename workspace_outputs to workspace_configs and fix memory leakLibravatar Ryan Dwyer2018-09-28
* Prevent sticky containers from jumping on workspace switchLibravatar Ryan Dwyer2018-09-23
* commands: remove obselete code for sticky windows when switching workspaceLibravatar Ian Fan2018-09-22
* Fix crash in workspace_wrap_childrenLibravatar Ryan Dwyer2018-09-11
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Give windows pointer focus immediately when they are switched toLibravatar William Wold2018-09-10
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03
* Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
* Fix gaps issuesLibravatar Ryan Dwyer2018-08-28
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* 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