aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/resize.c
AgeCommit message (Expand)Author
2018-08-26Remove layout.cRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-10Implement resize set <width> <height> for tiled containersRyan Dwyer
2018-08-10Implement resize grow|shrink <direction> <amount> for tiled containersRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-14Force min/max size when resizing floating containersRyan Dwyer
2018-07-14Implement resize grow|shrink <direction> <amount> or <amount>Ryan Dwyer
2018-07-14Implement resize command for floating viewsRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-05-03Fix segfault when running the resize command without argumentsemersion
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-06Revert "Break everything^W^WUse wlr_box for sway_container"Drew DeVault
2018-04-06Break everything^W^WUse wlr_box for sway_containerDrew DeVault
2018-04-05Implement resize commandDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-05Improve criteria handlingCalvin Lee
2017-03-10UnGNUify the codebaseDrew DeVault
2017-01-07[fix] resize should now preserve surrounding container's dimensionswil
2017-01-07Moved auto_* layout functions from resize.c to layout.cwil
2017-01-01[fix] cleanups suggested by Sway communitywil
2016-12-29[fix] Handle auto layout resize with multiple slave groupswil
2016-12-29Handle resize in auto layoutswil
2016-09-07squash commits, move enum into resize.cZandr Martin
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin