aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/layout.c
Commit message (Expand)AuthorAge
* commands/layout: don't change the layout of workspaces with childrenLibravatar Ronan Pigott2020-12-20
* cmd_split: fix toggle split for non-split layoutsLibravatar Brian Ashworth2019-07-11
* cmd_layout: toggle split for tabbed/stack defaultLibravatar Brian Ashworth2019-07-10
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* layout cmd: always operate on parent container, like i3Fixes #3724Libravatar Eric Drechsel2019-02-19
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Deny several commands when there's no outputs connectedLibravatar Ryan Dwyer2018-10-26
* commands: remove EXPECTED_MORE_THANLibravatar Ian Fan2018-10-23
* Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
* Fix crash when running "layout toggle"Libravatar Ryan Dwyer2018-09-06
* Fix crash when running layout toggle splitLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Fix gaps issuesLibravatar Ryan Dwyer2018-08-28
* commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06
* commands: complete layout implementationLibravatar Ian Fan2018-08-06
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
* Clean up container title functionsLibravatar Ryan Dwyer2018-05-25
* Implement stacked layoutLibravatar Ryan Dwyer2018-05-22
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
* 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
* clean up container_get_default_layoutLibravatar Tony Crisci2018-04-03
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
* arrange windowsLibravatar 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 checks for command handlersLibravatar Tony Crisci2018-02-24
* basic layout commandLibravatar Tony Crisci2018-02-22
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* prevent crash when `layout auto` is missing argsLibravatar Zandr Martin2017-04-29
* Improve criteria handlingLibravatar Calvin Lee2017-04-05
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* replaced "bot" with "bottom" in auto layout commandsLibravatar wil2017-01-14
* reworked "layout auto*" star commandsLibravatar wil2017-01-08
* Indent cleanupsLibravatar wil2017-01-08
* [fix] cleanups suggested by Sway communityLibravatar wil2017-01-01
* changed "layout promote" command to "move first"Libravatar wil2017-01-01
* [fix] cycle auto layouts backwardsLibravatar wil2016-12-31
* cleanup in auto layoutsLibravatar wil2016-12-29
* introduce next/prev as a direction for focus/move commands.Libravatar wil2016-12-29
* Added "layout incnmaster|incncol" commandsLibravatar wil2016-12-29
* Added Awesome/Monad type "auto" layoutsLibravatar wil2016-12-29
* fix layout switching (was broken because of workspace_layout)0.11-rc1Libravatar D.B2016-12-04
* add workspace_layout to containerLibravatar D.B2016-12-04