aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c (unfollow)
Commit message (Expand)AuthorLines
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theokan-32/+4
2012-10-29on reload, run each client through conf_client to pick up potentialokan-2/+7
2012-05-13knf, some from a diff from Tiago Cunha.okan-2/+2
2012-05-10wrap long lines; from Tiago Cunha.okan-3/+5
2011-09-13fix spelling I keep getting wrong for some unknown reason; found by andokan-5/+5
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakokan-1/+3
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingokan-1/+2
2011-09-03simplify color initialization.okan-14/+13
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameokan-1/+3
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsookan-4/+4
2011-08-29zap unused macro. ok oga@okan-8/+1
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealokan-9/+15
2011-07-26Re-draw borders after reloading, not before; from Alexander Polakov.okan-3/+3
2011-07-25We are inconsistent when it comes to function returns, so just go allokan-10/+11
2011-07-14correct spelling; from Alexander Polakov.okan-2/+2
2011-06-25warn if we can't parse the config file on start, just like we do on reload.okan-2/+3
2011-06-24New option to raise a client via the mouse (unbound by default);okan-1/+2
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'okan-1/+2
2011-06-24more nitems usage.okan-5/+3
2011-06-24struct XftFont already has height which we can use directly instead ofokan-2/+1
2011-06-24alter a few function returns and prototypes; found by lint.okan-2/+1
2011-06-24collapse client and group {r,}cycle defines since they are reallyokan-3/+3
2011-05-11tag and comment cleanup; ok oga@okan-1/+1
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan-1/+3
2011-03-22introduce nitems macro, with the appropriate ifndef.okan-7/+5
2010-01-27- allow per-screen gap; not (yet) user configurable.okan-1/+8
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyokan-1/+12
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-2/+1
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga-2/+1
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontokan-15/+11
2009-12-07remove unused externokan-3/+1
2009-08-25static; ok oga@okan-3/+3
2009-08-25Reduce duplciation of code for checking modifiers in key/mouse bindings.oga-40/+38
2009-08-25Instead of calling conf_bind*() 50 gazillion times in a row, store anoga-69/+80
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga-1/+3
2009-06-26static local functions and data; almost identical diff from Thomas Pfaffokan-5/+8
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan-5/+4
2009-06-20spacingokan-3/+1
2009-05-30'no' is the answer to the comment question: cc->name can't be NULL atokan-11/+6
2009-05-17redraw all borders at once on reloadokan-1/+5
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-1/+34
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-1/+19
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-1/+10
2009-05-04no need to use the global here.okan-2/+2
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas-1/+2
2009-01-23passing a null pointer to free() is valid; sprinkle a few free->xfree.okan-11/+10
2009-01-23move conf_clear() and add proto.okan-1/+43
2009-01-23Move the keybinding argument to a union to prevent warnings whereoga-62/+62
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingtodd-2/+3
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-3/+3