aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeLines
* xcb is no longer optional.matthieu2011-03-08-5/+2
* Explicitely link libxcb when needed for static arches.matthieu2010-11-27-2/+5
* library dependency ordering matters for static archs, -lXext last in this casetodd2009-01-19-3/+3
* Add -Wall to CFLAGS, it's helped find a few dodgy constructs.oga2009-01-11-1/+3
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-11-2/+2
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-2/+2
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-2/+2
* Display the current window title not a previous one in the case ofoga2008-09-22-2/+2
* Don't link "-lX11 -lXau -lXdmcp" twice.oga2008-06-19-3/+3
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-2/+2
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-20-3/+3
* Introduce bsd.xconf.mk to set default config variables usedmatthieu2008-03-25-4/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-4/+5
* Kill some more dead code, cursor.c goes away.oga2008-01-08-2/+2
* Kill draw.c, nothing uses the code in it.oga2008-01-03-2/+2
* remove unused codemarc2008-01-02-2/+2
* Simple Makefile to build cwm.bernd2007-04-27-0/+25