| Commit message (Expand) | Author | Lines |
2014-08-22 | Fix nogroup regression, where nogroup became an actual group - the | okan | -2/+2 |
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | -2/+2 |
2014-02-07 | all mapped clients now should have a group, so simplify some cases | okan | -2/+2 |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | okan | -8/+5 |
2014-01-03 | use consistent types | okan | -3/+3 |
2013-12-11 | Stash Class and WM Hints in client_ctx | okan | -3/+3 |
2013-12-08 | If not using sticky mode (the default), clients aren't automagically | okan | -2/+2 |
2013-12-02 | Prepend the group shortcut in the client search menu; from Thomas Adam. | okan | -3/+3 |
2013-04-30 | missing proto | okan | -2/+4 |
2013-04-05 | add missing proto; replace magic number | okan | -3/+6 |
2013-04-05 | zap stray whitespace | okan | -3/+3 |
2013-04-03 | honor PATH search order for exec; from Andres Perera. | okan | -3/+5 |
2013-03-09 | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | okan | -4/+3 |
2012-11-09 | sort | okan | -3/+3 |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | okan | -1/+49 |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -5/+6 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+2 |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | okan | -6/+3 |
2010-09-25 | spacing nits | okan | -10/+3 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+10 |
2009-12-15 | pull these headers only into files that need them. | okan | -1/+2 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+2 |
2009-06-26 | use fnmatch to glob the entries in the exec menu. | oga | -3/+5 |
2009-06-17 | move like defines to a central, logical location; no binary change. | okan | -3/+1 |
2009-05-18 | nuke the leading underscore notation for local static functions - there | okan | -8/+8 |
2008-09-22 | Display the current window title not a previous one in the case of | oga | -2/+2 |
2008-09-03 | Keep the exec menu entries sorted. | canacar | -4/+14 |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -13/+20 |
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | oga | -266/+1 |
2008-05-19 | stop normalizing search input; searching and matching are still | okan | -2/+2 |
2008-05-15 | KNF, no binary change. | oga | -5/+5 |
2008-04-15 | hit it with the knf stick. | oga | -9/+9 |
2008-03-22 | Remove a bunch of unused variables and incorrect comments. | oga | -16/+2 |
2008-01-16 | huge amount of cleanup and dead code removal. | oga | -7/+1 |
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | oga | -2/+12 |
2007-10-02 | When cycling, only the end of the window names will be printed if the | jasper | -1/+6 |
2007-06-26 | modify "exec" dialog so that it auto-completes based on executables in | niallo | -15/+40 |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | jasper | -18/+18 |