]> git.sur5r.net Git - i3/i3/history - testcases
Merge branch 'master' into next
[i3/i3] / testcases /
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'fix-resize-in-con'
2011-08-24 Michael StapelbergBugfix: Make the 'resize' command work inside tabbed...
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-23 Michael StapelbergMerge branch 'fix-focustoggle'
2011-08-23 Michael StapelbergAdd test for the 'focus mode_toggle' issue (#487)
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-22 Michael StapelbergMerge branch 'master' into next
2011-08-20 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-assignfocus'
2011-08-17 Michael StapelbergBugfix: Don’t change focus when assigned windows start...
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-12 Michael StapelbergMerge branch 'master' into next
2011-08-11 Michael StapelbergMerge branch 'master' into next
2011-08-10 Axel WagnerMerge branch 'master' into next
2011-08-10 Michael StapelbergMerge branch 'tests-optimize' into next
2011-08-10 Michael Stapelbergtestsuite: eliminate sleep, wait until i3 replies via IPC
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'fix-resize'
2011-08-09 Michael Stapelbergswap up/down, also modify the testcase
2011-08-09 Michael StapelbergMerge branch 'new-new_float' into next
2011-08-09 Michael Stapelbergtests: add t/74-border-config which checks new_window...
2011-08-09 Michael StapelbergMerge branch 'get-marks' into next
2011-08-09 Michael Stapelbergtests: add testcase for the GET_MARKS ipc request
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'fix-instance-criterion'
2011-08-04 Michael Stapelbergextend t/65-for_window to check for the 'instance'...
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-floating-resize'
2011-08-03 Michael Stapelbergt/41-resize: also verify resize for floating windows
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order'
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order' into next
2011-08-03 Michael Stapelbergalso handle quoted workspace names, extend t/72 for...
2011-08-03 Michael Stapelbergadd testcase to check if i3 starts on the first named...
2011-08-03 Michael StapelbergMerge branch 'tests-i3lib-launch' into next
2011-08-03 Michael StapelbergMerge branch 'tests-i3lib-launch'
2011-08-03 Michael Stapelbergt/70-force-focus-wrapping: use launch_with_config
2011-08-03 Michael Stapelbergt/67-workspace_layout: use launch_with_config
2011-08-03 Michael Stapelbergt/66-assign: use launch_with_config
2011-08-02 Michael Stapelbergtests: implement i3test::launch_with_config, use it...
2011-08-02 Michael StapelbergMerge branch 'fix-multi-for_window' into next
2011-08-02 Michael Stapelbergt/65-for_window: add a testcase for multiple criteria
2011-08-02 Michael Stapelbergtests: make t/65-for-window.t use separate i3 instances
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael Stapelbergi3-migrate-config-to-v4: drop the .pl suffix
2011-07-31 Michael Stapelbergi3-migrate-config-to-v4: drop the .pl suffix
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-27 Michael Stapelbergmigrate-config: convert old 'with container' commands...
2011-07-27 Michael Stapelbergtests: t/17-workspace.t: keep workspace 1 open
2011-07-27 Michael Stapelbergtests: keep an X11 connection open to every display...
2011-07-25 Michael Stapelbergadd Xdummy script to start a headless X11 server
2011-07-25 Michael Stapelbergtestsuite: allow parallel runs. decreases the test...
2011-07-25 Michael Stapelbergtests: get the socket path from the X11 atom I3_SOCKET_PATH
2011-07-24 Michael Stapelbergipc: make 'focused' a bool
2011-07-24 Michael Stapelbergipc: make 'urgent' a bool
2011-07-24 Michael Stapelbergipc: send 'percent': null when percent is not relevant...
2011-07-14 Michael Stapelbergtestcases: explicitly mark the (short) config files...
2011-07-14 Michael Stapelbergmigrate-config: mode foo → mode "foo" (+test) (Thanks...
2011-07-14 Michael StapelbergBugfix: Switch to appropriate workspace when using...
2011-07-14 Michael Stapelbergtestcases: fix config-migrate test case after latest...
2011-07-08 Michael Stapelbergmigrate-config: also migrate border toggle (bt) (Thanks...
2011-07-08 Michael Stapelbergtests: t/19-match needs a little delay
2011-07-07 Michael StapelbergBugfix: multiple criteria should use a logical AND...
2011-07-06 Michael Stapelbergmigrate-config: Bugfix: 'borderless' has to be 'none'
2011-07-06 Michael Stapelbergmigrate-config: also handle named workspaces correctly...
2011-07-06 Michael Stapelbergmigrate-config: also leave client.background lines...
2011-07-06 Michael StapelbergAdd script to migrate a v3 config to v4 (tree). Please...
2011-07-04 Michael StapelbergImplement 'focus floating', 'focus tiling' and 'focus...
2011-06-30 Michael StapelbergBugfix: Correctly revert floating focus when killing...
2011-06-30 Michael StapelbergBugfix: testcase was still using 'mode floating' instea...
2011-06-13 Michael StapelbergBugfix: Fix floating assignments, extend test for the...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-06-10 Michael StapelbergImplement 'border toggle' (+test)
2011-06-10 Michael StapelbergImplement 'workspace next/prev' (+test)
2011-06-10 Michael StapelbergCONFIG BREAK: rename 'mode floating/tiling' to 'floatin...
2011-06-09 Michael StapelbergBREAKS CONFIG: rename 'level up' to 'focus parent'
2011-06-08 Michael StapelbergParse multiple criteria in commands (+test), better...
2011-06-08 Michael StapelbergCONFIG BREAK: kick the 'next'/'prev' commands, introduc...
2011-06-03 Michael Stapelbergadd testcase for the fullscreen restart problem of...
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-06-02 Michael Stapelbergipc: make 'layout' a string
2011-05-29 Michael Stapelbergtestcase: correct window names (trivial)
2011-05-25 Michael Stapelbergtests: explicitly declare done_testing in subtest
2011-05-25 Michael Stapelbergtests: use Test:Most instead of Test:More
2011-05-24 Michael Stapelbergtests: add test for the 'assign' feature
2011-05-24 Michael Stapelbergfix typo in t/65-for_window.t
2011-05-24 Michael Stapelbergtests: make t/59-socketpaths exit gracefully
2011-05-16 Michael Stapelbergtests: also test multiple commands in for_window
2011-05-16 Michael Stapelbergtests: add test for the for_window config directive...
2011-05-13 Michael StapelbergBugfix: Attach new cons at the correct place when a...
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
next