sway/sway
Dimitris Triantafyllidis 39328ca4e4 In container_split, set a floating container's view to tiled
Currently, when a floating container with a view is split and
children are added to it, the new views are rendered as tiled,
while the first view stays in floating style.

Here this is addressed by setting the view to tiled as soon
as the container is split, by duplicating the "view part" of
the logic in container_set_floating(..., false). Since the new
container of the view is no longer considered floating, it
makes sense to set the view to tiling at this point.

The view would have to be set back to floating if it was possible
to "unsplit" the container.
2020-10-28 00:36:33 -04:00
..
commands commands/move: fix crash when moving sphsc child 2020-10-24 02:15:30 -04:00
config input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
desktop transaction: make transaction collapsing smarter with > 2 views 2020-10-19 01:40:10 +02:00
input tiling_resize: abandon resize if a sibling con dies 2020-10-20 20:23:50 +02:00
tree In container_split, set a floating container's view to tiled 2020-10-28 00:36:33 -04:00
commands.c
config.c
criteria.c
decoration.c
ipc-json.c
ipc-server.c
main.c
meson.build input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
server.c
sway-bar.5.scd
sway-input.5.scd input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
sway-ipc.7.scd
sway-output.5.scd
sway.1.scd
sway.5.scd
swaynag.c
xdg_decoration.c