swayfx/sway/desktop
Ryan Dwyer 08cfba2192 Allow containers to float
Things worth noting:

* When a fullscreen view unmaps, the check to unset fullscreen on the
workspace has been moved out of view_unmap and into container_destroy,
because containers can be fullscreen too
* The calls to `container_reap_empty_recursive(workspace)` have been
removed from `container_set_floating`. That function reaps upwards so it
wouldn't do anything. I'm probably the one who originally added it...
* My fix (b14bd1b0b1) for the tabbed child
crash has a side effect where when you close a floating container, focus
is not given to the tiled container again. I've removed my fix and
removed the call to `send_cursor_motion` from `seat_set_focus_warp`. We
should consider calling it from somewhere earlier in the call stack.
2018-07-28 22:41:04 +10:00
..
desktop.c Implement some floating move commands 2018-07-09 23:38:29 +10:00
idle_inhibit_v1.c Fix memory leak in sway/desktop/idle_inhibit_v1.c 2018-07-17 11:35:24 -04:00
layer_shell.c Fix memory leak in handle_layer_shell_surface 2018-07-17 11:35:24 -04:00
output.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
render.c Allow containers to float 2018-07-28 22:41:04 +10:00
transaction.c Second attempt at fixing transaction use-after-free 2018-07-28 17:43:18 +10:00
xdg_shell.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xdg_shell_v6.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xwayland.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00