portable version of OpenBSD's cwm(1) window manager
Go to file
2013-07-08 16:32:51 +00:00
calmwm.c whitespace and style fixes; from Tiago Cunha and one from me. 2013-07-08 15:46:16 +00:00
calmwm.h clarify kbd vs mouse functions 2013-07-08 16:32:51 +00:00
client.c move synthetic responses and have client_msg only work with WM_PROTOCOLS, 2013-06-10 21:37:30 +00:00
conf.c clarify kbd vs mouse functions 2013-07-08 16:32:51 +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 allow mouse button4 and button5; from Rodrigo Mosconi 2013-06-17 00:57:47 +00:00
group.c replace a few (x)malloc with (x)calloc to prevent potential integer 2013-07-08 15:48:16 +00:00
kbfunc.c swap x/y calculations in kbd move/resize to match those in the respective mouse functions 2013-05-11 22:03:17 +00:00
Makefile move the 2 small font helper functions to xutil.c 2013-05-19 23:38:20 +00:00
menu.c move Cursors into conf. 2013-06-17 17:11:10 +00:00
mousefunc.c move Cursors into conf. 2013-06-17 17:11:10 +00:00
parse.y clarify kbd vs mouse functions 2013-07-08 16:32:51 +00:00
screen.c move Cursors into conf. 2013-06-17 17:11:10 +00:00
search.c missing proto 2013-04-30 21:11:07 +00:00
util.c sort 2012-11-09 03:52:02 +00:00
xevents.c whitespace and style fixes; from Tiago Cunha and one from me. 2013-07-08 15:46:16 +00:00
xmalloc.c add xasprintf() for upcoming changes. 2012-11-28 14:32:44 +00:00
xutil.c replace a few (x)malloc with (x)calloc to prevent potential integer 2013-07-08 15:48:16 +00:00