aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorLines
2021-04-27Make it possible to override pkg-config in the Makefile6.9Wolfgang Müller-2/+4
2021-04-27Convert MakefileWynn Wolf Arbor-17/+23
2017-07-14Pull over the remaining re-implemented window move/resize functions and createokan-2/+2
a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus.
2017-07-06from src, by espie@:okan-2/+2
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
2016-09-20remove debug that accidentally snuck inokan-2/+2
2016-09-20Get rid of curcc, instead cycle through the queue; removes the need forokan-2/+2
client_none().
2015-06-26Replace screen region info gathering with XRandR equivalent of Xineramaokan-2/+2
queries (currently act on XRandR events anyway). Fall-back mode without XRandR is still what X provides. This removes -lXinerama.
2013-05-19move the 2 small font helper functions to xutil.cokan-2/+2
2011-06-23switch to installing source manuals:naddy-4/+2
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
2011-03-22move the single keycode function directly into the menu code.okan-2/+2
ok oga@
2011-03-08xcb is no longer optional.matthieu-5/+2
2010-11-27Explicitely link libxcb when needed for static arches.matthieu-2/+5
2009-01-19library dependency ordering matters for static archs, -lXext last in this casetodd-3/+3
from matthieu@, verified on vax
2009-01-11Add -Wall to CFLAGS, it's helped find a few dodgy constructs.oga-1/+3
ok okan@.
2009-01-11- merge grab_sweep() into mousefunc_window_resize().okan-2/+2
- 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@
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga-2/+2
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.
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.oga-2/+2
note to self: When you mean to type cvs commit search.c, don't forget the filename.
2008-09-22Display the current window title not a previous one in the case ofoga-2/+2
``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks!
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