| Commit message (Expand) | Author | Age | Files | Lines |
* | Add quit function, bind it per default to CM-q and change exec_wm | simon | 2008-04-07 | 5 | -4/+18 |
* | - use $PATH before _PATH_DEFPATH, from Tim van der Molen | okan | 2008-04-05 | 1 | -5/+8 |
* | Sync usage() with reality and manpage. | simon | 2008-04-03 | 1 | -1/+1 |
* | Fix a couple of issues with the maximization code. | oga | 2008-03-26 | 2 | -16/+29 |
* | Introduce bsd.xconf.mk to set default config variables used | matthieu | 2008-03-25 | 1 | -3/+1 |
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | 11 | -422/+870 |
* | allow autogrouping and sticky mode to work together | okan | 2008-03-22 | 1 | -6/+6 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | 8 | -334/+25 |
* | Remove a bunch of unused variables and incorrect comments. | oga | 2008-03-22 | 5 | -53/+10 |
* | As mentioned in my last commit, there was an issue where the switching | oga | 2008-03-19 | 1 | -4/+8 |
* | client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT. | oga | 2008-03-18 | 1 | -2/+2 |
* | typo fix. ok oga | sthen | 2008-03-14 | 1 | -1/+1 |
* | Change the default for XSRCDIR to /usr/xenocara. ok deraadt@ | matthieu | 2008-03-03 | 1 | -1/+1 |
* | add exec_wm to calmwm.h, it was missing (bad ian@!) | oga | 2008-02-20 | 2 | -1/+2 |
* | Typo: s/supression/suppression | oga | 2008-02-20 | 1 | -1/+1 |
* | usage never returns, and thus should be __dead. | oga | 2008-02-13 | 2 | -2/+2 |
* | add usage() for when an unknown option is given. | oga | 2008-02-13 | 2 | -1/+11 |
* | Make cwm print the XDisplayName() if it fails to open the display, | oga | 2008-02-13 | 1 | -1/+2 |
* | Trivial typo in recent "exec windowmanager" addition | ian | 2008-01-22 | 1 | -1/+1 |
* | All of the 9wm code in cwm has been removed or re-written. Edit LICENSE | oga | 2008-01-16 | 3 | -35/+13 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | 11 | -186/+22 |
* | Rewrite most of grab_menu in grab.c (it was partly 9wm code). | oga | 2008-01-14 | 4 | -260/+88 |
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | 17 | -18/+195 |
* | Kill some more dead code, cursor.c goes away. | oga | 2008-01-08 | 3 | -68/+1 |
* | Adjust initial window placement with any geometry that would place | marc | 2008-01-03 | 1 | -3/+6 |
* | Kill draw.c, nothing uses the code in it. | oga | 2008-01-03 | 3 | -24/+1 |
* | Kill some warnings intoduced with the execwm feature. | oga | 2008-01-03 | 1 | -2/+2 |
* | remove declaration of removed function | marc | 2008-01-02 | 1 | -2/+0 |
* | remove unused code | marc | 2008-01-02 | 2 | -54/+1 |
* | Only use the x,y values from the XSizeHints structure when they are greater | marc | 2008-01-01 | 1 | -2/+4 |
* | allow the search feature to work in the root window, like other similar ones. | okan | 2007-12-31 | 1 | -1/+1 |
* | Add a "restart wm" function. ok oga@ | ian | 2007-11-28 | 5 | -3/+56 |
* | Another messed up keybinding. | oga | 2007-11-28 | 1 | -1/+1 |
* | re-add a lost group keybinding | okan | 2007-11-27 | 1 | -0/+1 |
* | Make cwm default keybindings always exist. Additional keybindings now | oga | 2007-11-19 | 3 | -61/+88 |
* | fix a pasto: documentation/5639 from viq | jmc | 2007-11-16 | 1 | -11/+11 |
* | introduce conf_bindname() to drastically simplify conf.c | todd | 2007-11-13 | 2 | -183/+130 |
* | enable pointer movement in cwm via C-<arrowkeys> | todd | 2007-11-13 | 4 | -0/+75 |
* | Small manpage nit. | oga | 2007-11-08 | 1 | -2/+2 |
* | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | oga | 2007-11-07 | 1 | -1/+1 |
* | Document cwm's keybinding support. It was already there, but not in the manpage. | oga | 2007-11-07 | 2 | -14/+109 |
* | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | oga | 2007-11-07 | 4 | -4/+78 |
* | wording | ian | 2007-10-07 | 1 | -1/+1 |
* | When cycling, only the end of the window names will be printed if the | jasper | 2007-10-02 | 2 | -0/+9 |
* | fix buffer overflow, as sizeof(paths) won't fit inside the array. | jasper | 2007-09-06 | 1 | -3/+4 |
* | Okan Demirmen sent me a diff to kill some silly Fa macros, then persuaded | jmc | 2007-06-29 | 1 | -100/+112 |
* | implement keyboard initiated movement of windows | todd | 2007-06-27 | 4 | -0/+74 |
* | modify "exec" dialog so that it auto-completes based on executables in | niallo | 2007-06-26 | 5 | -18/+199 |
* | don't map hidden windows on re-start. | jasper | 2007-06-08 | 1 | -2/+7 |
* | document the autogroup functionality. | jasper | 2007-06-06 | 1 | -0/+19 |