| Commit message (Expand) | Author | Age | Files | Lines |
* | - re-order and mostly re-write cwmrc(5) | okan | 2008-05-18 | 2 | -140/+123 |
* | fix cwm's current XShape support from Edd Barrett -thanks. | okan | 2008-05-17 | 3 | -15/+25 |
* | KNF, no binary change. | oga | 2008-05-15 | 9 | -30/+28 |
* | tiny bit of knf | okan | 2008-05-15 | 1 | -13/+5 |
* | Signal handler of SIGCHLD calls waitpid() which sets errno on error. To | tobias | 2008-05-06 | 1 | -0/+3 |
* | Rework the alt-tabbing code to be a lot simpler. | oga | 2008-05-01 | 3 | -57/+30 |
* | Allow slashes in unquoted strings. | simon | 2008-04-29 | 1 | -3/+2 |
* | nits from Pierre Riteau - thanks! | okan | 2008-04-28 | 1 | -2/+3 |
* | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | oga | 2008-04-16 | 3 | -118/+90 |
* | remove infowin. It slipped out of the last commit, for some reason. | oga | 2008-04-16 | 1 | -1/+0 |
* | Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc | oga | 2008-04-16 | 5 | -16/+11 |
* | Remove screen_infomsg(), nothing uses it. | oga | 2008-04-16 | 5 | -64/+1 |
* | kill an unused struct member. | oga | 2008-04-16 | 1 | -1/+0 |
* | make the argument parser for commands accept quoted strings, while i'm | oga | 2008-04-15 | 3 | -17/+28 |
* | Kill dirent_isdir() and dirent_islink() nothing used them since the new | oga | 2008-04-15 | 2 | -31/+0 |
* | hit it with the knf stick. | oga | 2008-04-15 | 20 | -446/+455 |
* | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | 2008-04-15 | 4 | -13/+31 |
* | - add vi keybindings to search | okan | 2008-04-15 | 2 | -5/+26 |
* | malloc -> calloc | okan | 2008-04-15 | 2 | -2/+2 |
* | remove alt-tab menu | okan | 2008-04-09 | 2 | -86/+0 |
* | No cookie for okan. | oga | 2008-04-08 | 1 | -1/+1 |
* | better 'quit' keybinding default (CMS-q) | okan | 2008-04-08 | 2 | -4/+4 |
* | Make _xev_quit "volatile sig_atomic_t" for proper correctness. | simon | 2008-04-08 | 1 | -1/+1 |
* | 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 |