aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeLines
* Pull over the remaining re-implemented window move/resize functions and createokan2017-07-14-2/+2
* from src, by espie@:okan2017-07-06-2/+2
* remove debug that accidentally snuck inokan2016-09-20-2/+2
* Get rid of curcc, instead cycle through the queue; removes the need forokan2016-09-20-2/+2
* Replace screen region info gathering with XRandR equivalent of Xineramaokan2015-06-26-2/+2
* move the 2 small font helper functions to xutil.cokan2013-05-19-2/+2
* switch to installing source manuals:naddy2011-06-23-4/+2
* move the single keycode function directly into the menu code.okan2011-03-22-2/+2
* 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