gri3-wm/src
Michael Stapelberg c9194b4297 Bugfix: Correctly bind on multiple keycodes if a symbol has more than one (Thanks ubitux) 2011-08-02 10:47:03 +02:00
..
assignments.c
cfgparse.l patch to allow exec_always in configure file 2011-07-12 18:23:14 +02:00
cfgparse.y i3-migrate-config-to-v4: drop the .pl suffix 2011-07-31 23:11:05 +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
cmdparse.y Bugfix: fix memory leak in src/cmdparse.y 2011-07-31 17:11:28 +02:00
con.c
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
floating.c Bugfix: Handle (and free) the last_motion_notify 2011-07-31 21:21:45 +02:00
handlers.c Bugfix: property handlers: correctly free replies in all cases 2011-07-31 17:46:41 +02:00
ipc.c ipc: make 'focused' a bool 2011-07-24 15:00:09 +02:00
load_layout.c
log.c log: display time in microseconds when DEBUG_TIMING is set 2011-07-10 23:11:21 +02:00
main.c Bugfix: also free() X11 errors in the main loop 2011-07-31 19:41:57 +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
move.c
output.c
randr.c Bugfix: Fix small memory leak when initializing output Cons 2011-07-31 17:11:51 +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
sighandler.c
tree.c Ignore X11 errors caused by ReparentWindow / ChangeProperty on already destroyed windows 2011-07-10 23:44:13 +02:00
util.c use memmem and strndup from FreeBSD on Darwin (Thanks Marcus) 2011-07-17 15:18:45 +02:00
window.c Bugfix: property handlers: correctly free replies in all cases 2011-07-31 17:46:41 +02:00
workspace.c
x.c Bugfix: Same xcb_send_event fix as 1e0033bce4 2011-07-31 19:33: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