gri3-wm/include
Peter Bui 1750192f63 Modify workspace next/prev to account for workspaces on all outputs.
Generally, the traversal goes: numbered workspaces in order, and then
named workspaces in the order in which they appear in the tree.

Example:
    Output 1:       Output 2:
	1 3 D C         2 4 B A

Traversal: 1, 2, 3, 4, D, C, B, A, 1, ...

Note, after the numbered workspaces, we traverse the named workspaces
from output 1, and then output 2, etc.
2011-08-04 00:12:09 +02:00
..
i3
all.h Include <limits.h> in all.h 2011-08-04 00:10:04 +02:00
assignments.h
atoms.xmacro Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (fixes chromium tabbar) 2011-08-03 20:07:03 +02:00
click.h
cmdparse.h
con.h Implement 'fullscreen global' 2011-06-10 18:27:20 +02:00
config.h add i3-nagbar. tells you about config file errors (for example) 2011-07-10 14:33:19 +02:00
data.h patch to allow exec_always in configure file 2011-07-12 18:23:14 +02:00
debug.h
ewmh.h Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (fixes chromium tabbar) 2011-08-03 20:07:03 +02:00
floating.h
handlers.h Ignore X11 errors caused by ReparentWindow / ChangeProperty on already destroyed windows 2011-07-10 23:44:13 +02:00
i3.h Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2011-07-23 22:29:01 +02:00
ipc.h
load_layout.h
log.h add i3-nagbar. tells you about config file errors (for example) 2011-07-10 14:33:19 +02:00
manage.h
match.h
move.h
output.h
queue.h
randr.h
render.h
resize.h
sighandler.h
tree.h Implement 'fullscreen global' 2011-06-10 18:27:20 +02:00
util.h Modify workspace next/prev to account for workspaces on all outputs. 2011-08-04 00:12:09 +02:00
window.h
workspace.h Implement 'workspace next/prev' (+test) 2011-06-10 16:03:59 +02:00
x.h expose event handler: use x_deco_recurse 2011-07-10 22:06:16 +02:00
xcb.h
xcb_compat.h add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius) 2011-07-31 18:32:28 +02:00
xcursor.h remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h 2011-07-29 13:16:26 +02:00
xinerama.h