summary refs log tree commit diff
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-8/+0
* Make this not crash when compiled with -g.mk2008-06-161-1/+1
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-1/+10
* unbreakokan2008-06-141-1/+1
* slightly alter the semantics of config files:okan2008-06-141-1/+7
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-0/+88
* actually honor termpath and lockpath if specified in cwmrc.okan2008-06-051-5/+5
* General cleanup.oga2008-05-191-3/+3
* as done with cycle/rcycle, make prev/next group switching one kbfuncsokan2008-05-191-4/+4
* Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga2008-05-191-2/+2
* finally implement keyboard binding for group togglingokan2008-05-191-0/+2
* Fix two problems with conf_unbind():oga2008-05-181-7/+9
* Kill conf_get_int(), it was a silly function anyway.oga2008-05-181-35/+9
* KNF, no binary change.oga2008-05-151-2/+2
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-161-24/+45
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-161-1/+1
* hit it with the knf stick.oga2008-04-151-15/+14
* better 'quit' keybinding default (CMS-q)okan2008-04-081-1/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-1/+3
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-253/+38
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-4/+0
* client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT.oga2008-03-181-2/+2
* huge amount of cleanup and dead code removal.oga2008-01-161-30/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* Kill some warnings intoduced with the execwm feature.oga2008-01-031-2/+2
* allow the search feature to work in the root window, like other similar ones.okan2007-12-311-1/+1
* Add a "restart wm" function. ok oga@ian2007-11-281-1/+3
* Another messed up keybinding.oga2007-11-281-1/+1
* re-add a lost group keybindingokan2007-11-271-0/+1
* Make cwm default keybindings always exist. Additional keybindings nowoga2007-11-191-59/+78
* introduce conf_bindname() to drastically simplify conf.ctodd2007-11-131-183/+129
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-131-0/+28
* Document cwm's keybinding support. It was already there, but not in the manpage.oga2007-11-071-14/+51
* Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga2007-11-071-2/+26
* implement keyboard initiated movement of windowstodd2007-06-271-0/+21
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-261-0/+1
* make it possible to cycle through the windows when non are selected.jasper2007-06-051-2/+2
* add two missing closedir()'sjasper2007-05-281-0/+6
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-5/+5
* full screen sized windowsjasper2007-05-271-1/+3
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-271-0/+1
* Initial revisionbernd2007-04-271-0/+531