Age | Commit message (Expand) | Author |
2023-07-23 | fix crash when resizing tiled scratchpad windows | bretello |
2023-07-13 | Calculate tiled resize amount relative to parent container | nukoseer |
2023-04-14 | commands: add printf attribute to cmd_results_new() | Simon Ser |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2020-10-22 | commands/resize: don't consider 1px resizes to be invalid | Daniel De Graaf |
2020-07-21 | moved and renamed movement-unit parsing to common | Nils Schulte |
2020-01-01 | Avoid numerical instability in resize | Pedro Côrte-Real |
2019-07-27 | Fix resize sibling amount calculations | Pedro Côrte-Real |
2019-07-15 | Sanity check gaps between tiled containers | Pedro Côrte-Real |
2019-07-14 | Layout tiled using a width/height fraction | Pedro Côrte-Real |
2019-03-02 | floating_maximum_size: change default behavior | Brian Ashworth |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-16 | cmd_resize: allow resizing hidden scratchpad by px | Brian Ashworth |
2019-01-15 | Handle hidden scratchpad containers in commands | Brian Ashworth |
2019-01-15 | Fix invalid pointers when using resize grow width on first/last siblings | Ryan Dwyer |
2019-01-15 | Resize only current and immediate siblings rather than all siblings | Ryan Dwyer |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2019-01-14 | Use uint32_t where resize axis might contain a bitfield | Ryan Dwyer |
2019-01-14 | Replace resize_axis with wlr_edges | Ryan Dwyer |
2018-11-25 | resize set: add assertion for an invalid unit | Konstantin Pospelov |
2018-11-25 | resize set: fix units for floating containers | Konstantin Pospelov |
2018-11-17 | Merge pull request #3142 from RyanDwyer/move-view-properties | Drew DeVault |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-17 | commands/resize: fix grow vars uninitialized | Cole Mickens |
2018-11-16 | resize set: convert ppt to px for floating containers | Trevor Slocum |
2018-11-08 | resize set: implement width and height keywords | Brian Ashworth |
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 |