gri3-wm/testcases
Ingo Bürk 10b1b39478 Make resize grow|shrink width|height work for a nested split in the same direction.
Suppose a horizontally oriented workspace has two windows open. Issuing "split h" on
the right window creates a nested horizontal container. If we now resize in "width"
direction, the resize doesn't work because it will only operate on the current parent,
which is a container with only one child, so the resize command exits.

This is unexpected behavior from a user point of view. Hence, with this patch, we
ensure that we don't just go up the tree until we find a parent with the correct
orientation, but also keep going if that parent has only a single child.

fixes #2015
2015-10-25 13:03:56 +01:00
..
lib Added a testcase for #1614 2015-04-01 13:51:48 +02:00
t Make resize grow|shrink width|height work for a nested split in the same direction. 2015-10-25 13:03:56 +01:00
.gitignore
Makefile.PL Bump testsuite dependencies versions 2015-04-11 21:24:01 +06:00
complete-run.pl Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
i3-test.config
new-test
restart-state.golden
valgrind.supp