portable version of OpenBSD's cwm(1) window manager
Go to file
okan ec4474a33a move XUngrabServer to the end of client_new() to avoid races where clients,
such as those using sdl, attempt to manage the clients themselves when the
clients aren't fully ready.  other wm's grab the xserver during the whole
client setup process, so match.

behavior found by jsg.
2013-04-03 19:20:50 +00:00
calmwm.c simplify config file setup; with Tiago Cunha 2012-12-18 00:14:41 +00:00
calmwm.h add per-group vert/horiz tiling support; introduces 2 new bind commands, 2013-01-08 15:16:04 +00:00
client.c move XUngrabServer to the end of client_new() to avoid races where clients, 2013-04-03 19:20:50 +00:00
conf.c add per-group vert/horiz tiling support; introduces 2 new bind commands, 2013-01-08 15:16:04 +00:00
cwm.1 replace 'reload' with 'restart', which merely re-exec's cwm using the 2012-10-31 19:30:19 +00:00
cwmrc.5 add per-group vert/horiz tiling support; introduces 2 new bind commands, 2013-01-08 15:16:04 +00:00
font.c stash the default screen visual and colormap in screen_ctx 2012-12-17 18:34:06 +00:00
group.c put back r1.68 which allows an empty group to be sticky; behavior 2013-01-13 13:55:12 +00:00
kbfunc.c add per-group vert/horiz tiling support; introduces 2 new bind commands, 2013-01-08 15:16:04 +00:00
Makefile switch to installing source manuals: 2011-06-23 22:48:59 +00:00
menu.c fix menu/client placement in panning setups; XineramaQueryScreens gives 2013-01-07 21:53:23 +00:00
mousefunc.c pass the screen workarea, as opposed to viewarea, allowing client 2013-01-02 21:41:14 +00:00
parse.y really these are just border colors, so adjust the define 2013-01-04 16:27:58 +00:00
screen.c teach screen_find_xinerama() about gap and adjust (simplify) callers; 2013-01-08 04:12:51 +00:00
search.c replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com 2013-03-09 21:55:56 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c define LockMask|Mod2Mask; no functional change 2012-12-18 17:37:39 +00:00
xmalloc.c add xasprintf() for upcoming changes. 2012-11-28 14:32:44 +00:00
xutil.c make num of groups no longer off-by-one; from Alexander Polakov 2013-01-01 14:19:56 +00:00