index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
layout.c
Age
Commit message (
Expand
)
Author
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
2016-10-12
Revert "Fixes dealing with workspace_layout and related bugs [rfc]"
Drew DeVault
2016-10-11
add workspace_layout, ensure ws is always L_HORIZ
D.B
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin