summaryrefslogtreecommitdiff
path: root/app/cwm/parse.y
AgeCommit message (Expand)Author
2013-01-04really these are just border colors, so adjust the defineOkan Demirmen
2013-01-04get rid of struct colorOkan Demirmen
2012-12-19gc unused cmd 'flags' variableOkan Demirmen
2012-12-17knfOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan Demirmen
2012-10-31no longer a reason to carry conf_path in struct conf, so dice.Okan Demirmen
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealOkan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-07-14correct spelling; from Alexander Polakov.Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2010-09-25picked a henning diff from src - original log:Okan Demirmen
2010-01-27- allow per-screen gap; not (yet) user configurable.Okan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecOwain Ainsworth
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingMartynas Venckus
2009-01-23move conf_clear() and add proto.Okan Demirmen
2009-01-22The default font name is strduped, so don't test for default font nameOwain Ainsworth
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingTodd T. Fries
2009-01-11shortcut_to_name should not be defined as static in a header file. PutOwain Ainsworth
2009-01-11better comparison idiom; found with -WallOkan Demirmen
2008-06-16Make this not crash when compiled with -g.Michael Knudsen
2008-06-15Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.Owain Ainsworth
2008-06-14slightly alter the semantics of config files:Okan Demirmen
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withOkan Demirmen
2008-05-19allow an autogroup value of 0 to mean no group. This means you can setOwain Ainsworth
2008-05-18Kill conf_get_int(), it was a silly function anyway.Owain Ainsworth
2008-05-18When we're cleaning out the lists in parse_config and conf_clear it's aOwain Ainsworth
2008-04-29Allow slashes in unquoted strings.Simon Bertrang
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocOwain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeOwain Ainsworth
2008-04-15malloc -> callocOkan Demirmen
2008-03-23Replace the symlink configuration scheme with a simple yacc parser asSimon Bertrang