aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (unfollow)
Commit message (Expand)AuthorLines
2009-05-18oops, we appear to have grown an extra prototype for group_only(), getoga-2/+1
2009-05-18Rip out the event layer and just use a static array of callbacks likeoga-37/+2
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-7/+31
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-1/+4
2009-05-14add missing prototype.oga-1/+2
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-1/+3
2009-04-15properly teardown X connection upon quit; static a few while here,okan-3/+1
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas-1/+3
2009-01-27remove Nscreens and x_screenname() - we really don't need them.okan-4/+1
2009-01-27One of the most annoying things to do was restart cwm and lose all ofoga-2/+4
2009-01-23move conf_clear() and add proto.okan-1/+2
2009-01-23Move the keybinding argument to a union to prevent warnings whereoga-27/+37
2009-01-22Cache all of the X atoms we use at startup.oga-1/+11
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingtodd-2/+3
2009-01-17remove unusedokan-2/+1
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severaloga-2/+2
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-15/+4
2009-01-15- add missing prototypes.okan-1/+2
2009-01-11shortcut_to_name should not be defined as static in a header file. Putoga-6/+2
2009-01-11add missing prototypesokan-1/+5
2009-01-11- merge grab_sweep() into mousefunc_window_resize().okan-4/+1
2008-12-04Kill obviously dead variable.oga-3/+1
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga-1/+8
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.oga-8/+1
2008-09-22Display the current window title not a previous one in the case ofoga-1/+8
2008-07-22fix the froggy problem.oga-1/+2
2008-07-22We've been handling grabbing wrong all this time (noticed at c2k8).oga-1/+3
2008-07-22split x_setup() into two. dpy_init() for setting up the display andoga-2/+2
2008-07-22Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesoga-1/+2
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga-2/+1
2008-07-22kill another leftover prototype.oga-2/+1
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyokan-2/+2
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-3/+3
2008-06-25Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga-1/+2
2008-06-25Actually grab the correct mouse buttons for a window, instead of doing theoga-1/+2
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga-2/+2
2008-06-15Rip 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 supportokan-1/+2
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withokan-1/+25
2008-06-12kill another long gone protookan-2/+1
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardoga-4/+3
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-8/+6
2008-05-19stop normalizing search input; searching and matching are stillokan-2/+2
2008-05-19Function prototypes should not have parameter names in them. These mustoga-12/+12
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.okan-3/+2
2008-05-19allow an autogroup value of 0 to mean no group. This means you can setoga-2/+2
2008-05-19as done with cycle/rcycle, make prev/next group switching one kbfuncsokan-5/+7
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga-1/+4
2008-05-19finally implement keyboard binding for group togglingokan-1/+2
2008-05-18Kill conf_get_int(), it was a silly function anyway.oga-14/+2