aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorLines
2008-06-19Don't link "-lX11 -lXau -lXdmcp" twice.oga-3/+3
From Martin Toft, thanks!
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withokan-2/+2
some minor fixups, man page bits and knf. ok oga@
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-3/+3
function menu_filter(). The plan is to eventually merge in grab_menu too. Shrinks the code a fair bit. Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other windows. This is particuarly noticable on slow machines with a LOT of xterms (todd, you're an odd man). ok okan@, todd@.
2008-03-25Introduce bsd.xconf.mk to set default config variables usedmatthieu-4/+2
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-4/+5
found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@
2008-01-08Kill some more dead code, cursor.c goes away.oga-2/+2
ok marc@
2008-01-03Kill draw.c, nothing uses the code in it.oga-2/+2
More dead code removals to come. ok marc@
2008-01-02remove unused codemarc-2/+2
OK oga@
2007-04-27Simple Makefile to build cwm.bernd-0/+25