summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Pull over the remaining re-implemented window move/resize functions and createokan2017-07-141-1/+1
| | | | | 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.
* from src, by espie@:okan2017-07-061-1/+1
| | | | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
* 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
| | | | client_none().
* Replace screen region info gathering with XRandR equivalent of Xineramaokan2015-06-261-1/+1
| | | | | queries (currently act on XRandR events anyway). Fall-back mode without XRandR is still what X provides. This removes -lXinerama.
* move the 2 small font helper functions to xutil.cokan2013-05-191-1/+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
* 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
|
* 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
| | | | 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