aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (follow)
Commit message (Expand)AuthorAgeLines
* fix the froggy problem.oga2008-07-22-1/+2
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-22-1/+3
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-22-2/+2
* Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesoga2008-07-22-1/+2
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-22-2/+1
* kill another leftover prototype.oga2008-07-22-2/+1
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-11-2/+2
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-3/+3
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-25-1/+2
* Actually grab the correct mouse buttons for a window, instead of doing theoga2008-06-25-1/+2
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-17-2/+2
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-28/+11
* (mostly) proper xshape event supportokan2008-06-14-1/+2
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-1/+25
* kill another long gone protookan2008-06-12-2/+1
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-21-4/+3
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-20-8/+6
* stop normalizing search input; searching and matching are stillokan2008-05-19-2/+2
* Function prototypes should not have parameter names in them. These mustoga2008-05-19-12/+12
* client_cyclenext() -> client_cycle() since we now pass an arg.okan2008-05-19-3/+2
* allow an autogroup value of 0 to mean no group. This means you can setoga2008-05-19-2/+2
* as done with cycle/rcycle, make prev/next group switching one kbfuncsokan2008-05-19-5/+7
* Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga2008-05-19-1/+4
* finally implement keyboard binding for group togglingokan2008-05-19-1/+2
* Kill conf_get_int(), it was a silly function anyway.oga2008-05-18-14/+2
* group_ctx->name is only used in this one function, and for now itoga2008-05-18-2/+1
* fix cwm's current XShape support from Edd Barrett -thanks.okan2008-05-17-1/+2
* Rework the alt-tabbing code to be a lot simpler.oga2008-05-01-3/+1
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-16-8/+10
* remove infowin. It slipped out of the last commit, for some reason.oga2008-04-16-2/+1
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-16-3/+3
* Remove screen_infomsg(), nothing uses it.oga2008-04-16-3/+1
* kill an unused struct member.oga2008-04-16-2/+1
* make the argument parser for commands accept quoted strings, while i'moga2008-04-15-2/+2
* Kill dirent_isdir() and dirent_islink() nothing used them since the newoga2008-04-15-4/+1
* hit it with the knf stick.oga2008-04-15-236/+239
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-15-1/+2
* remove alt-tab menuokan2008-04-09-2/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-07-1/+2
* Fix a couple of issues with the maximization code.oga2008-03-26-10/+12
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-17/+37
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-22-14/+1
* Remove a bunch of unused variables and incorrect comments.oga2008-03-22-25/+3
* add exec_wm to calmwm.h, it was missing (bad ian@!)oga2008-02-20-1/+2
* usage never returns, and thus should be __dead.oga2008-02-13-2/+2
* add usage() for when an unknown option is given.oga2008-02-13-1/+2
* huge amount of cleanup and dead code removal.oga2008-01-16-8/+5
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-14-3/+5
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-2/+13
* Kill some more dead code, cursor.c goes away.oga2008-01-08-3/+1