Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2008-04-16 | Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc | oga | -11/+6 | |
respectively. ok okan. | ||||
2008-04-15 | hit it with the knf stick. | oga | -21/+28 | |
2008-04-15 | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | -3/+11 | |
of the screen where an application won't be {,vert}maximized over. used for placing a statusbar or something like xclock. Patch from Edd Barrett, with input from myself and okan. Thanks! ok okan@. | ||||
2008-04-15 | malloc -> calloc | okan | -3/+2 | |
suggested by and ok oga@ | ||||
2008-03-23 | Replace the symlink configuration scheme with a simple yacc parser as | simon | -0/+583 | |
found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@ |