sway/sway/tree
Brian Ashworth a3b9f2dcfa 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-04 12:50:47 -05:00
..
arrange.c Implement fullscreen global 2019-01-25 08:29:21 +10:00
container.c floating_maximum_size: change default behavior 2019-03-04 12:50:47 -05: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-25 17:10:04 -05:00
root.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
view.c subsurface_get_root_coords: break on NULL 2019-02-18 15:11:48 -05:00
workspace.c workspace_next_name: fallback to next available number 2019-02-18 15:11:48 -05:00