gri3-wm/src
Michael Stapelberg 6fb5d6e313 initialize most to NULL, fixes warning 2011-08-07 20:45:06 +02:00
..
assignments.c Implement assignments for (named) workspaces, with '~' compatibility (floating) 2011-05-23 18:41:17 +02:00
cfgparse.l Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
cfgparse.y Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
click.c Bugfix: Correctly resize when clicking on the border of a stacked con 2011-07-23 21:48:14 +02:00
cmdparse.l Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
cmdparse.y Add "instance" to matching criteria 2011-08-04 20:10:31 +02:00
con.c initialize most to NULL, fixes warning 2011-08-07 20:45:06 +02:00
config.c Bugfix: Correctly bind on multiple keycodes if a symbol has more than one (Thanks ubitux) 2011-08-02 10:47:03 +02:00
debug.c debug.c: remove handle_event 2011-07-11 18:21:25 +02:00
ewmh.c Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (fixes chromium tabbar) 2011-08-03 20:07:03 +02:00
floating.c Bugfix: Call tree_render() before starting the dragging when dragging a floating window (Thanks eeemsi) 2011-08-06 18:53:39 +02:00
handlers.c Include <limits.h> in all.h 2011-08-04 00:10:04 +02:00
ipc.c ipc: make 'focused' a bool 2011-07-24 15:00:09 +02:00
load_layout.c Bugfix: Use the right format string (Thanks pnutzh4x0r) 2011-08-04 23:34:23 +02:00
log.c log: display time in microseconds when DEBUG_TIMING is set 2011-07-10 23:11:21 +02:00
main.c Include <limits.h> in all.h 2011-08-04 00:10:04 +02:00
manage.c Bugfix: Correctly free the xcb_get_geometry reply when not managing a window 2011-07-31 20:39:33 +02:00
match.c Bugfix: multiple criteria should use a logical AND (+test) (Thanks f8l) 2011-07-08 00:21:29 +02: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 Bugfix: fix disabling RandR outputs 2011-02-21 01:43:39 +01:00
randr.c Bugfix: the up/down directions were swapped 2011-08-07 15:46:24 +02:00
render.c Bugfix: Don’t raise the stacked/tabbed decoration when border != BS_NONE and children == 1 (Thanks smartass) 2011-07-11 23:17:56 +02:00
resize.c Fix the resize algorithm I broke earlier. 2011-01-27 13:00:14 +01:00
sighandler.c Make i3 compatible with the very latest xcb 2011-03-18 14:39:27 +01:00
tree.c Bugfix: the up/down directions were swapped 2011-08-07 15:46:24 +02:00
util.c Bugfix: realloc() with size == 0 works like free() and returns NULL, so don’t die() 2011-08-03 20:43:08 +02:00
window.c Bugfix: property handlers: correctly free replies in all cases 2011-07-31 17:46:41 +02:00
workspace.c Modify workspace next/prev to account for workspaces on all outputs. 2011-08-04 00:12:09 +02:00
x.c Fix border rendering (Thanks Paride Legovini) 2011-08-05 01:03:56 +02:00
xcb.c Forgot free(event) 2011-07-31 19:34:55 +02:00
xcursor.c Bugfix: Set the cursor via the Xlib connection if XCursor is supported 2011-07-29 13:13:51 +02:00
xinerama.c Bugfix: Fix initialization / assignments when RandR is missing 2011-05-14 22:34:34 +02:00