Age | Commit message (Expand) | Author |
2019-07-11 | cmd_split: fix toggle split for non-split layouts | Brian Ashworth |
2019-07-10 | cmd_layout: toggle split for tabbed/stack default | Brian Ashworth |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-02-19 | layout cmd: always operate on parent container, like i3Fixes #3724 | Eric Drechsel |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2018-10-26 | Deny several commands when there's no outputs connected | Ryan Dwyer |
2018-10-23 | commands: remove EXPECTED_MORE_THAN | Ian Fan |
2018-09-29 | Make gaps implementation consistent with i3-gaps | Ryan Dwyer |
2018-09-06 | Fix crash when running "layout toggle" | Ryan Dwyer |
2018-09-05 | Fix crash when running layout toggle split | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-28 | Fix gaps issues | Ryan Dwyer |
2018-08-06 | commands: fix layout implementation (also better name for previous split layout) | Ian Fan |
2018-08-06 | commands: complete layout implementation | Ian Fan |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer |
2018-05-25 | Clean up container title functions | Ryan Dwyer |
2018-05-22 | Implement stacked layout | Ryan Dwyer |
2018-05-21 | Implement tabbed layout | Ryan Dwyer |
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer |
2018-04-26 | Remove sway_container.workspace_layout | Ryan Dwyer |
2018-04-06 | Revert "Break everything^W^WUse wlr_box for sway_container" | Drew DeVault |
2018-04-06 | Break everything^W^WUse wlr_box for sway_container | Drew DeVault |
2018-04-03 | clean up container_get_default_layout | Tony Crisci |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci |
2018-03-29 | Revert "Refactor tree" | Drew DeVault |
2018-03-29 | arrange windows | Tony Crisci |
2018-03-29 | more renaming things | Tony Crisci |
2018-03-29 | rename container functions | Tony Crisci |
2018-03-29 | move tree includes to their own directory | Tony Crisci |
2018-02-24 | remove checks for command handlers | Tony Crisci |
2018-02-22 | basic layout command | Tony Crisci |
2017-11-18 | Move everything to sway/old/ | Drew DeVault |
2017-04-29 | prevent crash when `layout auto` is missing args | Zandr Martin |
2017-04-05 | Improve criteria handling | Calvin Lee |
2017-03-10 | UnGNUify the codebase | Drew DeVault |
2017-01-14 | replaced "bot" with "bottom" in auto layout commands | wil |
2017-01-08 | reworked "layout auto*" star commands | wil |
2017-01-08 | Indent cleanups | wil |
2017-01-01 | [fix] cleanups suggested by Sway community | wil |
2017-01-01 | changed "layout promote" command to "move first" | wil |
2016-12-31 | [fix] cycle auto layouts backwards | wil |
2016-12-29 | cleanup in auto layouts | wil |
2016-12-29 | introduce next/prev as a direction for focus/move commands. | wil |
2016-12-29 | Added "layout incnmaster|incncol" commands | wil |
2016-12-29 | Added Awesome/Monad type "auto" layouts | wil |
2016-12-04 | fix layout switching (was broken because of workspace_layout) | D.B |
2016-12-04 | add workspace_layout to container | D.B |
2016-11-06 | change default layout toggle to L_HORIZ | D.B |