swayfx/include/sway/tree
Brian Ashworth 430359519c floating_maximum_size: change default behavior
This changes the way zero (which is the default) is interpreted for both
the width and height of `floating_maximum_size`. It now refers to the
width and height of the entire output layout, which matches i3's
behavior.

This also removes duplicated code to calculate the floating constraints
in three files. Before this, `container_init_floating` used two-thirds
of the workspace width/height as the max and the entire workspace
width/height was used everywhere else. Now, all callers use a single
function `floating_calculate_constraints`.
2019-03-02 09:10:26 +01:00
..
arrange.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
container.h floating_maximum_size: change default behavior 2019-03-02 09:10:26 +01:00
node.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
root.h Implement fullscreen global 2019-01-25 08:29:21 +10:00
view.h Fix segfault when destroying unmapped child view 2018-11-28 14:08:20 +01:00
workspace.h Add workspace {prev,next}_on_output --create 2019-02-17 11:50:07 -05:00