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
/
resize.c
Age
Commit message (
Expand
)
Author
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-14
Force min/max size when resizing floating containers
Ryan Dwyer
2018-07-14
Implement resize grow|shrink <direction> <amount> or <amount>
Ryan Dwyer
2018-07-14
Implement resize command for floating views
Ryan Dwyer
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-05-03
Fix segfault when running the resize command without arguments
emersion
2018-04-28
Refactor arrange_windows()
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-05
Implement resize command
Drew DeVault
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
2017-01-07
[fix] resize should now preserve surrounding container's dimensions
wil
2017-01-07
Moved auto_* layout functions from resize.c to layout.c
wil
2017-01-01
[fix] cleanups suggested by Sway community
wil
2016-12-29
[fix] Handle auto layout resize with multiple slave groups
wil
2016-12-29
Handle resize in auto layouts
wil
2016-09-07
squash commits, move enum into resize.c
Zandr Martin
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin