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
/
split.c
Age
Commit message (
Expand
)
Author
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-07-28
Allow splitting a floating view
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-06-23
Implement atomic layout updates for tree operations
Ryan Dwyer
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-06-01
Prevent splitting a floating view
Ryan Dwyer
2018-04-28
Refactor arrange_windows()
Ryan Dwyer
2018-04-07
container_create_notify on split
Tony Crisci
2018-04-02
cleanup split command handlers
Tony Crisci
2018-04-02
fix workspace splits
Tony Crisci
2018-04-02
address feedback
Tony Crisci
2018-03-31
basic split containers
Tony Crisci
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-04-05
Improve criteria handling
Calvin Lee
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-04
add workspace_layout to container
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