summaryrefslogtreecommitdiff
path: root/app/cwm/search.c
AgeCommit message (Expand)Author
2014-09-07more style nitsOkan Demirmen
2014-08-22Fix nogroup regression, where nogroup became an actual group - theOkan Demirmen
2014-08-20Purely mechanical; unify 'num', 'no' and 'shortcut'.Okan Demirmen
2014-02-07all mapped clients now should have a group, so simplify some casesOkan Demirmen
2014-01-20Add a function that adds an entry to a menuq, normalizing a common codeOkan Demirmen
2014-01-03use consistent typesOkan Demirmen
2013-12-11Stash Class and WM Hints in client_ctxOkan Demirmen
2013-12-08If not using sticky mode (the default), clients aren't automagicallyOkan Demirmen
2013-12-02Prepend the group shortcut in the client search menu; from Thomas Adam.Okan Demirmen
2013-04-30missing protoOkan Demirmen
2013-04-05add missing proto; replace magic numberOkan Demirmen
2013-04-05zap stray whitespaceOkan Demirmen
2013-04-03honor PATH search order for exec; from Andres Perera.Okan Demirmen
2013-03-09replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.comOkan Demirmen
2012-11-09sortOkan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-03-22introduce nitems macro, with the appropriate ifndef.Okan Demirmen
2010-09-25spacing nitsOkan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15pull these headers only into files that need them.Okan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-06-26use fnmatch to glob the entries in the exec menu.Owain Ainsworth
2009-06-17move like defines to a central, logical location; no binary change.Okan Demirmen
2009-05-18nuke the leading underscore notation for local static functions - thereOkan Demirmen
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-09-03Keep the exec menu entries sorted.Can Erkin Acar
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth
2008-05-19stop normalizing search input; searching and matching are stillOkan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-03-22Remove a bunch of unused variables and incorrect comments.Owain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2007-10-02When cycling, only the end of the window names will be printed if theJasper Lievisse Adriaanse
2007-06-26modify "exec" dialog so that it auto-completes based on executables inNiall O'Higgins
2007-05-28convert globals from G_foo to Foo, as per TODO.Jasper Lievisse Adriaanse
2007-04-27Initial import of cwm-3.Bernd Ahlers