aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/resize.c
AgeCommit message (Expand)Author
2018-11-17Merge pull request #3142 from RyanDwyer/move-view-propertiesDrew DeVault
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-17commands/resize: fix grow vars uninitializedCole Mickens
2018-11-16resize set: convert ppt to px for floating containersTrevor Slocum
2018-11-08resize set: implement width and height keywordsBrian Ashworth
2018-10-26Deny several commands when there's no outputs connectedRyan Dwyer
2018-10-23Fix crash when resizing container hidden in the scratchpadRyan Dwyer
2018-10-09resize: Determine if anything changed using before/after checkRyan Dwyer
2018-09-29Return an error when resizing is a no opRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
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