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
2023-04-14
Fix old style function definitions
Elyes Haouas
2021-09-04
commands: update split none command for a047b5ee4
Ronan Pigott
2021-09-03
command: implement split none
Ronan Pigott
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2020-12-20
container: don't split single children
Ronan Pigott
2020-01-16
cmd_split: Refuse to split scratchpad hidden split containers
Ronan Pigott
2020-01-16
commands/split: Fix error message typos
Ronan Pigott
2019-04-13
Fix scratchpad fullscreen behavior and crash
Brian Ashworth
2019-01-28
Introduce container_is_scratchpad_hidden
Ryan Dwyer
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-15
Handle hidden scratchpad containers in commands
Brian Ashworth
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-12-17
cmd_split: add null checks in do_split
Brian Ashworth
2018-12-05
cmd_split: flatten when possible
Brian Ashworth
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