portable version of OpenBSD's cwm(1) window manager
Go to file
okan 1192007171 Get rid of nhidden in group_ctx; it actually never reported correctly
since nhidden wasn't incremented nor decremeted in all the right places,
thus confusing matters.  We don't need to carry a count around, so just
use a local variable in the one place we need one to supply
XRestackWindows().
2014-08-18 13:57:57 +00:00
calmwm.c No need to store screen colormap and visual; rather just use the X 2014-02-02 16:29:04 +00:00
calmwm.h Get rid of nhidden in group_ctx; it actually never reported correctly 2014-08-18 13:57:57 +00:00
client.c Some clients set the urgency flag even if they are the active client; 2014-02-06 20:58:46 +00:00
conf.c plug memleak (currently unused func); from Tiago Cunha 2014-04-21 12:52:14 +00:00
cwm.1 Let the config parser continue parsing even after encountering an error; 2014-02-01 00:25:04 +00:00
cwmrc.5 keybinding -> key binding 2014-01-29 21:17:33 +00:00
group.c Get rid of nhidden in group_ctx; it actually never reported correctly 2014-08-18 13:57:57 +00:00
kbfunc.c Move cwm_status around to avoid header fu, and remove extraneous signal 2014-01-30 15:41:11 +00:00
Makefile move the 2 small font helper functions to xutil.c 2013-05-19 23:38:20 +00:00
menu.c Take menu's bwidth into account for position/size; reported by Thomas Adam. 2014-02-01 19:28:46 +00:00
mousefunc.c all mapped clients now should have a group, so simplify some cases 2014-02-07 21:59:56 +00:00
parse.y re-add lost free from previous 2014-01-30 22:41:16 +00:00
screen.c Make sure we cycle through existing client's group membership and set 2014-02-08 02:49:30 +00:00
search.c all mapped clients now should have a group, so simplify some cases 2014-02-07 21:59:56 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c Move redundant bits from screen_init (while dealing with existing 2014-02-03 20:20:39 +00:00
xmalloc.c missing stdarg.h include 2013-12-17 16:12:18 +00:00
xutil.c Alignment fix; found the hard way on sparc64 by landry@ (and thanks too 2014-02-27 00:52:57 +00:00