| Commit message (Expand) | Author | Age | Lines |
* | make the argument parser for commands accept quoted strings, while i'm | oga | 2008-04-15 | -20/+31 |
* | Kill dirent_isdir() and dirent_islink() nothing used them since the new | oga | 2008-04-15 | -33/+2 |
* | hit it with the knf stick. | oga | 2008-04-15 | -461/+470 |
* | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | 2008-04-15 | -17/+35 |
* | - add vi keybindings to search | okan | 2008-04-15 | -7/+28 |
* | malloc -> calloc | okan | 2008-04-15 | -4/+4 |
* | remove alt-tab menu | okan | 2008-04-09 | -88/+2 |
* | No cookie for okan. | oga | 2008-04-08 | -2/+2 |
* | better 'quit' keybinding default (CMS-q) | okan | 2008-04-08 | -6/+6 |
* | Make _xev_quit "volatile sig_atomic_t" for proper correctness. | simon | 2008-04-08 | -2/+2 |
* | Add quit function, bind it per default to CM-q and change exec_wm | simon | 2008-04-07 | -9/+23 |
* | - use $PATH before _PATH_DEFPATH, from Tim van der Molen | okan | 2008-04-05 | -6/+9 |
* | Sync usage() with reality and manpage. | simon | 2008-04-03 | -2/+2 |
* | Fix a couple of issues with the maximization code. | oga | 2008-03-26 | -18/+31 |
* | Introduce bsd.xconf.mk to set default config variables used | matthieu | 2008-03-25 | -4/+2 |
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | -430/+878 |
* | allow autogrouping and sticky mode to work together | okan | 2008-03-22 | -7/+7 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | -342/+33 |
* | Remove a bunch of unused variables and incorrect comments. | oga | 2008-03-22 | -58/+15 |
* | As mentioned in my last commit, there was an issue where the switching | oga | 2008-03-19 | -5/+9 |
* | client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT. | oga | 2008-03-18 | -3/+3 |
* | typo fix. ok oga | sthen | 2008-03-14 | -2/+2 |
* | Change the default for XSRCDIR to /usr/xenocara. ok deraadt@ | matthieu | 2008-03-03 | -2/+2 |
* | add exec_wm to calmwm.h, it was missing (bad ian@!) | oga | 2008-02-20 | -3/+4 |
* | Typo: s/supression/suppression | oga | 2008-02-20 | -2/+2 |
* | usage never returns, and thus should be __dead. | oga | 2008-02-13 | -4/+4 |
* | add usage() for when an unknown option is given. | oga | 2008-02-13 | -3/+13 |
* | Make cwm print the XDisplayName() if it fails to open the display, | oga | 2008-02-13 | -2/+3 |
* | Trivial typo in recent "exec windowmanager" addition | ian | 2008-01-22 | -2/+2 |
* | All of the 9wm code in cwm has been removed or re-written. Edit LICENSE | oga | 2008-01-16 | -36/+14 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | -197/+33 |
* | Rewrite most of grab_menu in grab.c (it was partly 9wm code). | oga | 2008-01-14 | -264/+92 |
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | -34/+211 |
* | Kill some more dead code, cursor.c goes away. | oga | 2008-01-08 | -70/+3 |
* | Adjust initial window placement with any geometry that would place | marc | 2008-01-03 | -4/+7 |
* | Kill draw.c, nothing uses the code in it. | oga | 2008-01-03 | -26/+3 |
* | Kill some warnings intoduced with the execwm feature. | oga | 2008-01-03 | -3/+3 |
* | remove declaration of removed function | marc | 2008-01-02 | -3/+1 |
* | remove unused code | marc | 2008-01-02 | -55/+2 |
* | Only use the x,y values from the XSizeHints structure when they are greater | marc | 2008-01-01 | -3/+5 |
* | allow the search feature to work in the root window, like other similar ones. | okan | 2007-12-31 | -2/+2 |
* | Add a "restart wm" function. ok oga@ | ian | 2007-11-28 | -8/+61 |
* | Another messed up keybinding. | oga | 2007-11-28 | -2/+2 |
* | re-add a lost group keybinding | okan | 2007-11-27 | -1/+2 |
* | Make cwm default keybindings always exist. Additional keybindings now | oga | 2007-11-19 | -64/+91 |
* | fix a pasto: documentation/5639 from viq | jmc | 2007-11-16 | -12/+12 |
* | introduce conf_bindname() to drastically simplify conf.c | todd | 2007-11-13 | -185/+132 |
* | enable pointer movement in cwm via C-<arrowkeys> | todd | 2007-11-13 | -4/+79 |
* | Small manpage nit. | oga | 2007-11-08 | -3/+3 |
* | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | oga | 2007-11-07 | -2/+2 |