aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/resize.c
AgeCommit message (Expand)Author
2023-07-23fix crash when resizing tiled scratchpad windowsbretello
2023-07-13Calculate tiled resize amount relative to parent containernukoseer
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2021-02-16container: Move pending state to state structKenny Levinsen
2020-10-22commands/resize: don't consider 1px resizes to be invalidDaniel De Graaf
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte
2020-01-01Avoid numerical instability in resizePedro Côrte-Real
2019-07-27Fix resize sibling amount calculationsPedro Côrte-Real
2019-07-15Sanity check gaps between tiled containersPedro Côrte-Real
2019-07-14Layout tiled using a width/height fractionPedro Côrte-Real
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-16cmd_resize: allow resizing hidden scratchpad by pxBrian Ashworth
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-15Fix invalid pointers when using resize grow width on first/last siblingsRyan Dwyer
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-14Use uint32_t where resize axis might contain a bitfieldRyan Dwyer
2019-01-14Replace resize_axis with wlr_edgesRyan Dwyer
2018-11-25resize set: add assertion for an invalid unitKonstantin Pospelov
2018-11-25resize set: fix units for floating containersKonstantin Pospelov
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