portable version of OpenBSD's cwm(1) window manager
Go to file
okan dac00a232f - switch border colors to Xft
- merge border/menu color structures/functions since they now both use Xft
- switch xu_xorcolor to operating on XftColor instead of just
  XRenderColor (basically adding pixel)
- if color name allocation fails, revert back to default (this, along
  with font validation should occur during config parse, but we don't
  have screens setup yet - likely to change at some point)
2013-05-19 23:09:59 +00:00
calmwm.c if -> ifdef 2013-05-14 13:39:53 +00:00
calmwm.h - switch border colors to Xft 2013-05-19 23:09:59 +00:00
client.c - switch border colors to Xft 2013-05-19 23:09:59 +00:00
conf.c - switch border colors to Xft 2013-05-19 23:09:59 +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 - switch border colors to Xft 2013-05-19 23:09:59 +00:00
group.c remove group in client_delete directly. 2013-05-06 16:03:11 +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 switch to installing source manuals: 2011-06-23 22:48:59 +00:00
menu.c - let callers of font_draw figure out (and pass) the color instead of an 2013-05-14 12:35:56 +00:00
mousefunc.c - let callers of font_draw figure out (and pass) the color instead of an 2013-05-14 12:35:56 +00:00
parse.y - switch border colors to Xft 2013-05-19 23:09:59 +00:00
screen.c new -> init 2013-05-11 22:01:07 +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 add support for _NET_CLOSE_WINDOW 2013-05-19 17:05:52 +00:00
xmalloc.c add xasprintf() for upcoming changes. 2012-11-28 14:32:44 +00:00
xutil.c - switch border colors to Xft 2013-05-19 23:09:59 +00:00