swayfx/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.c Implement fullscreen global 2019-01-25 08:29:21 +10:00
container.c floating_maximum_size: change default behavior 2019-03-02 09:10:26 +01:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Handle NULL from output_get_active_workspace 2019-02-21 21:18:03 +01:00
root.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
view.c add --i3 flag to hide_edge_borders 2019-02-24 15:26:37 -05:00
workspace.c workspace_next_name: fallback to next available number 2019-02-17 19:15:19 +01:00