summary refs log tree commit diff
path: root/calmwm.h
Commit message (Expand)AuthorAgeFilesLines
* Rework the alt-tabbing code to be a lot simpler.oga2008-05-011-2/+0
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-161-7/+9
* remove infowin. It slipped out of the last commit, for some reason.oga2008-04-161-1/+0
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-161-2/+2
* Remove screen_infomsg(), nothing uses it.oga2008-04-161-2/+0
* kill an unused struct member.oga2008-04-161-1/+0
* make the argument parser for commands accept quoted strings, while i'moga2008-04-151-1/+1
* Kill dirent_isdir() and dirent_islink() nothing used them since the newoga2008-04-151-3/+0
* hit it with the knf stick.oga2008-04-151-235/+238
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-151-0/+1
* remove alt-tab menuokan2008-04-091-1/+0
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-0/+1
* Fix a couple of issues with the maximization code.oga2008-03-261-9/+11
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-16/+36
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-13/+0
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-24/+2
* add exec_wm to calmwm.h, it was missing (bad ian@!)oga2008-02-201-0/+1
* usage never returns, and thus should be __dead.oga2008-02-131-1/+1
* add usage() for when an unknown option is given.oga2008-02-131-0/+1
* huge amount of cleanup and dead code removal.oga2008-01-161-7/+4
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-141-2/+4
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* Kill some more dead code, cursor.c goes away.oga2008-01-081-2/+0
* Kill draw.c, nothing uses the code in it.oga2008-01-031-2/+0
* remove declaration of removed functionmarc2008-01-021-2/+0
* Add a "restart wm" function. ok oga@ian2007-11-281-0/+4
* Make cwm default keybindings always exist. Additional keybindings nowoga2007-11-191-0/+1
* introduce conf_bindname() to drastically simplify conf.ctodd2007-11-131-0/+1
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-131-0/+1
* Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga2007-11-071-0/+1
* implement keyboard initiated movement of windowstodd2007-06-271-0/+6
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-261-1/+4
* make it possible to cycle through the windows when non are selected.jasper2007-06-051-1/+1
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-14/+14
* full screen sized windowsjasper2007-05-271-1/+1
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-101-1/+1
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-271-0/+2
* Initial revisionbernd2007-04-271-0/+507