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