| Commit message (Expand) | Author | Age | Files | Lines |
* | Define callbacks, then default bindings. | okan | 2016-11-14 | 1 | -1/+1 |
* | Defaults are split between defines and conf_init(); normalize these, as | okan | 2016-10-03 | 1 | -4/+1 |
* | Fix autogroup so name,class doesn't need to be quoted. | kspillner | 2015-05-17 | 1 | -0/+11 |
* | Make window name and window class separate parameters to conf_autogroup. | kspillner | 2015-05-17 | 1 | -1/+1 |
* | simplify error messages; discussed with doug@ | okan | 2015-02-14 | 1 | -6/+5 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | 1 | -1/+1 |
* | Catch up with src parse.y changes by jsg@: | okan | 2015-01-17 | 1 | -0/+3 |
* | Add gcc format attributes for yyerror(); fix a few yyerror() calls. | okan | 2015-01-16 | 1 | -6/+8 |
* | re-add lost free from previous | okan | 2014-01-30 | 1 | -0/+1 |
* | Switch ignoreq to winname struct since it's basically the same thing; | okan | 2014-01-30 | 1 | -6/+1 |
* | Check command name/path for truncation and provide user feedback during | okan | 2014-01-29 | 1 | -1/+6 |
* | Check ignore windowname for truncation and provide user feedback during | okan | 2014-01-28 | 1 | -1/+5 |
* | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | okan | 2014-01-28 | 1 | -6/+1 |
* | simplify parse_config using assignment; inspired by a very old diff from | okan | 2014-01-27 | 1 | -57/+2 |
* | more range checking | okan | 2014-01-24 | 1 | -4/+7 |
* | constify and rename some confusing variables around cmdq. | okan | 2014-01-20 | 1 | -1/+1 |
* | - remove redundant range check for buttons in conf_bind_mouse. | okan | 2014-01-20 | 1 | -1/+6 |
* | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | okan | 2013-12-13 | 1 | -1/+6 |
* | Log message: | benno | 2013-11-25 | 1 | -5/+5 |
* | max -> nitems | okan | 2013-07-16 | 1 | -1/+1 |
* | clarify kbd vs mouse functions | okan | 2013-07-08 | 1 | -2/+2 |
* | Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' without | sthen | 2013-06-03 | 1 | -3/+3 |
* | move validation of pointer Button into conf_mousebind so we check | okan | 2013-05-22 | 1 | -1/+6 |
* | sync with src changes | okan | 2013-05-22 | 1 | -30/+33 |
* | - switch border colors to Xft | okan | 2013-05-19 | 1 | -12/+9 |
* | negative values for borderwith, moveamount, snapdist and gap are | okan | 2013-05-06 | 1 | -2/+18 |
* | add conf_ignore and move group_make_autogroup to conf_autogroup to match. | okan | 2013-04-17 | 1 | -7/+2 |
* | really these are just border colors, so adjust the define | okan | 2013-01-04 | 1 | -1/+1 |
* | get rid of struct color | okan | 2013-01-04 | 1 | -9/+9 |
* | gc unused cmd 'flags' variable | okan | 2012-12-19 | 1 | -1/+1 |
* | knf | okan | 2012-12-17 | 1 | -1/+1 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | 1 | -7/+16 |
* | no longer a reason to carry conf_path in struct conf, so dice. | okan | 2012-10-31 | 1 | -2/+0 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | 1 | -1/+6 |
* | allow menufg/menubg to be configurable; from Alexander Polakov. | okan | 2011-09-08 | 1 | -0/+11 |
* | "defaultfont" is unclear (and confusing while reading code) when it also | okan | 2011-09-03 | 1 | -3/+3 |
* | revert r1.11 of parse.y and create logic in conf_setup instead to deal | okan | 2011-08-22 | 1 | -2/+0 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | 1 | -4/+4 |
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | 1 | -2/+2 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -1/+6 |
* | picked a henning diff from src - original log: | okan | 2010-09-25 | 1 | -2/+3 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | 1 | -6/+5 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+4 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | 1 | -17/+1 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -3/+3 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 1 | -0/+34 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | 1 | -1/+6 |
* | move conf_clear() and add proto. | okan | 2009-01-23 | 1 | -43/+0 |
* | The default font name is strduped, so don't test for default font name | oga | 2009-01-22 | 1 | -2/+1 |