swayfx/sway/tree
Brian Ashworth 9a75f0010f arrange: use int not size_t for title offsets
This changes `apply_tabbed_layout` and `apply_stacked_layout` to use
`int` instead of `size_t`. This is necessary for tabbed and stacked
containers to be positioned correctly when the y-location is negative.
The reasoning for this is signed plus unsigned is always an unsigned
value. This was causing the y-location of the container to be
positioned near `INT_MIN` due to an unsigned integer underflow
2019-03-10 13:07:32 -06:00
..
arrange.c arrange: use int not size_t for title offsets 2019-03-10 13:07:32 -06:00
container.c Fix container_parent_layout for scratchpad windows 2019-03-06 11:50:23 -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-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