aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y (follow)
Commit message (Expand)AuthorAgeLines
...
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-21-2/+7
* shortcut_to_name should not be defined as static in a header file. Putoga2009-01-11-3/+1
* better comparison idiom; found with -Wallokan2009-01-11-11/+11
* Make this not crash when compiled with -g.mk2008-06-16-6/+3
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-6/+2
* slightly alter the semantics of config files:okan2008-06-14-2/+3
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-2/+20
* allow an autogroup value of 0 to mean no group. This means you can setoga2008-05-19-2/+2
* Kill conf_get_int(), it was a silly function anyway.oga2008-05-18-2/+1
* When we're cleaning out the lists in parse_config and conf_clear it's aoga2008-05-18-37/+17
* Allow slashes in unquoted strings.simon2008-04-29-4/+3
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-16-11/+6
* hit it with the knf stick.oga2008-04-15-21/+28
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-15-3/+11
* malloc -> callocokan2008-04-15-3/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-0/+583