| Commit message (Expand) | Author | Age | Lines |
... | |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | -1/+4 |
* | add missing prototype. | oga | 2009-05-14 | -1/+2 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | -1/+3 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | -3/+1 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | -1/+3 |
* | remove Nscreens and x_screenname() - we really don't need them. | okan | 2009-01-27 | -4/+1 |
* | One of the most annoying things to do was restart cwm and lose all of | oga | 2009-01-27 | -2/+4 |
* | move conf_clear() and add proto. | okan | 2009-01-23 | -1/+2 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | -27/+37 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | -1/+11 |
* | borderwidth as a cwmrc(5) keyword, really helps debugging | todd | 2009-01-21 | -2/+3 |
* | remove unused | okan | 2009-01-17 | -2/+1 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | -2/+2 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | -15/+4 |
* | - add missing prototypes. | okan | 2009-01-15 | -1/+2 |
* | shortcut_to_name should not be defined as static in a header file. Put | oga | 2009-01-11 | -6/+2 |
* | add missing prototypes | okan | 2009-01-11 | -1/+5 |
* | - merge grab_sweep() into mousefunc_window_resize(). | okan | 2009-01-11 | -4/+1 |
* | Kill obviously dead variable. | oga | 2008-12-04 | -3/+1 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | -1/+8 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | -8/+1 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | -1/+8 |
* | fix the froggy problem. | oga | 2008-07-22 | -1/+2 |
* | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | 2008-07-22 | -1/+3 |
* | split x_setup() into two. dpy_init() for setting up the display and | oga | 2008-07-22 | -2/+2 |
* | Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes | oga | 2008-07-22 | -1/+2 |
* | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | 2008-07-22 | -2/+1 |
* | kill another leftover prototype. | oga | 2008-07-22 | -2/+1 |
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | -2/+2 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -3/+3 |
* | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | oga | 2008-06-25 | -1/+2 |
* | Actually grab the correct mouse buttons for a window, instead of doing the | oga | 2008-06-25 | -1/+2 |
* | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | oga | 2008-06-17 | -2/+2 |
* | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | 2008-06-15 | -28/+11 |
* | (mostly) proper xshape event support | okan | 2008-06-14 | -1/+2 |
* | confable menu and window mouse bindings from rivo nurges (thanks!) with | okan | 2008-06-14 | -1/+25 |
* | kill another long gone proto | okan | 2008-06-12 | -2/+1 |
* | Make menu_filter handle mouse movement too. This enables the keyboard | oga | 2008-05-21 | -4/+3 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | -8/+6 |
* | stop normalizing search input; searching and matching are still | okan | 2008-05-19 | -2/+2 |
* | Function prototypes should not have parameter names in them. These must | oga | 2008-05-19 | -12/+12 |
* | client_cyclenext() -> client_cycle() since we now pass an arg. | okan | 2008-05-19 | -3/+2 |
* | allow an autogroup value of 0 to mean no group. This means you can set | oga | 2008-05-19 | -2/+2 |
* | as done with cycle/rcycle, make prev/next group switching one kbfuncs | okan | 2008-05-19 | -5/+7 |
* | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | oga | 2008-05-19 | -1/+4 |
* | finally implement keyboard binding for group toggling | okan | 2008-05-19 | -1/+2 |
* | Kill conf_get_int(), it was a silly function anyway. | oga | 2008-05-18 | -14/+2 |
* | group_ctx->name is only used in this one function, and for now it | oga | 2008-05-18 | -2/+1 |
* | fix cwm's current XShape support from Edd Barrett -thanks. | okan | 2008-05-17 | -1/+2 |
* | Rework the alt-tabbing code to be a lot simpler. | oga | 2008-05-01 | -3/+1 |