Age | Commit message (Expand) | Author |
2018-02-02 | Simplification; use asprintf where appropriate now. | Okan Demirmen |
2018-01-23 | Shrink tier[] by one after removing matchname in r1.55. | Okan Demirmen |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen |
2017-12-13 | move variable declarations up, to match everything else | Okan Demirmen |
2017-12-07 | give command and group menus their own match callbacks | Okan Demirmen |
2017-12-07 | organize this a bit better | Okan Demirmen |
2017-09-06 | Case matters for menu matching on executables; from ben@lloyd.im. | Okan Demirmen |
2017-04-25 | The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the | Okan Demirmen |
2017-04-24 | search_match_path() isn't supposed to return anything. | Okan Demirmen |
2017-04-24 | Move queue init to caller so it's only called once in a few cases. | Okan Demirmen |
2016-12-06 | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | Okan Demirmen |
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | Okan Demirmen |
2016-10-24 | Remove duplicate check that strsubmatch() already does; while here, fix a | Okan Demirmen |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen |
2016-10-24 | Get rid of 'matchname'; it's too surprising to have the menu change during | Okan Demirmen |
2016-10-22 | clean up search_match_client(); no behaviour change | Okan Demirmen |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | Okan Demirmen |
2015-08-27 | Mechanical change: group->gc | Okan Demirmen |
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | Okan Demirmen |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | Okan Demirmen |
2015-07-01 | style | Okan Demirmen |
2015-07-01 | only special case label matches (and still list); get rid of the rest - match... | Okan Demirmen |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | Okan Demirmen |
2015-06-30 | style and spacing nits | Okan Demirmen |
2015-06-28 | replace assert usage | Okan Demirmen |
2015-06-08 | add client label | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2014-09-15 | use similiar style for client flags | Okan Demirmen |
2014-09-07 | more style nits | Okan Demirmen |
2014-08-22 | Fix nogroup regression, where nogroup became an actual group - the | Okan Demirmen |
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | Okan Demirmen |
2014-02-07 | all mapped clients now should have a group, so simplify some cases | Okan Demirmen |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | Okan Demirmen |
2014-01-03 | use consistent types | Okan Demirmen |
2013-12-11 | Stash Class and WM Hints in client_ctx | Okan Demirmen |
2013-12-08 | If not using sticky mode (the default), clients aren't automagically | Okan Demirmen |
2013-12-02 | Prepend the group shortcut in the client search menu; from Thomas Adam. | Okan Demirmen |
2013-04-30 | missing proto | Okan Demirmen |
2013-04-05 | add missing proto; replace magic number | Okan Demirmen |
2013-04-05 | zap stray whitespace | Okan Demirmen |
2013-04-03 | honor PATH search order for exec; from Andres Perera. | Okan Demirmen |
2013-03-09 | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | Okan Demirmen |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | Okan Demirmen |
2011-05-11 | tag and comment cleanup; ok oga@ | Okan Demirmen |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | Okan Demirmen |
2010-09-25 | spacing nits | Okan Demirmen |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | Okan Demirmen |