i3/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 Testcases: Use Xephyr instead of XDummy 2014-10-02 23:05:00 +02:00
complete-run.pl Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
i3-test.config Extend the fullscreen command 2014-12-10 20:42:52 +01:00
Makefile.PL Bump testsuite dependencies versions 2015-04-11 21:24:01 +06:00
new-test Remove pointer warp from test boilerplate 2013-12-10 21:52:50 +01:00
restart-state.golden tests: implement restart testing (actual option still missing) 2011-12-21 23:15:30 +00:00
valgrind.supp Add valgrind suppression file to testcases 2014-03-10 17:37:41 +01:00