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