summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* KNF, no binary change.oga2008-05-159-30/+28
* tiny bit of knfokan2008-05-151-13/+5
* Signal handler of SIGCHLD calls waitpid() which sets errno on error. Totobias2008-05-061-0/+3
* Rework the alt-tabbing code to be a lot simpler.oga2008-05-013-57/+30
* Allow slashes in unquoted strings.simon2008-04-291-3/+2
* nits from Pierre Riteau - thanks!okan2008-04-281-2/+3
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-163-118/+90
* 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-165-16/+11
* Remove screen_infomsg(), nothing uses it.oga2008-04-165-64/+1
* kill an unused struct member.oga2008-04-161-1/+0
* make the argument parser for commands accept quoted strings, while i'moga2008-04-153-17/+28
* Kill dirent_isdir() and dirent_islink() nothing used them since the newoga2008-04-152-31/+0
* hit it with the knf stick.oga2008-04-1520-446/+455
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-154-13/+31
* - add vi keybindings to searchokan2008-04-152-5/+26
* malloc -> callocokan2008-04-152-2/+2
* remove alt-tab menuokan2008-04-092-86/+0
* No cookie for okan.oga2008-04-081-1/+1
* better 'quit' keybinding default (CMS-q)okan2008-04-082-4/+4
* Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon2008-04-081-1/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-075-4/+18
* - use $PATH before _PATH_DEFPATH, from Tim van der Molenokan2008-04-051-5/+8
* Sync usage() with reality and manpage.simon2008-04-031-1/+1
* Fix a couple of issues with the maximization code.oga2008-03-262-16/+29
* Introduce bsd.xconf.mk to set default config variables usedmatthieu2008-03-251-3/+1
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-2311-422/+870
* allow autogrouping and sticky mode to work togetherokan2008-03-221-6/+6
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-228-334/+25
* Remove a bunch of unused variables and incorrect comments.oga2008-03-225-53/+10
* As mentioned in my last commit, there was an issue where the switchingoga2008-03-191-4/+8
* client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT.oga2008-03-181-2/+2
* typo fix. ok ogasthen2008-03-141-1/+1
* Change the default for XSRCDIR to /usr/xenocara. ok deraadt@matthieu2008-03-031-1/+1
* add exec_wm to calmwm.h, it was missing (bad ian@!)oga2008-02-202-1/+2
* Typo: s/supression/suppressionoga2008-02-201-1/+1
* usage never returns, and thus should be __dead.oga2008-02-132-2/+2
* add usage() for when an unknown option is given.oga2008-02-132-1/+11
* Make cwm print the XDisplayName() if it fails to open the display,oga2008-02-131-1/+2
* Trivial typo in recent "exec windowmanager" additionian2008-01-221-1/+1
* All of the 9wm code in cwm has been removed or re-written. Edit LICENSEoga2008-01-163-35/+13
* huge amount of cleanup and dead code removal.oga2008-01-1611-186/+22
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-144-260/+88
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-1117-18/+195
* Kill some more dead code, cursor.c goes away.oga2008-01-083-68/+1
* Adjust initial window placement with any geometry that would placemarc2008-01-031-3/+6
* Kill draw.c, nothing uses the code in it.oga2008-01-033-24/+1
* Kill some warnings intoduced with the execwm feature.oga2008-01-031-2/+2
* remove declaration of removed functionmarc2008-01-021-2/+0
* remove unused codemarc2008-01-022-54/+1