gri3-wm/src
Michael Stapelberg 1481cd95c9 Implement the I3_SYNC client protocol
This is mainly useful for the testsuite. The tests can wait until i3 processed
all X11 events and then continue. This eliminates sleep() calls which leads to
a more robust and faster testsuite.
2011-09-22 23:13:12 +01:00
..
assignments.c
cfgparse.l Add force_xinerama configuration option 2011-09-19 23:10:38 +01:00
cfgparse.y Merge branch 'master' into next 2011-09-20 22:37:08 +01:00
click.c Skip dragging of floating cons in fullscreen mode 2011-09-22 23:10:48 +01:00
cmdparse.l Implement the window_role criterion (checks WM_WINDOW_ROLE) 2011-09-18 16:05:10 +01:00
cmdparse.y Merge branch 'master' into next 2011-09-22 20:11:44 +01:00
con.c Bugfix: Correctly revert focus to other floating windows when closing a floating window 2011-09-22 20:10:51 +01:00
config.c Bugfix: Correctly free old assignments when reloading 2011-09-11 23:41:46 +01:00
debug.c
ewmh.c
floating.c Merge branch 'master' into next 2011-09-22 20:11:44 +01:00
handlers.c Implement the I3_SYNC client protocol 2011-09-22 23:13:12 +01:00
ipc.c Merge branch 'master' into next 2011-08-31 14:45:14 +02:00
load_layout.c
log.c
main.c Add force_xinerama configuration option 2011-09-19 23:10:38 +01:00
manage.c Implement the window_role criterion (checks WM_WINDOW_ROLE) 2011-09-18 16:05:10 +01:00
match.c Implement the window_role criterion (checks WM_WINDOW_ROLE) 2011-09-18 16:05:10 +01:00
move.c Make workspace_layout handle all cons at workspace level, not only the first one (+test) 2011-06-02 17:21:38 +02:00
output.c
randr.c Merge branch 'master' into next 2011-09-22 20:11:44 +01:00
regex.c Bugfix: Correctly free old assignments when reloading 2011-09-11 23:41:46 +01:00
render.c
resize.c
sd-daemon.c
sighandler.c
tree.c Merge branch 'master' into next 2011-09-22 20:11:44 +01:00
util.c properly free memory/close fd upon errors (Thanks xeen) 2011-08-31 14:44:48 +02:00
window.c Implement the window_role criterion (checks WM_WINDOW_ROLE) 2011-09-18 16:05:10 +01:00
workspace.c Merge branch 'master' into next 2011-09-22 20:11:44 +01:00
x.c Bugfix: Don’t warp the pointer if it already is on the target output (Thanks cls, pnutzh4x0r) 2011-09-17 20:53:24 +01:00
xcb.c Send the correct X11 border_width in faked ConfigureNotifys 2011-09-17 14:11:55 +01:00
xcursor.c
xinerama.c