sway/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.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Refactor seat operations to use an interface 2019-01-10 22:04:42 +10:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Fix segfaults on output destruction 2019-01-10 03:07:36 -05:00
root.c Fix crash when scratchpad contains split containers 2018-12-29 14:45:42 +10:00
view.c seat: unhide the cursor if it is warped to focus 2019-01-07 10:30:19 -05:00
workspace.c Combine output_by_name and output_by_identifier 2018-12-20 19:55:29 +01:00