| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | 1 | -0/+7 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | 1 | -7/+0 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | 1 | -0/+7 |
* | fix the froggy problem. | oga | 2008-07-22 | 1 | -0/+1 |
* | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | 2008-07-22 | 1 | -0/+2 |
* | split x_setup() into two. dpy_init() for setting up the display and | oga | 2008-07-22 | 1 | -1/+1 |
* | Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes | oga | 2008-07-22 | 1 | -0/+1 |
* | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | 2008-07-22 | 1 | -1/+0 |
* | kill another leftover prototype. | oga | 2008-07-22 | 1 | -1/+0 |
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | 1 | -1/+1 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | 1 | -2/+2 |
* | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | oga | 2008-06-25 | 1 | -0/+1 |
* | Actually grab the correct mouse buttons for a window, instead of doing the | oga | 2008-06-25 | 1 | -0/+1 |
* | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | oga | 2008-06-17 | 1 | -1/+1 |
* | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | 2008-06-15 | 1 | -27/+10 |
* | (mostly) proper xshape event support | okan | 2008-06-14 | 1 | -0/+1 |
* | confable menu and window mouse bindings from rivo nurges (thanks!) with | okan | 2008-06-14 | 1 | -0/+24 |
* | kill another long gone proto | okan | 2008-06-12 | 1 | -1/+0 |
* | Make menu_filter handle mouse movement too. This enables the keyboard | oga | 2008-05-21 | 1 | -3/+2 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | 1 | -7/+5 |
* | stop normalizing search input; searching and matching are still | okan | 2008-05-19 | 1 | -1/+1 |
* | Function prototypes should not have parameter names in them. These must | oga | 2008-05-19 | 1 | -11/+11 |
* | client_cyclenext() -> client_cycle() since we now pass an arg. | okan | 2008-05-19 | 1 | -2/+1 |
* | allow an autogroup value of 0 to mean no group. This means you can set | oga | 2008-05-19 | 1 | -1/+1 |
* | as done with cycle/rcycle, make prev/next group switching one kbfuncs | okan | 2008-05-19 | 1 | -4/+6 |
* | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | oga | 2008-05-19 | 1 | -0/+3 |
* | finally implement keyboard binding for group toggling | okan | 2008-05-19 | 1 | -0/+1 |
* | Kill conf_get_int(), it was a silly function anyway. | oga | 2008-05-18 | 1 | -13/+1 |
* | group_ctx->name is only used in this one function, and for now it | oga | 2008-05-18 | 1 | -1/+0 |
* | fix cwm's current XShape support from Edd Barrett -thanks. | okan | 2008-05-17 | 1 | -0/+1 |
* | Rework the alt-tabbing code to be a lot simpler. | oga | 2008-05-01 | 1 | -2/+0 |
* | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | oga | 2008-04-16 | 1 | -7/+9 |
* | 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 | 1 | -2/+2 |
* | Remove screen_infomsg(), nothing uses it. | oga | 2008-04-16 | 1 | -2/+0 |
* | 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 | 1 | -1/+1 |
* | Kill dirent_isdir() and dirent_islink() nothing used them since the new | oga | 2008-04-15 | 1 | -3/+0 |
* | hit it with the knf stick. | oga | 2008-04-15 | 1 | -235/+238 |
* | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | 2008-04-15 | 1 | -0/+1 |
* | remove alt-tab menu | okan | 2008-04-09 | 1 | -1/+0 |
* | Add quit function, bind it per default to CM-q and change exec_wm | simon | 2008-04-07 | 1 | -0/+1 |
* | Fix a couple of issues with the maximization code. | oga | 2008-03-26 | 1 | -9/+11 |
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | 1 | -16/+36 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | 1 | -13/+0 |
* | Remove a bunch of unused variables and incorrect comments. | oga | 2008-03-22 | 1 | -24/+2 |
* | add exec_wm to calmwm.h, it was missing (bad ian@!) | oga | 2008-02-20 | 1 | -0/+1 |
* | usage never returns, and thus should be __dead. | oga | 2008-02-13 | 1 | -1/+1 |
* | add usage() for when an unknown option is given. | oga | 2008-02-13 | 1 | -0/+1 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | 1 | -7/+4 |