aboutsummaryrefslogtreecommitdiffstats
path: root/search.c (follow)
Commit message (Expand)AuthorAgeLines
* Simplification; use asprintf where appropriate now.okan2018-02-02-4/+4
* Shrink tier[] by one after removing matchname in r1.55.okan2018-01-23-7/+4
* Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-29-1/+25
* move variable declarations up, to match everything elseokan2017-12-13-10/+13
* give command and group menus their own match callbacksokan2017-12-07-1/+30
* organize this a bit betterokan2017-12-07-94/+87
* Case matters for menu matching on executables; from ben@lloyd.im.okan2017-09-06-2/+2
* The r1.36 menuq_add() conversion did this one wrong; fix by reverting to theokan2017-04-25-5/+8
* search_match_path() isn't supposed to return anything.okan2017-04-24-2/+2
* Move queue init to caller so it's only called once in a few cases.okan2017-04-24-3/+3
* Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan2016-12-06-4/+10
* Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan2016-12-01-19/+7
* Remove duplicate check that strsubmatch() already does; while here, fix aokan2016-10-24-3/+3
* Sprinkle __func__ in appropriate error messages.okan2016-10-24-2/+2
* Get rid of 'matchname'; it's too surprising to have the menu change duringokan2016-10-24-12/+4
* clean up search_match_client(); no behaviour changeokan2016-10-22-22/+10
* Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-18-3/+3
* Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagokan2016-09-14-3/+3
* Mechanical change: group->gcokan2015-08-27-2/+2
* Instead of special casing the 'term' and 'lock' commands, go back tookan2015-08-21-8/+2
* introduce 'groupsearch' for group menu search; matches on either groupokan2015-07-12-1/+11
* styleokan2015-07-01-4/+4
* only special case label matches (and still list); get rid of the rest - match...okan2015-07-01-25/+2
* Introduce a callback for cmd menu printing, special-casing 'lock' andokan2015-06-30-1/+15
* style and spacing nitsokan2015-06-30-9/+3
* replace assert usageokan2015-06-28-3/+3
* add client labelokan2015-06-08-3/+4
* Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-19-3/+4
* use similiar style for client flagsokan2014-09-15-2/+2
* more style nitsokan2014-09-07-7/+7
* Fix nogroup regression, where nogroup became an actual group - theokan2014-08-22-2/+2
* Purely mechanical; unify 'num', 'no' and 'shortcut'.okan2014-08-20-2/+2
* all mapped clients now should have a group, so simplify some casesokan2014-02-07-2/+2
* Add a function that adds an entry to a menuq, normalizing a common codeokan2014-01-20-8/+5
* use consistent typesokan2014-01-03-3/+3
* Stash Class and WM Hints in client_ctxokan2013-12-11-3/+3
* If not using sticky mode (the default), clients aren't automagicallyokan2013-12-08-2/+2
* Prepend the group shortcut in the client search menu; from Thomas Adam.okan2013-12-02-3/+3
* missing protookan2013-04-30-2/+4
* add missing proto; replace magic numberokan2013-04-05-3/+6
* zap stray whitespaceokan2013-04-05-3/+3
* honor PATH search order for exec; from Andres Perera.okan2013-04-03-3/+5
* replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.comokan2013-03-09-4/+3
* sortokan2012-11-09-3/+3
* tab completion support for menus; from Alexander Polakov.okan2012-11-07-1/+49
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-5/+6
* tag and comment cleanup; ok oga@okan2011-05-11-1/+2
* introduce nitems macro, with the appropriate ifndef.okan2011-03-22-6/+3
* spacing nitsokan2010-09-25-10/+3
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+10