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