aboutsummaryrefslogtreecommitdiffstats
path: root/search.c (unfollow)
Commit message (Expand)AuthorLines
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
2012-11-07tab completion support for menus; from Alexander Polakov.okan-1/+49
2011-07-25We are inconsistent when it comes to function returns, so just go allokan-5/+6
2011-05-11tag and comment cleanup; ok oga@okan-1/+2
2011-03-22introduce nitems macro, with the appropriate ifndef.okan-6/+3
2010-09-25spacing nitsokan-10/+3
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyokan-1/+10
2009-12-15pull these headers only into files that need them.okan-1/+2
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-2/+2
2009-06-26use fnmatch to glob the entries in the exec menu.oga-3/+5
2009-06-17move like defines to a central, logical location; no binary change.okan-3/+1
2009-05-18nuke the leading underscore notation for local static functions - thereokan-8/+8
2008-09-22Display the current window title not a previous one in the case ofoga-2/+2
2008-09-03Keep the exec menu entries sorted.canacar-4/+14
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-13/+20
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-266/+1
2008-05-19stop normalizing search input; searching and matching are stillokan-2/+2
2008-05-15KNF, no binary change.oga-5/+5
2008-04-15hit it with the knf stick.oga-9/+9
2008-03-22Remove a bunch of unused variables and incorrect comments.oga-16/+2
2008-01-16huge 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 sourceoga-2/+12
2007-10-02When cycling, only the end of the window names will be printed if thejasper-1/+6
2007-06-26modify "exec" dialog so that it auto-completes based on executables inniallo-15/+40
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-18/+18