gri3-wm/src
Michael Stapelberg 88b9700cdb Invert logic for the last commit
This makes it more clear that the option is meant to be a special
case (it *disables* part of the focus handling). Also, when
initializing the config data structure with zeros, it will get
initialized with the right value.

Furthermore, the config file parser now also accepts various values
which represent "true", not only numbers.
2010-01-29 21:58:50 +01:00
..
cfgparse.l Added focus_follows_mouse config option 2010-01-29 21:58:50 +01:00
cfgparse.y Invert logic for the last commit 2010-01-29 21:58:50 +01:00
click.c Bugfix: Containers could lose their snap state (Thanks Atsutane) 2010-01-01 22:40:50 +01:00
client.c Touch each log message and classify it as DLOG (debug), ELOG (error) or LOG (verbose) 2009-12-19 22:40:23 +01:00
commands.c Implement resize command for floating clients 2010-01-23 18:57:29 +01:00
config.c Obey the XDG Base Directory Specification for config file paths 2010-01-03 16:58:41 +01:00
container.c retab! src/container.c 2009-12-22 23:43:05 +01:00
debug.c Update TODO and header-comments 2009-02-15 03:07:29 +01:00
ewmh.c ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy) 2010-01-03 18:36:50 +01:00
floating.c Bugfix: Don’t put dock clients into floating mode (Thanks xeen) 2010-01-01 16:19:42 +01:00
handlers.c Invert logic for the last commit 2010-01-29 21:58:50 +01:00
ipc.c Bugfix: Don’t leak IPC socket to launched processes 2010-01-23 00:34:29 +01:00
layout.c Make containers containing exactly one window behave like default containers 2009-12-22 23:40:06 +01:00
log.c add log.c/log.h which contain all the log related macros and functions 2009-12-19 22:40:23 +01:00
mainx.c Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks SIGCHLD (Thanks Ciprian) 2010-01-07 13:36:52 +01:00
manage.c ewmh: correctly set _NET_ACTIVE_WINDOW 2009-12-25 15:19:39 +01:00
resize.c Fixed cursor orientation when resizing 2010-01-26 11:28:37 +01:00
sighandler.c sighandler: last little style fixes 2010-01-03 22:07:39 +01:00
table.c Bugfix: Containers could lose their snap state (Thanks Atsutane) 2010-01-01 22:40:50 +01:00
util.c added popup for handling SIGSEGV or SIGFPE 2010-01-03 21:32:50 +01:00
workspace.c ewmh: implement support for _NET_WORKAREA (rdesktop can use that) 2009-12-31 17:48:41 +01:00
xcb.c Fixed cursor code in create_window(), allowing the cursor to be changed 2010-01-26 11:28:38 +01:00
xinerama.c Bugfix: Fix NULL pointer dereference in workspaces which have preferred screens but were not used yet (Thanks badboy) 2009-12-23 00:39:03 +01:00