gri3-wm/testcases/t
Michael Stapelberg ac7278eb1a resizing: traverse containers up properly (+test) (Thanks oblique)
In certain situations (when you have a h-split within a h-split) you
couldn’t properly resize previously. This commit makes the resize
command properly traverse up the containers.

fixes #754
2012-07-22 21:37:26 +02:00
..
000-load-deps.t
001-tile.t
002-i3-sync.t
003-ipc.t
004-unmanaged.t testcases: use open_window everywhere 2011-11-23 20:33:44 +00:00
005-floating.t
100-fullscreen.t Replace the old fullscreen container when requesting fullscreen 2012-04-08 17:53:37 +02:00
101-focus.t
102-dock.t
103-move.t testcases: correctly enable lexical pragmata 2011-11-21 23:50:39 +00:00
104-focus-stack.t
105-stacking.t
111-goto.t
112-floating-resize.t
113-urgent.t
114-client-leader.t testcases: drop open_floating_window()s $x parameter, use global 2011-11-23 00:02:47 +00:00
115-ipc-workspaces.t
116-nestedcons.t properly serialize floating/scratchpad state when restarting 2012-01-05 21:41:20 +00:00
117-workspace.t tests: Check that 'workspace number <number>' opens a new workspace 2012-05-09 20:33:11 +02:00
118-openkill.t
119-match.t
120-multiple-cmds.t Send proper error messages upon parser failures, use yajl for generating command replies 2012-05-02 22:01:50 +02:00
121-next-prev.t
122-split.t parser: reorder v/h/vertical/horizontal 2012-06-10 17:56:28 +02:00
124-move.t Extends move command for floating windows 2012-03-25 11:06:49 +02:00
126-regress-close.t
127-regress-floating-parent.t
128-open-order.t
129-focus-after-close.t testcases: replace sleep with sync_with_i3 where appropiate 2011-11-23 20:33:44 +00:00
130-close-empty-split.t Get rid of references to level up/down. 2012-05-28 23:37:15 +02:00
131-stacking-order.t tests: rename files (00x-*.t is basic stuff, >=100-*.t are tests using IPC) 2011-10-08 14:38:50 +01:00
132-move-workspace.t Add a new command 'move to workspace current' 2012-06-03 19:42:56 +02:00
133-size-hints.t
134-invalid-command.t
135-floating-focus.t
136-floating-ws-empty.t
137-floating-unmap.t
138-floating-attach.t
139-ws-numbers.t
140-focus-lost.t
141-resize.t t/141-resize.t: do not compare float values directly. use i3test.pm::cmp_float which compares using precision of 1e-6. 2012-05-05 19:15:43 +02:00
142-regress-move-floating.t
143-regress-floating-restart.t
144-regress-floating-resize.t
145-flattening.t
146-floating-reinsert.t testcases: drop open_floating_window()s $x parameter, use global 2011-11-23 00:02:47 +00:00
147-regress-floatingmove.t Get rid of references to level up/down. 2012-05-28 23:37:15 +02:00
148-regress-floatingmovews.t
150-regress-dock-restart.t make in-place restarts use socket activation, too (for faster/less flaky tests) 2012-01-21 23:03:09 +00:00
151-regress-float-size.t
152-regress-level-up.t Get rid of references to level up/down. 2012-05-28 23:37:15 +02:00
153-floating-originalsize.t
154-regress-multiple-dock.t testcases: drop open_window()s $x parameter, use global one instead 2011-11-21 23:51:04 +00:00
155-floating-split-size.t
156-fullscreen-focus.t Restrict "move to workspace" commands in fullscreen. 2012-06-03 16:24:53 +02:00
158-wm_take_focus.t t/158-wm_take_focus: use sync_with_i3 instead of a timeout 2012-02-21 14:37:55 +01:00
159-socketpaths.t tests: make t/159-socketpath more robust 2012-06-29 21:23:28 +02:00
161-regress-borders-restart.t
162-regress-dock-urgent.t
163-wm-state.t
164-kill-win-vs-client.t t/164-kill-win-vs-client: get rid of sleep()s 2012-02-21 14:28:37 +01:00
165-for_window.t
166-assign.t tests: t/166-assign.t: use wait_for_window 2012-06-29 23:20:46 +02:00
167-workspace_layout.t Merge branch 'master' into next 2012-02-07 17:41:36 -05:00
168-regress-fullscreen-restart.t
169-border-toggle.t
170-force_focus_wrapping.t
171-config-migrate.t
172-start-on-named-ws.t
173-get-marks.t
173-regress-focus-assign.t
174-border-config.t
174-regress-focus-toggle.t
175-startup-notification.t
176-workspace-baf.t tests: add test to verify workspace_auto_back_and_forth works with 'workspace number' 2012-05-09 20:33:41 +02:00
177-bar-config.t
178-regress-workspace-open.t
179-regress-multiple-ws.t
180-fd-leaks.t
181-regress-float-border.t tests: add test for ticket #561 (floating window size when changing border) 2011-11-26 21:20:00 +00:00
182-regress-focus-dock.t
183-config-variables.t
184-regress-float-split-resize.t Bugfix: Fix floating resize for floating split containers (+test) 2011-12-18 15:18:20 +00:00
185-scratchpad.t
186-regress-assign-focus-parent.t
187-commands-parser.t Implement 'rename workspace <old_name> to <new_name>' 2012-04-08 20:40:00 +02:00
188-regress-focus-restart.t make in-place restarts use socket activation, too (for faster/less flaky tests) 2012-01-21 23:03:09 +00:00
189-floating-constraints.t
190-scratchpad-diff-ws.t add a testcase for the previous commit 2012-04-05 18:12:24 +02:00
191-resize-levels.t resizing: traverse containers up properly (+test) (Thanks oblique) 2012-07-22 21:37:26 +02:00
500-multi-monitor.t Implement fake-outputs option (cmdline, cfg) for multi-monitor testing 2012-04-09 14:28:36 +02:00
501-scratchpad.t Implement fake-outputs option (cmdline, cfg) for multi-monitor testing 2012-04-09 14:28:36 +02:00
502-focus-output.t tests: warp the pointer to in multi-monitor tests to avoid flaky tests 2012-04-09 14:48:57 +02:00
503-workspace.t tests: warp the pointer to in multi-monitor tests to avoid flaky tests 2012-04-09 14:48:57 +02:00
504-move-workspace-to-output.t tests: t/504: ensure cursor position 2012-06-29 23:21:32 +02:00