summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* also sign releases with signifyChristian Neukirchen2014-12-151-1/+3
|
* Make PREFIX, MANPATH and CFLAGS optional variablesChristian Neukirchen2014-03-211-3/+3
| | | | | | | | | This change will make it possible to override PREFIX, MANPATH and CFLAGS using environment variables. This makes the Makefile a little more flexible, benefiting both endusers and those porting to package systems like FreeBSD Ports and pkgsrc. By braakvaak@aol.com.
* Makefile: add sign actionChristian Neukirchen2014-03-131-0/+4
|
* Makefile: rm -f is enoughChristian Neukirchen2013-10-161-1/+1
|
* cvsimportChristian Neukirchen2013-05-291-2/+2
|\
| * move the 2 small font helper functions to xutil.cokan2013-05-191-1/+1
| |
* | compile with -D_GNU_SOURCE to get all relevant prototypesChristian Neukirchen2012-05-041-1/+1
| |
* | Add release target to MakefileChristian Neukirchen2012-05-021-0/+4
| |
* | fix pkg-config packagesChristian Neukirchen2011-12-121-2/+2
| |
* | rewrite MakefileChristian Neukirchen2011-10-051-27/+17
| |
* | cvsimportChristian Neukirchen2011-08-041-2/+1
|\|
| * switch to installing source manuals:naddy2011-06-231-3/+1
| | | | | | | | | | | | | | * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
* | cvsimportChristian Neukirchen2011-05-031-3/+3
|\|
| * move the single keycode function directly into the menu code.okan2011-03-221-1/+1
| | | | | | | | ok oga@
| * xcb is no longer optional.matthieu2011-03-081-4/+1
| |
* | cvsimportChristian Neukirchen2010-12-241-1/+1
|\|
| * Explicitely link libxcb when needed for static arches.matthieu2010-11-271-1/+4
| |
* | Improve CFLAGSChristian Neukirchen2010-09-261-1/+1
| |
* | Use yacc instead of byaccChristian Neukirchen2010-09-261-1/+1
| |
* | Import linux.patchChristian Neukirchen2010-02-211-5/+33
|/ | | | | Patch largely based on cwmbuild.sh from http://tamentis.com/hacks/cwm/ written by Bertrand Janin, updated by Christian Neukirchen.
* library dependency ordering matters for static archs, -lXext last in this casetodd2009-01-191-2/+2
| | | | from matthieu@, verified on vax
* Add -Wall to CFLAGS, it's helped find a few dodgy constructs.oga2009-01-111-0/+2
| | | | ok okan@.
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-111-1/+1
| | | | | | | | | | - merge grab_drag() into mousefunc_window_move(). - properly name, proto and static private functions. - since we already do XMoveResizeWindow() and XMoveWindow() in (now) mousefunc_window_resize() and mousefunc_window_move() respectively, client_resize() and client_move() calls are unnecessary. ok oga@
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-1/+1
| | | | | | | | | | | reconfiguration events and change our sizes depending on that. We also detect the xinerama screens for maximize, vertmaximize and initial window placement. This could be improved by automatically resizing maximized windows when the screen resolution changes and by moving windows that would be hidden into visible space. Said changes will come shortly. Tested by many. matthieu@ didn't oppose.
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-1/+1
| | | | | note to self: When you mean to type cvs commit search.c, don't forget the filename.
* Display the current window title not a previous one in the case ofoga2008-09-221-1/+1
| | | | | ``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks!
* 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