| Commit message (Expand) | Author | Age | Lines |
* | Remove duplicate check that strsubmatch() already does; while here, fix a | okan | 2016-10-24 | -3/+3 |
* | Sprinkle __func__ in appropriate error messages. | okan | 2016-10-24 | -2/+2 |
* | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | 2016-10-24 | -12/+4 |
* | clean up search_match_client(); no behaviour change | okan | 2016-10-22 | -22/+10 |
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | -3/+3 |
* | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | okan | 2016-09-14 | -3/+3 |
* | Mechanical change: group->gc | okan | 2015-08-27 | -2/+2 |
* | Instead of special casing the 'term' and 'lock' commands, go back to | okan | 2015-08-21 | -8/+2 |
* | introduce 'groupsearch' for group menu search; matches on either group | okan | 2015-07-12 | -1/+11 |
* | style | okan | 2015-07-01 | -4/+4 |
* | only special case label matches (and still list); get rid of the rest - match... | okan | 2015-07-01 | -25/+2 |
* | Introduce a callback for cmd menu printing, special-casing 'lock' and | okan | 2015-06-30 | -1/+15 |
* | style and spacing nits | okan | 2015-06-30 | -9/+3 |
* | replace assert usage | okan | 2015-06-28 | -3/+3 |
* | add client label | okan | 2015-06-08 | -3/+4 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | -3/+4 |
* | use similiar style for client flags | okan | 2014-09-15 | -2/+2 |
* | more style nits | okan | 2014-09-07 | -7/+7 |
* | Fix nogroup regression, where nogroup became an actual group - the | okan | 2014-08-22 | -2/+2 |
* | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | 2014-08-20 | -2/+2 |
* | all mapped clients now should have a group, so simplify some cases | okan | 2014-02-07 | -2/+2 |
* | Add a function that adds an entry to a menuq, normalizing a common code | okan | 2014-01-20 | -8/+5 |
* | use consistent types | okan | 2014-01-03 | -3/+3 |
* | Stash Class and WM Hints in client_ctx | okan | 2013-12-11 | -3/+3 |
* | If not using sticky mode (the default), clients aren't automagically | okan | 2013-12-08 | -2/+2 |
* | Prepend the group shortcut in the client search menu; from Thomas Adam. | okan | 2013-12-02 | -3/+3 |
* | missing proto | okan | 2013-04-30 | -2/+4 |
* | add missing proto; replace magic number | okan | 2013-04-05 | -3/+6 |
* | zap stray whitespace | okan | 2013-04-05 | -3/+3 |
* | honor PATH search order for exec; from Andres Perera. | okan | 2013-04-03 | -3/+5 |
* | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | okan | 2013-03-09 | -4/+3 |
* | sort | okan | 2012-11-09 | -3/+3 |
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | -1/+49 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | -5/+6 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -1/+2 |
* | introduce nitems macro, with the appropriate ifndef. | okan | 2011-03-22 | -6/+3 |
* | spacing nits | okan | 2010-09-25 | -10/+3 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+10 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | -1/+2 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -2/+2 |
* | use fnmatch to glob the entries in the exec menu. | oga | 2009-06-26 | -3/+5 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | -3/+1 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | -8/+8 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | -2/+2 |
* | Keep the exec menu entries sorted. | canacar | 2008-09-03 | -4/+14 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -13/+20 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | -266/+1 |
* | stop normalizing search input; searching and matching are still | okan | 2008-05-19 | -2/+2 |
* | KNF, no binary change. | oga | 2008-05-15 | -5/+5 |
* | hit it with the knf stick. | oga | 2008-04-15 | -9/+9 |