aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/resize.c
Commit message (Expand)AuthorAge
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* commands/resize: don't consider 1px resizes to be invalidLibravatar Daniel De Graaf2020-10-22
* moved and renamed movement-unit parsing to commonLibravatar Nils Schulte2020-07-21
* Avoid numerical instability in resizeLibravatar Pedro Côrte-Real2020-01-01
* Fix resize sibling amount calculationsLibravatar Pedro Côrte-Real2019-07-27
* Sanity check gaps between tiled containersLibravatar Pedro Côrte-Real2019-07-15
* Layout tiled using a width/height fractionLibravatar Pedro Côrte-Real2019-07-14
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* cmd_resize: allow resizing hidden scratchpad by pxLibravatar Brian Ashworth2019-01-16
* Handle hidden scratchpad containers in commandsLibravatar Brian Ashworth2019-01-15
* Fix invalid pointers when using resize grow width on first/last siblingsLibravatar Ryan Dwyer2019-01-15
* Resize only current and immediate siblings rather than all siblingsLibravatar Ryan Dwyer2019-01-15
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Use uint32_t where resize axis might contain a bitfieldLibravatar Ryan Dwyer2019-01-14
* Replace resize_axis with wlr_edgesLibravatar Ryan Dwyer2019-01-14
* resize set: add assertion for an invalid unitLibravatar Konstantin Pospelov2018-11-25
* resize set: fix units for floating containersLibravatar Konstantin Pospelov2018-11-25
* Merge pull request #3142 from RyanDwyer/move-view-propertiesLibravatar Drew DeVault2018-11-17
|\
| * Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* | commands/resize: fix grow vars uninitializedLibravatar Cole Mickens2018-11-17
|/
* resize set: convert ppt to px for floating containersLibravatar Trevor Slocum2018-11-16
* resize set: implement width and height keywordsLibravatar Brian Ashworth2018-11-08
* Deny several commands when there's no outputs connectedLibravatar Ryan Dwyer2018-10-26
* Fix crash when resizing container hidden in the scratchpadLibravatar Ryan Dwyer2018-10-23
* resize: Determine if anything changed using before/after checkLibravatar Ryan Dwyer2018-10-09
* Return an error when resizing is a no opLibravatar Ryan Dwyer2018-09-29
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Implement resize set <width> <height> for tiled containersLibravatar Ryan Dwyer2018-08-10
* Implement resize grow|shrink <direction> <amount> for tiled containersLibravatar Ryan Dwyer2018-08-10
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Force min/max size when resizing floating containersLibravatar Ryan Dwyer2018-07-14
* Implement resize grow|shrink <direction> <amount> or <amount>Libravatar Ryan Dwyer2018-07-14
* Implement resize command for floating viewsLibravatar Ryan Dwyer2018-07-14
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Fix segfault when running the resize command without argumentsLibravatar emersion2018-05-03
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Revert "Break everything^W^WUse wlr_box for sway_container"Libravatar Drew DeVault2018-04-06
* Break everything^W^WUse wlr_box for sway_containerLibravatar Drew DeVault2018-04-06
* Implement resize commandLibravatar Drew DeVault2018-04-05
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* Improve criteria handlingLibravatar Calvin Lee2017-04-05
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* [fix] resize should now preserve surrounding container's dimensionsLibravatar wil2017-01-07