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