summaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
Commit message (Expand)AuthorAge
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
* more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
* style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
* Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Fix crash when moving workspace to outputLibravatar Ryan Dwyer2018-07-19
* Update workspace urgent state when views close or move workspacesLibravatar 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
* No need to walk to workspace, recursive willLibravatar vilhalmer2018-07-09
* Regroup signalLibravatar vilhalmer2018-07-09
* Replace empty workspace with moved workspaceLibravatar vilhalmer2018-07-08
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\
| * Merge pull request #2124 from emersion/drag-icons1.0-alpha.3Libravatar Drew DeVault2018-06-09
| |\
| | * Render drag iconsLibravatar emersion2018-06-09
| * | Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
| |/
* | 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
|/
* Switch restore workspaces to a nested for-loopLibravatar Brian Ashworth2018-06-08
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
* Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
* Remove tab/stack check for focusing after a splitLibravatar Brian Ashworth2018-06-06
* Fix focusing after splitting tabs/stacksLibravatar Brian Ashworth2018-06-06
* Fix movement crashes/issuesLibravatar Brian Ashworth2018-06-05
* Fix getting adjacent outputLibravatar Ryan Dwyer2018-06-01
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
* Merge pull request #2081 from RedSoxFan/fix-2077Libravatar emersion2018-06-01
|\
| * Send reparent events in container_splitLibravatar Brian Ashworth2018-05-31
* | Fix move perpendicular segfaultLibravatar Brian Ashworth2018-06-01
|/
* Fix typoLibravatar Brian Ashworth2018-05-31
* Fix moving out of tab/stack when only childLibravatar Brian Ashworth2018-05-31
* Notify of subtree changeLibravatar Brian Ashworth2018-05-29
* Fix moving out of a tabbed/stacked workspaceLibravatar Brian Ashworth2018-05-29
* Fix breaking out of tabs/stacksLibravatar Brian Ashworth2018-05-29
* Merge pull request #2060 from RedSoxFan/focus-wrappingLibravatar emersion2018-05-28
|\
| * Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
* | Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
|/
* Implement swap commandLibravatar Brian Ashworth2018-05-26
* Merge pull request #2033 from RyanDwyer/arrange-after-flattenLibravatar Drew DeVault2018-05-25
|\
| * Arrange views after flattening the parentLibravatar Ryan Dwyer2018-05-25
* | Merge pull request #2034 from RyanDwyer/cleanup-container-titlesLibravatar Drew DeVault2018-05-25
|\ \