summary refs log tree commit diff
path: root/search.c
Commit message (Expand)AuthorAgeFilesLines
* If not using sticky mode (the default), clients aren't automagically cn-bisectgtkbugokan2013-12-081-1/+1
* Prepend the group shortcut in the client search menu; from Thomas Adam.okan2013-12-021-2/+2
* missing protookan2013-04-301-1/+3
* add missing proto; replace magic numberokan2013-04-051-2/+5
* zap stray whitespaceokan2013-04-051-2/+2
* honor PATH search order for exec; from Andres Perera.okan2013-04-031-2/+4
* replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.comokan2013-03-091-3/+2
* sortokan2012-11-091-2/+2
* tab completion support for menus; from Alexander Polakov.okan2012-11-071-0/+48
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-4/+5
* tag and comment cleanup; ok oga@okan2011-05-111-1/+2
* introduce nitems macro, with the appropriate ifndef.okan2011-03-221-5/+2
* spacing nitsokan2010-09-251-9/+2
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+9
* pull these headers only into files that need them.okan2009-12-151-0/+1
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+1
* use fnmatch to glob the entries in the exec menu.oga2009-06-261-2/+4
* move like defines to a central, logical location; no binary change.okan2009-06-171-2/+0
* nuke the leading underscore notation for local static functions - thereokan2009-05-181-7/+7
* Display the current window title not a previous one in the case ofoga2008-09-221-1/+1
* Keep the exec menu entries sorted.canacar2008-09-031-3/+13
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-12/+19
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-265/+0
* stop normalizing search input; searching and matching are stillokan2008-05-191-1/+1
* KNF, no binary change.oga2008-05-151-4/+4
* hit it with the knf stick.oga2008-04-151-8/+8
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-15/+1
* huge amount of cleanup and dead code removal.oga2008-01-161-6/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+11
* When cycling, only the end of the window names will be printed if thejasper2007-10-021-0/+5
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-261-14/+39
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-17/+17
* Initial revisionbernd2007-04-271-0/+450