aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y (follow)
Commit message (Expand)AuthorAgeLines
* simplify parse_config using assignment; inspired by a very old diff fromokan2014-01-27-58/+3
* more range checkingokan2014-01-24-5/+8
* constify and rename some confusing variables around cmdq.okan2014-01-20-2/+2
* - remove redundant range check for buttons in conf_bind_mouse.okan2014-01-20-2/+7
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-13-2/+7
* Log message:benno2013-11-25-6/+6
* max -> nitemsokan2013-07-16-2/+2
* clarify kbd vs mouse functionsokan2013-07-08-3/+3
* Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' withoutsthen2013-06-03-4/+4
* move validation of pointer Button into conf_mousebind so we checkokan2013-05-22-2/+7
* sync with src changesokan2013-05-22-31/+34
* - switch border colors to Xftokan2013-05-19-13/+10
* negative values for borderwith, moveamount, snapdist and gap areokan2013-05-06-3/+19
* add conf_ignore and move group_make_autogroup to conf_autogroup to match.okan2013-04-17-8/+3
* really these are just border colors, so adjust the defineokan2013-01-04-2/+2
* get rid of struct colorokan2013-01-04-10/+10
* gc unused cmd 'flags' variableokan2012-12-19-2/+2
* knfokan2012-12-17-2/+2
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-17-8/+17
* no longer a reason to carry conf_path in struct conf, so dice.okan2012-10-31-3/+1
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-08-2/+7
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-08-1/+12
* "defaultfont" is unclear (and confusing while reading code) when it alsookan2011-09-03-4/+4
* revert r1.11 of parse.y and create logic in conf_setup instead to dealokan2011-08-22-3/+1
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-5/+5
* correct spelling; from Alexander Polakov.okan2011-07-14-3/+3
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-2/+7
* picked a henning diff from src - original log:okan2010-09-25-3/+4
* - allow per-screen gap; not (yet) user configurable.okan2010-01-27-7/+6
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+5
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-11-18/+2
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-4/+4
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-1/+35
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-07-2/+7
* move conf_clear() and add proto.okan2009-01-23-44/+1
* The default font name is strduped, so don't test for default font nameoga2009-01-22-3/+2
* 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