]> git.sur5r.net Git - i3/i3/commit
Implement the tick event
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 24 Sep 2017 13:40:30 +0000 (15:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 30 Sep 2017 09:41:57 +0000 (11:41 +0200)
commitce21de8ddea4468ffcaf966da763d02d4dbd1e8d
tree8ccd74000e6ebe8f94dbba04251954f1885aedb6
parent14c8cf86223a8f2e5863113ed13efcff8eca257b
Implement the tick event

This makes our tests less flaky, shorter, and more readable.

fixes #2988
29 files changed:
AnyEvent-I3/lib/AnyEvent/I3.pm
docs/ipc
i3-msg/main.c
include/i3/ipc.h
include/ipc.h
src/ipc.c
testcases/lib/i3test.pm.in
testcases/lib/i3test/XTEST.pm
testcases/t/115-ipc-workspaces.t
testcases/t/199-ipc-mode-event.t
testcases/t/205-ipc-windows.t
testcases/t/219-ipc-window-focus.t
testcases/t/220-ipc-window-title.t
testcases/t/225-ipc-window-fullscreen.t
testcases/t/227-ipc-workspace-empty.t
testcases/t/231-ipc-floating-event.t
testcases/t/238-ipc-binding-event.t
testcases/t/257-keypress-group1-fallback.t
testcases/t/258-keypress-release.t
testcases/t/263-config-reload-reverts-bind-mode.t
testcases/t/265-ipc-mark.t
testcases/t/275-ipc-window-close.t
testcases/t/276-ipc-window-move.t
testcases/t/277-ipc-window-urgent.t
testcases/t/289-ipc-shutdown-event.t
testcases/t/290-keypress-numlock.t
testcases/t/514-ipc-workspace-multi-monitor.t
testcases/t/517-regress-move-direction-ipc.t
testcases/t/525-i3bar-mouse-bindings.t