summaryrefslogtreecommitdiff
path: root/app/cwm/search.c
AgeCommit message (Expand)Author
2016-09-14Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagOkan Demirmen
2015-08-27Mechanical change: group->gcOkan Demirmen
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back toOkan Demirmen
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupOkan Demirmen
2015-07-01styleOkan Demirmen
2015-07-01only special case label matches (and still list); get rid of the rest - match...Okan Demirmen
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andOkan Demirmen
2015-06-30style and spacing nitsOkan Demirmen
2015-06-28replace assert usageOkan Demirmen
2015-06-08add client labelOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2014-09-15use similiar style for client flagsOkan Demirmen
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