Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: rm -f is enough | Christian Neukirchen | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | cvsimport | Christian Neukirchen | 2013-05-29 | 1 | -2/+2 |
|\ | |||||
| * | move the 2 small font helper functions to xutil.c | okan | 2013-05-19 | 1 | -1/+1 |
| | | |||||
* | | compile with -D_GNU_SOURCE to get all relevant prototypes | Christian Neukirchen | 2012-05-04 | 1 | -1/+1 |
| | | |||||
* | | Add release target to Makefile | Christian Neukirchen | 2012-05-02 | 1 | -0/+4 |
| | | |||||
* | | fix pkg-config packages | Christian Neukirchen | 2011-12-12 | 1 | -2/+2 |
| | | |||||
* | | rewrite Makefile | Christian Neukirchen | 2011-10-05 | 1 | -27/+17 |
| | | |||||
* | | cvsimport | Christian Neukirchen | 2011-08-04 | 1 | -2/+1 |
|\| | |||||
| * | switch to installing source manuals: | naddy | 2011-06-23 | 1 | -3/+1 |
| | | | | | | | | | | | | | | * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | ||||
* | | cvsimport | Christian Neukirchen | 2011-05-03 | 1 | -3/+3 |
|\| | |||||
| * | move the single keycode function directly into the menu code. | okan | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | ok oga@ | ||||
| * | xcb is no longer optional. | matthieu | 2011-03-08 | 1 | -4/+1 |
| | | |||||
* | | cvsimport | Christian Neukirchen | 2010-12-24 | 1 | -1/+1 |
|\| | |||||
| * | Explicitely link libxcb when needed for static arches. | matthieu | 2010-11-27 | 1 | -1/+4 |
| | | |||||
* | | Improve CFLAGS | Christian Neukirchen | 2010-09-26 | 1 | -1/+1 |
| | | |||||
* | | Use yacc instead of byacc | Christian Neukirchen | 2010-09-26 | 1 | -1/+1 |
| | | |||||
* | | Import linux.patch | Christian Neukirchen | 2010-02-21 | 1 | -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 case | todd | 2009-01-19 | 1 | -2/+2 |
| | | | | from matthieu@, verified on vax | ||||
* | Add -Wall to CFLAGS, it's helped find a few dodgy constructs. | oga | 2009-01-11 | 1 | -0/+2 |
| | | | | ok okan@. | ||||
* | - merge grab_sweep() into mousefunc_window_resize(). | okan | 2009-01-11 | 1 | -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 xrandr | oga | 2008-09-29 | 1 | -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. | oga | 2008-09-22 | 1 | -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 of | oga | 2008-09-22 | 1 | -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. | oga | 2008-06-19 | 1 | -2/+2 |
| | | | | From Martin Toft, thanks! | ||||
* | confable menu and window mouse bindings from rivo nurges (thanks!) with | okan | 2008-06-14 | 1 | -1/+1 |
| | | | | | | some minor fixups, man page bits and knf. ok oga@ | ||||
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | 1 | -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 used | matthieu | 2008-03-25 | 1 | -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 as | simon | 2008-03-23 | 1 | -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. | oga | 2008-01-08 | 1 | -1/+1 |
| | | | | ok marc@ | ||||
* | Kill draw.c, nothing uses the code in it. | oga | 2008-01-03 | 1 | -1/+1 |
| | | | | | | More dead code removals to come. ok marc@ | ||||
* | remove unused code | marc | 2008-01-02 | 1 | -1/+1 |
| | | | | OK oga@ | ||||
* | Simple Makefile to build cwm. | bernd | 2007-04-27 | 1 | -0/+25 |