aboutsummaryrefslogtreecommitdiffstats
path: root/search.c (unfollow)
Commit message (Expand)AuthorLines
2021-04-27Fix several sign-compare warningsWynn Wolf Arbor-2/+2
2021-04-27Remove matching on window title historyWynn Wolf Arbor-6/+2
2021-04-27Remove wm menuWynn Wolf Arbor-24/+0
2021-04-27Remove path completion in the exec menuWynn Wolf Arbor-7/+0
2021-04-27Add BSD compatibility functions and headersWynn Wolf Arbor-1/+1
2020-03-18Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan-6/+6
2018-02-02Simplification; use asprintf where appropriate now.okan-4/+4
2018-01-23Shrink tier[] by one after removing matchname in r1.55.okan-7/+4
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan-1/+25
2017-12-13move variable declarations up, to match everything elseokan-10/+13
2017-12-07give command and group menus their own match callbacksokan-1/+30
2017-12-07organize this a bit betterokan-94/+87
2017-09-06Case matters for menu matching on executables; from ben@lloyd.im.okan-2/+2
2017-04-25The r1.36 menuq_add() conversion did this one wrong; fix by reverting to theokan-5/+8
2017-04-24search_match_path() isn't supposed to return anything.okan-2/+2
2017-04-24Move queue init to caller so it's only called once in a few cases.okan-3/+3
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan-4/+10
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan-19/+7
2016-10-24Remove duplicate check that strsubmatch() already does; while here, fix aokan-3/+3
2016-10-24Sprinkle __func__ in appropriate error messages.okan-2/+2
2016-10-24Get rid of 'matchname'; it's too surprising to have the menu change duringokan-12/+4
2016-10-22clean up search_match_client(); no behaviour changeokan-22/+10
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intookan-3/+3
2016-09-14Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagokan-3/+3
2015-08-27Mechanical change: group->gcokan-2/+2
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back tookan-8/+2
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupokan-1/+11
2015-07-01styleokan-4/+4
2015-07-01only special case label matches (and still list); get rid of the rest - match...okan-25/+2
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andokan-1/+15
2015-06-30style and spacing nitsokan-9/+3
2015-06-28replace assert usageokan-3/+3
2015-06-08add client labelokan-3/+4
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan-3/+4
2014-09-15use similiar style for client flagsokan-2/+2
2014-09-07more style nitsokan-7/+7
2014-08-22Fix nogroup regression, where nogroup became an actual group - theokan-2/+2
2014-08-20Purely mechanical; unify 'num', 'no' and 'shortcut'.okan-2/+2
2014-02-07all mapped clients now should have a group, so simplify some casesokan-2/+2
2014-01-20Add a function that adds an entry to a menuq, normalizing a common codeokan-8/+5
2014-01-03use consistent typesokan-3/+3
2013-12-11Stash Class and WM Hints in client_ctxokan-3/+3
2013-12-08If not using sticky mode (the default), clients aren't automagicallyokan-2/+2
2013-12-02Prepend the group shortcut in the client search menu; from Thomas Adam.okan-3/+3
2013-04-30missing protookan-2/+4
2013-04-05add missing proto; replace magic numberokan-3/+6
2013-04-05zap stray whitespaceokan-3/+3
2013-04-03honor PATH search order for exec; from Andres Perera.okan-3/+5
2013-03-09replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.comokan-4/+3
2012-11-09sortokan-3/+3