summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't link "-lX11 -lXau -lXdmcp" twice.oga2008-06-191-2/+2
| | | | From Martin Toft, thanks!
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-1/+1
| | | | | | some minor fixups, man page bits and knf. ok oga@
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-2/+2
| | | | | | | | | | | 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@.
* Introduce bsd.xconf.mk to set default config variables usedmatthieu2008-03-251-3/+1
| | | | | at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-3/+4
| | | | | | | | | 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@
* Kill some more dead code, cursor.c goes away.oga2008-01-081-1/+1
| | | | ok marc@
* Kill draw.c, nothing uses the code in it.oga2008-01-031-1/+1
| | | | | | More dead code removals to come. ok marc@
* remove unused codemarc2008-01-021-1/+1
| | | | OK oga@
* Simple Makefile to build cwm.bernd2007-04-271-0/+25