aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (unfollow)
Commit message (Expand)AuthorLines
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
2008-05-18group_ctx->name is only used in this one function, and for now itoga-2/+1
2008-05-17fix cwm's current XShape support from Edd Barrett -thanks.okan-1/+2
2008-05-01Rework the alt-tabbing code to be a lot simpler.oga-3/+1
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga-8/+10
2008-04-16remove infowin. It slipped out of the last commit, for some reason.oga-2/+1
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga-3/+3
2008-04-16Remove screen_infomsg(), nothing uses it.oga-3/+1
2008-04-16kill an unused struct member.oga-2/+1
2008-04-15make the argument parser for commands accept quoted strings, while i'moga-2/+2
2008-04-15Kill dirent_isdir() and dirent_islink() nothing used them since the newoga-4/+1
2008-04-15hit it with the knf stick.oga-236/+239
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga-1/+2
2008-04-09remove alt-tab menuokan-2/+1
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmsimon-1/+2
2008-03-26Fix a couple of issues with the maximization code.oga-10/+12
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-17/+37
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.oga-14/+1
2008-03-22Remove a bunch of unused variables and incorrect comments.oga-25/+3
2008-02-20add exec_wm to calmwm.h, it was missing (bad ian@!)oga-1/+2
2008-02-13usage never returns, and thus should be __dead.oga-2/+2
2008-02-13add usage() for when an unknown option is given.oga-1/+2
2008-01-16huge amount of cleanup and dead code removal.oga-8/+5
2008-01-14Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga-3/+5
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
2008-01-08Kill some more dead code, cursor.c goes away.oga-3/+1
2008-01-03Kill draw.c, nothing uses the code in it.oga-3/+1
2008-01-02remove declaration of removed functionmarc-3/+1
2007-11-28Add a "restart wm" function. ok oga@ian-1/+5