summary refs log tree commit diff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Pull over the remaining re-implemented window move/resize functions and createokan2017-07-141-1/+1
* from src, by espie@:okan2017-07-061-1/+1
* remove debug that accidentally snuck inokan2016-09-201-1/+1
* Get rid of curcc, instead cycle through the queue; removes the need forokan2016-09-201-1/+1
* Replace screen region info gathering with XRandR equivalent of Xineramaokan2015-06-261-1/+1
* move the 2 small font helper functions to xutil.cokan2013-05-191-1/+1
* switch to installing source manuals:naddy2011-06-231-3/+1
* move the single keycode function directly into the menu code.okan2011-03-221-1/+1
* xcb is no longer optional.matthieu2011-03-081-4/+1
* Explicitely link libxcb when needed for static arches.matthieu2010-11-271-1/+4
* library dependency ordering matters for static archs, -lXext last in this casetodd2009-01-191-2/+2
* Add -Wall to CFLAGS, it's helped find a few dodgy constructs.oga2009-01-111-0/+2
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-111-1/+1
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-1/+1
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-1/+1
* Display the current window title not a previous one in the case ofoga2008-09-221-1/+1
* Don't link "-lX11 -lXau -lXdmcp" twice.oga2008-06-191-2/+2
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-1/+1
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-2/+2
* Introduce bsd.xconf.mk to set default config variables usedmatthieu2008-03-251-3/+1
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-3/+4
* Kill some more dead code, cursor.c goes away.oga2008-01-081-1/+1
* Kill draw.c, nothing uses the code in it.oga2008-01-031-1/+1
* remove unused codemarc2008-01-021-1/+1
* Simple Makefile to build cwm.bernd2007-04-271-0/+25