| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make it possible to cycle through the windows when non are selected. | jasper | 2007-06-05 | 4 | -9/+18 |
* | draw window borders when redrawing a window | jasper | 2007-06-05 | 1 | -2/+8 |
* | show hidden windows when they should (eg. when the pointer is warped to them) | jasper | 2007-05-29 | 1 | -1/+5 |
* | don't give borderless windows a border, when they're inactive | jasper | 2007-05-29 | 1 | -2/+0 |
* | add two missing closedir()'s | jasper | 2007-05-28 | 1 | -0/+6 |
* | convert globals from G_foo to Foo, as per TODO. | jasper | 2007-05-28 | 17 | -372/+370 |
* | full screen sized windows | jasper | 2007-05-27 | 3 | -2/+6 |
* | autoconf junk was zapped, so no need for HAVE_CONFIG_H | jasper | 2007-05-22 | 1 | -4/+0 |
* | remove useless #ifdef | jasper | 2007-05-22 | 1 | -4/+0 |