portable version of OpenBSD's cwm(1) window manager
Go to file
2013-04-29 00:56:47 +00:00
calmwm.c makes no sense to set an error handler which uses X_Dpy before XOpenDisplay. 2013-04-12 14:49:16 +00:00
calmwm.h use an int in screen_init and avoid needing to cast for screen number (which). 2013-04-29 00:56:47 +00:00
client.c mechanical xu_{get,set}state -> xu_{get,set}_wm_state change 2013-04-17 13:57:06 +00:00
conf.c zap extra space 2013-04-17 13:31:47 +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 add conf_ignore and move group_make_autogroup to conf_autogroup to match. 2013-04-17 13:30:38 +00:00
kbfunc.c consistency 2013-04-08 13:02:31 +00:00
Makefile switch to installing source manuals: 2011-06-23 22:48:59 +00:00
menu.c consistency 2013-04-08 13:02:31 +00:00
mousefunc.c plug memleak; always need to menuq_clear even when a selection is made. 2013-04-08 15:43:04 +00:00
parse.y add conf_ignore and move group_make_autogroup to conf_autogroup to match. 2013-04-17 13:30:38 +00:00
screen.c use an int in screen_init and avoid needing to cast for screen number (which). 2013-04-29 00:56:47 +00:00
search.c add missing proto; replace magic number 2013-04-05 17:36:02 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c use an int in screen_init and avoid needing to cast for screen number (which). 2013-04-29 00:56:47 +00:00
xmalloc.c add xasprintf() for upcoming changes. 2012-11-28 14:32:44 +00:00
xutil.c mechanical xu_{get,set}state -> xu_{get,set}_wm_state change 2013-04-17 13:57:06 +00:00