swayfx/include/sway/tree
Ryan Dwyer ed5aafd90b Refactor seat operations to use an interface
This splits each seat operation (drag/move tiling/floating etc) into a
separate file and introduces a struct sway_seatop_impl to abstract the
operation.

The move_tiling_threshold operation has been merged into move_tiling.

The main logic for each operation is untouched aside from variable
renames.

The following previously-static functions have been made public:
* node_at_coords
* container_raise_floating
* render_rect
* premultiply_alpha
* scale_box
2019-01-10 22:04:42 +10:00
..
arrange.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
container.h Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
node.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
output.h move output create to its own file 2018-04-03 20:00:09 -04:00
root.h Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
view.h Fix segfault when destroying unmapped child view 2018-11-28 14:08:20 +01:00
workspace.h Implement per side and per direction outer gaps 2018-11-07 22:44:11 -05:00