summary refs log tree commit diff
path: root/calmwm.h
Commit message (Expand)AuthorAgeFilesLines
* move like defines to a central, logical location; no binary change.okan2009-06-171-0/+6
* oops, we appear to have grown an extra prototype for group_only(), getoga2009-05-181-1/+0
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-181-36/+1
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-6/+30
* add a "movetogroup" function, which hides the current window fromsthen2009-05-171-0/+3
* add missing prototype.oga2009-05-141-0/+1
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-141-0/+2
* properly teardown X connection upon quit; static a few while here,okan2009-04-151-2/+0
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-071-0/+2
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-271-3/+0
* One of the most annoying things to do was restart cwm and lose all ofoga2009-01-271-1/+3
* move conf_clear() and add proto.okan2009-01-231-0/+1
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-231-26/+36
* Cache all of the X atoms we use at startup.oga2009-01-221-0/+10
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-211-1/+2
* remove unusedokan2009-01-171-1/+0
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-171-1/+1
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-14/+3
* - add missing prototypes.okan2009-01-151-0/+1
* shortcut_to_name should not be defined as static in a header file. Putoga2009-01-111-5/+1
* add missing prototypesokan2009-01-111-0/+4
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-111-3/+0
* Kill obviously dead variable.oga2008-12-041-2/+0
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-0/+7
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-7/+0
* Display the current window title not a previous one in the case ofoga2008-09-221-0/+7
* fix the froggy problem.oga2008-07-221-0/+1
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-221-0/+2
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-221-1/+1
* Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesoga2008-07-221-0/+1
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-221-1/+0
* kill another leftover prototype.oga2008-07-221-1/+0
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-111-1/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-2/+2
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-251-0/+1
* Actually grab the correct mouse buttons for a window, instead of doing theoga2008-06-251-0/+1
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-1/+1
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-27/+10
* (mostly) proper xshape event supportokan2008-06-141-0/+1
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-0/+24
* kill another long gone protookan2008-06-121-1/+0
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-211-3/+2
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-7/+5
* stop normalizing search input; searching and matching are stillokan2008-05-191-1/+1
* Function prototypes should not have parameter names in them. These mustoga2008-05-191-11/+11
* client_cyclenext() -> client_cycle() since we now pass an arg.okan2008-05-191-2/+1
* allow an autogroup value of 0 to mean no group. This means you can setoga2008-05-191-1/+1
* as done with cycle/rcycle, make prev/next group switching one kbfuncsokan2008-05-191-4/+6
* Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga2008-05-191-0/+3
* finally implement keyboard binding for group togglingokan2008-05-191-0/+1