aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y (unfollow)
Commit message (Expand)AuthorLines
2021-04-27Add BSD compatibility functions and headersWynn Wolf Arbor-1/+1
2021-04-27Revert "use u_char for buffers in yylex"Wynn Wolf Arbor-5/+5
2020-04-18Allow configuring a percentage window size of the master window during htile/...okan-2/+18
2018-11-09merge from base, from sashan@:okan-2/+3
2018-02-19Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton-11/+11
2018-02-02Simplification; use asprintf where appropriate now.okan-5/+7
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan-2/+13
2017-04-26Switch bwidth type; unfortunately X11 is inconsistent.okan-2/+2
2016-12-01Normalize bind function names, based on a few categories: window, group, menuokan-17/+36
2016-11-14Define callbacks, then default bindings.okan-2/+2
2016-10-03Defaults are split between defines and conf_init(); normalize these, asokan-5/+2
2015-05-17Fix autogroup so name,class doesn't need to be quoted.kspillner-1/+12
2015-05-17Make window name and window class separate parameters to conf_autogroup.kspillner-2/+2
2015-02-14simplify error messages; discussed with doug@okan-7/+6
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan-2/+2
2015-01-17Catch up with src parse.y changes by jsg@:okan-1/+4
2015-01-16Add gcc format attributes for yyerror(); fix a few yyerror() calls.okan-7/+9
2014-01-30re-add lost free from previousokan-1/+2
2014-01-30Switch ignoreq to winname struct since it's basically the same thing;okan-7/+2
2014-01-29Check command name/path for truncation and provide user feedback duringokan-2/+7
2014-01-28Check ignore windowname for truncation and provide user feedback duringokan-2/+6
2014-01-28Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan-7/+2
2014-01-27simplify parse_config using assignment; inspired by a very old diff fromokan-58/+3
2014-01-24more range checkingokan-5/+8
2014-01-20constify and rename some confusing variables around cmdq.okan-2/+2
2014-01-20 - remove redundant range check for buttons in conf_bind_mouse.okan-2/+7
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan-2/+7
2013-11-25Log message:benno-6/+6
2013-07-16max -> nitemsokan-2/+2
2013-07-08clarify kbd vs mouse functionsokan-3/+3
2013-06-03Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' withoutsthen-4/+4
2013-05-22move validation of pointer Button into conf_mousebind so we checkokan-2/+7
2013-05-22sync with src changesokan-31/+34
2013-05-19- switch border colors to Xftokan-13/+10
2013-05-06negative values for borderwith, moveamount, snapdist and gap areokan-3/+19
2013-04-17add conf_ignore and move group_make_autogroup to conf_autogroup to match.okan-8/+3
2013-01-04really these are just border colors, so adjust the defineokan-2/+2
2013-01-04get rid of struct colorokan-10/+10
2012-12-19gc unused cmd 'flags' variableokan-2/+2
2012-12-17knfokan-2/+2
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousokan-8/+17
2012-10-31no longer a reason to carry conf_path in struct conf, so dice.okan-3/+1
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakokan-2/+7
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.okan-1/+12
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsookan-4/+4
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealokan-3/+1
2011-07-25We are inconsistent when it comes to function returns, so just go allokan-5/+5
2011-07-14correct spelling; from Alexander Polakov.okan-3/+3
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'okan-2/+7
2010-09-25picked a henning diff from src - original log:okan-3/+4