about summary refs log tree commit diff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Add acceptraise to specify whether applications can activate and raise windows. cn-noraise-globalChristian Neukirchen2013-12-301-1/+8
* cvsimportokan2013-12-131-1/+6
|\
| * Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-131-1/+6
* | Revert "use u_char for buffers in yylex"Christian Neukirchen2013-12-061-5/+5
* | cvsimportokan2013-12-021-5/+5
|\|
| * Log message:benno2013-11-251-5/+5
* | cvsimportokan2013-07-161-1/+1
|\|
| * max -> nitemsokan2013-07-161-1/+1
* | cvsimportokan2013-07-101-2/+2
|\|
| * clarify kbd vs mouse functionsokan2013-07-081-2/+2
* | cvsimportsthen2013-06-031-3/+3
|\|
| * Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' withoutsthen2013-06-031-3/+3
* | cvsimportChristian Neukirchen2013-05-291-45/+66
|\|
| * move validation of pointer Button into conf_mousebind so we checkokan2013-05-221-1/+6
| * sync with src changesokan2013-05-221-30/+33
| * - switch border colors to Xftokan2013-05-191-12/+9
| * negative values for borderwith, moveamount, snapdist and gap areokan2013-05-061-2/+18
* | cvsimportokan2013-04-301-7/+2
|\|
| * add conf_ignore and move group_make_autogroup to conf_autogroup to match.okan2013-04-171-7/+2
* | cvsimportokan2013-01-061-10/+10
|\|
| * really these are just border colors, so adjust the defineokan2013-01-041-1/+1
| * get rid of struct colorokan2013-01-041-9/+9
* | cvsimportokan2012-12-191-8/+17
|\|
| * gc unused cmd 'flags' variableokan2012-12-191-1/+1
| * knfokan2012-12-171-1/+1
| * non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-7/+16
* | cvsimportokan2012-11-011-2/+0
|\|
| * no longer a reason to carry conf_path in struct conf, so dice.okan2012-10-311-2/+0
* | define YYSTYPE_IS_DECLARED to work with bison 2.3Christian Neukirchen2012-05-041-0/+2
|/
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-081-1/+6
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-081-0/+11
* "defaultfont" is unclear (and confusing while reading code) when it alsookan2011-09-031-3/+3
* revert r1.11 of parse.y and create logic in conf_setup instead to dealokan2011-08-221-2/+0
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-4/+4
* correct spelling; from Alexander Polakov.okan2011-07-141-2/+2
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-241-1/+6
* picked a henning diff from src - original log:okan2010-09-251-2/+3
* - allow per-screen gap; not (yet) user configurable.okan2010-01-271-6/+5
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+4
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-111-17/+1
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-201-3/+3
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-0/+34
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-071-1/+6
* move conf_clear() and add proto.okan2009-01-231-43/+0
* The default font name is strduped, so don't test for default font nameoga2009-01-221-2/+1
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-211-1/+6
* shortcut_to_name should not be defined as static in a header file. Putoga2009-01-111-2/+0
* better comparison idiom; found with -Wallokan2009-01-111-10/+10
* Make this not crash when compiled with -g.mk2008-06-161-5/+2