]> git.sur5r.net Git - i3/i3/history - testcases
Fix switching containers by moving the mouse over their decorations when in the same...
[i3/i3] / testcases /
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergperl: use get_tree instead of get_workspaces
2010-11-21 Michael StapelbergBugfix: Don’t attach tiling containers to floating...
2010-11-21 Michael Stapelbergipc: s/floating-nodes/floating_nodes for consistency
2010-11-20 Michael Stapelbergfloating-unmap.t: switch order, don’t use workaround
2010-11-20 Michael Stapelbergbugfix: don’t treat workspace as empty if they only...
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
2010-11-14 Michael Stapelbergadd testcase for focus problem when toggling floating...
2010-11-14 Michael Stapelbergmodify t/04-floating.t to reflect the new way we are...
2010-11-13 Michael Stapelbergadd testcases/complete-run.pl, a script for convenientl...
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-13 Michael Stapelbergt/16-nestedcons.t: add 'border' key
2010-11-13 Michael Stapelbergimplement support for WM_TRANSIENT_FOR, expand testcase
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-11-12 Michael Stapelbergbugfix: need to use window_type instead of type in...
2010-11-12 Michael Stapelbergadd testcase for invalid commands
2010-11-12 Michael Stapelbergparser: don’t exit(1) on invalid command, use better...
2010-10-11 Michael StapelbergImplement support for size hints (including test case)
2010-08-21 Michael Stapelbergt/22-split: Bugfix: don’t declare old_count twice ...
2010-08-21 Lourens RozemaTest 16 fixed expectation of the (root) focused field...
2010-07-17 Michael Stapelbergtestcase: use open_empty_con in some more testcases
2010-07-17 Michael Stapelbergt/29-focus-after-close.t: add more tests (for a regression)
2010-07-17 Michael Stapelbergtestcases: Implement open_empty_con which directly...
2010-07-17 Michael Stapelbergmore explanation in t/29-focus-after-close.t
2010-07-17 Michael StapelbergBugfix: Keep focus on the current workspace when moving...
2010-07-16 Michael StapelbergTreat stacking containers as if they are in vertical...
2010-07-16 Michael Stapelbergclose empty parent containers, add testcase
2010-07-04 Michael Stapelbergtestcases: remove 'use v5.10' as this is automatically...
2010-07-04 Michael StapelbergBugfix: Correctly restore focus after close (and add...
2010-07-03 Michael StapelbergBugfix: Insert new containers at the right position...
2010-07-03 Michael Stapelberglib/i3test: use custom import() instead of Test::Kit...
2010-07-03 Michael Stapelbergt/18-openkill.t: search not focused container instead...
2010-06-29 Michael StapelbergGo down the tree when moving windows, add testcase...
2010-06-02 Michael StapelbergUpdate testcases (and skip some tests for the moment)
2010-06-02 Michael StapelbergImplement mark/goto, modify testcase
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-02 Michael Stapelbergt/lib/i3test.pm: refactor get_ws and get_ws_content...
2010-06-01 Michael Stapelbergt/22: extend to verify that splitting in the same direc...
2010-06-01 Michael Stapelbergt/21: formatting
2010-06-01 Michael Stapelbergadd testcase for crash on closing floating windows...
2010-06-01 Michael Stapelberglib/i3test: Implement get_focused
2010-06-01 Michael StapelbergImplement focus command (and extend t/21-next-prev...
2010-05-31 Michael StapelbergAdd testcase which ensures that floating windows can...
2010-05-10 Michael StapelbergImplement 'split'
2010-05-10 Michael StapelbergImplement 'prev', extend testcase
2010-05-09 Michael Stapelbergimplement 'next' in the new command parser (testcase...
2010-05-09 Michael Stapelbergbugfix: don’t clean up workspace when switching to...
2010-04-17 Michael Stapelbergless boilerplate by using Test::Kit and -It/lib in...
2010-04-17 Michael Stapelbergmake testcases use AnyEvent::I3
2010-04-17 Michael Stapelbergmake the fullscreen testcase test the 'fullscreen'...
2010-04-17 Michael Stapelbergextend fullscreen testcase
2010-04-17 Michael Stapelbergextend t/02-fullscreen.t
2010-04-17 Michael Stapelbergadd testcase for multiple commands (and whitespace...
2010-04-16 Michael Stapelbergadd test for the match functionality in the new parser
2010-04-16 Michael Stapelbergupdate t/16* for data structure
2010-04-16 Michael Stapelbergimplement con_id for matching containers, extend testcase
2010-04-16 Michael Stapelbergmove common functions to i3test, export them, bail...
2010-04-16 Michael Stapelbergadd testcase for opening/killing containers
2010-04-16 Michael Stapelbergretab!
2010-04-16 Michael Stapelbergadd testcase for changing workspaces
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-11 Michael StapelbergBugfix: Don’t mess up x/y coordinates in configurereque...
2010-03-11 Michael Stapelbergipc: implement GET_WORKSPACES message type
2010-03-10 Michael StapelbergSelect containers above or near the whole snapped width...
2010-03-05 Michael StapelbergAdd testcase for the last commit
2010-01-01 Michael StapelbergExtend testcase for dock clients with wm_transient_for...
2009-11-20 Michael StapelbergExpand testcase for urgency hint
2009-11-18 Michael StapelbergAdd testcase for resizing of floating windows
2009-11-18 Michael StapelbergAdd testcase for the urgency hint
2009-10-26 Michael StapelbergChange testcases to work with the released version...
2009-10-07 Michael StapelbergAdd testcase for the mark/goto command
2009-10-01 Michael StapelbergAdd a new test for moving clients to different workspac...
2009-08-22 Michael StapelbergMore tests
2009-08-21 Michael Stapelbergtests: Use hex color codes for background_color
2009-08-21 Michael StapelbergImplement tests in t/10-dock.t
2009-08-21 Michael StapelbergUse ArrayRefs instead of Rects where possible, add...
2009-08-21 Michael StapelbergExpand fullscreen test to setting the hint before mappi...
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-05 Michael StapelbergSwitch to default mode before running the test
2009-08-05 Michael StapelbergAdd testcase to test stacking mode for containers
2009-08-05 Michael StapelbergAdd testcase for checking if the focus stack is correct...
2009-08-05 Michael StapelbergAdd test for moving windows
2009-08-05 Michael StapelbergAdd testcases for IPC and basic focus switching
2009-08-05 Michael StapelbergAdd testcase for floating windows, add sleep to 01...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-22 Michael Stapelberguse sleep with fractions, not usleep
2009-07-16 Michael StapelbergAdd test case for unmanaged windows (override_redirect...
2009-07-16 Michael StapelbergAdd testcases :-)