| Commit message (Expand) | Author | Lines |
2008-05-01 | Rework the alt-tabbing code to be a lot simpler. | oga | -3/+1 |
2008-04-16 | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | oga | -8/+10 |
2008-04-16 | remove infowin. It slipped out of the last commit, for some reason. | oga | -2/+1 |
2008-04-16 | Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc | oga | -3/+3 |
2008-04-16 | Remove screen_infomsg(), nothing uses it. | oga | -3/+1 |
2008-04-16 | kill an unused struct member. | oga | -2/+1 |
2008-04-15 | make the argument parser for commands accept quoted strings, while i'm | oga | -2/+2 |
2008-04-15 | Kill dirent_isdir() and dirent_islink() nothing used them since the new | oga | -4/+1 |
2008-04-15 | hit it with the knf stick. | oga | -236/+239 |
2008-04-15 | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | -1/+2 |
2008-04-09 | remove alt-tab menu | okan | -2/+1 |
2008-04-07 | Add quit function, bind it per default to CM-q and change exec_wm | simon | -1/+2 |
2008-03-26 | Fix a couple of issues with the maximization code. | oga | -10/+12 |
2008-03-23 | Replace the symlink configuration scheme with a simple yacc parser as | simon | -17/+37 |
2008-03-22 | Rip out, burn, and dance around the grave of group-edit mode. | oga | -14/+1 |
2008-03-22 | Remove a bunch of unused variables and incorrect comments. | oga | -25/+3 |
2008-02-20 | add exec_wm to calmwm.h, it was missing (bad ian@!) | oga | -1/+2 |
2008-02-13 | usage never returns, and thus should be __dead. | oga | -2/+2 |
2008-02-13 | add usage() for when an unknown option is given. | oga | -1/+2 |
2008-01-16 | huge amount of cleanup and dead code removal. | oga | -8/+5 |
2008-01-14 | Rewrite most of grab_menu in grab.c (it was partly 9wm code). | oga | -3/+5 |
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | oga | -2/+13 |
2008-01-08 | Kill some more dead code, cursor.c goes away. | oga | -3/+1 |
2008-01-03 | Kill draw.c, nothing uses the code in it. | oga | -3/+1 |
2008-01-02 | remove declaration of removed function | marc | -3/+1 |
2007-11-28 | Add a "restart wm" function. ok oga@ | ian | -1/+5 |
2007-11-19 | Make cwm default keybindings always exist. Additional keybindings now | oga | -1/+2 |
2007-11-13 | introduce conf_bindname() to drastically simplify conf.c | todd | -1/+2 |
2007-11-13 | enable pointer movement in cwm via C-<arrowkeys> | todd | -1/+2 |
2007-11-07 | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | oga | -1/+2 |
2007-06-27 | implement keyboard initiated movement of windows | todd | -1/+7 |
2007-06-26 | modify "exec" dialog so that it auto-completes based on executables in | niallo | -2/+5 |
2007-06-05 | make it possible to cycle through the windows when non are selected. | jasper | -2/+2 |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | jasper | -15/+15 |
2007-05-27 | full screen sized windows | jasper | -2/+2 |
2007-05-10 | - add a "-d" option, to specify the display cwm should be started on | jasper | -2/+2 |
2007-04-27 | Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new | bernd | -1/+3 |