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-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-23
Fix crash when resizing container hidden in the scratchpad
Ryan Dwyer
2018-10-09
resize: Determine if anything changed using before/after check
Ryan Dwyer
2018-09-29
Return an error when resizing is a no op
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-21
Replace enum resize_edge with wlr_edges
Ryan Dwyer
2018-08-12
Implement resizing tiled containers via cursor
Ryan Dwyer
2018-08-10
Implement resize set <width> <height> for tiled containers
Ryan Dwyer
2018-08-10
Implement resize grow|shrink <direction> <amount> for tiled containers
Ryan Dwyer
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