aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* - re-order and mostly re-write cwmrc(5)okan2008-05-18-141/+124
* fix cwm's current XShape support from Edd Barrett -thanks.okan2008-05-17-18/+28
* KNF, no binary change.oga2008-05-15-38/+36
* tiny bit of knfokan2008-05-15-14/+6
* Signal handler of SIGCHLD calls waitpid() which sets errno on error. Totobias2008-05-06-1/+4
* Rework the alt-tabbing code to be a lot simpler.oga2008-05-01-60/+33
* Allow slashes in unquoted strings.simon2008-04-29-4/+3
* nits from Pierre Riteau - thanks!okan2008-04-28-4/+5
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-16-121/+93
* 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-21/+16
* Remove screen_infomsg(), nothing uses it.oga2008-04-16-69/+6
* kill an unused struct member.oga2008-04-16-2/+1
* make the argument parser for commands accept quoted strings, while i'moga2008-04-15-20/+31
* Kill dirent_isdir() and dirent_islink() nothing used them since the newoga2008-04-15-33/+2
* hit it with the knf stick.oga2008-04-15-461/+470
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-15-17/+35
* - add vi keybindings to searchokan2008-04-15-7/+28
* malloc -> callocokan2008-04-15-4/+4
* remove alt-tab menuokan2008-04-09-88/+2
* No cookie for okan.oga2008-04-08-2/+2
* better 'quit' keybinding default (CMS-q)okan2008-04-08-6/+6
* Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon2008-04-08-2/+2
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-07-9/+23
* - use $PATH before _PATH_DEFPATH, from Tim van der Molenokan2008-04-05-6/+9
* Sync usage() with reality and manpage.simon2008-04-03-2/+2
* Fix a couple of issues with the maximization code.oga2008-03-26-18/+31
* Introduce bsd.xconf.mk to set default config variables usedmatthieu2008-03-25-4/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-430/+878
* allow autogrouping and sticky mode to work togetherokan2008-03-22-7/+7
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-22-342/+33
* Remove a bunch of unused variables and incorrect comments.oga2008-03-22-58/+15
* As mentioned in my last commit, there was an issue where the switchingoga2008-03-19-5/+9
* client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT.oga2008-03-18-3/+3
* typo fix. ok ogasthen2008-03-14-2/+2
* Change the default for XSRCDIR to /usr/xenocara. ok deraadt@matthieu2008-03-03-2/+2
* add exec_wm to calmwm.h, it was missing (bad ian@!)oga2008-02-20-3/+4
* Typo: s/supression/suppressionoga2008-02-20-2/+2
* usage never returns, and thus should be __dead.oga2008-02-13-4/+4
* add usage() for when an unknown option is given.oga2008-02-13-3/+13
* Make cwm print the XDisplayName() if it fails to open the display,oga2008-02-13-2/+3
* Trivial typo in recent "exec windowmanager" additionian2008-01-22-2/+2
* All of the 9wm code in cwm has been removed or re-written. Edit LICENSEoga2008-01-16-36/+14
* huge amount of cleanup and dead code removal.oga2008-01-16-197/+33
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-14-264/+92
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-34/+211
* Kill some more dead code, cursor.c goes away.oga2008-01-08-70/+3
* Adjust initial window placement with any geometry that would placemarc2008-01-03-4/+7
* Kill draw.c, nothing uses the code in it.oga2008-01-03-26/+3
* Kill some warnings intoduced with the execwm feature.oga2008-01-03-3/+3