Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplification; use asprintf where appropriate now. | okan | 2018-02-02 | -4/+4 |
| | ||||
* | Shrink tier[] by one after removing matchname in r1.55. | okan | 2018-01-23 | -7/+4 |
| | ||||
* | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | okan | 2017-12-29 | -1/+25 |
| | | | | | | | | which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen. | |||
* | move variable declarations up, to match everything else | okan | 2017-12-13 | -10/+13 |
| | ||||
* | give command and group menus their own match callbacks | okan | 2017-12-07 | -1/+30 |
| | ||||
* | organize this a bit better | okan | 2017-12-07 | -94/+87 |
| | ||||
* | Case matters for menu matching on executables; from ben@lloyd.im. | okan | 2017-09-06 | -2/+2 |
| | ||||
* | The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the | okan | 2017-04-25 | -5/+8 |
| | | | | | original code which adds to resultentry list, as opposed to the wrong one in menuq_add(). Fixes crash noticed by at least Rickard Gustafsson. | |||
* | search_match_path() isn't supposed to return anything. | okan | 2017-04-24 | -2/+2 |
| | ||||
* | Move queue init to caller so it's only called once in a few cases. | okan | 2017-04-24 | -3/+3 |
| | ||||
* | Add search_print_text(), a default callback for mi->print in menu_filter(). ↵ | okan | 2016-12-06 | -4/+10 |
| | | | | | | While here, normalize the remaining search_print_* argument paramters. | |||
* | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | 2016-12-01 | -19/+7 |
| | | | | | change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. | |||
* | Remove duplicate check that strsubmatch() already does; while here, fix a | okan | 2016-10-24 | -3/+3 |
| | | | | comment. | |||
* | Sprinkle __func__ in appropriate error messages. | okan | 2016-10-24 | -2/+2 |
| | ||||
* | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | 2016-10-24 | -12/+4 |
| | | | | | | client search as different potential str matches are cycled through. If there's interest, the only string that doesn't exist in the listing is the window's class - that can be added of course, but it makes the line too long imho. | |||
* | clean up search_match_client(); no behaviour change | okan | 2016-10-22 | -22/+10 |
| | ||||
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | -3/+3 |
| | | | | | | | | client_ctx in keypress and buttonpress event handlers; pass appropriate *ctx's based on context. While here, limit some globals, replace defines with appropriate variables and fix some naming. | |||
* | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | okan | 2016-09-14 | -3/+3 |
| | | | | instead of relying on curcc. | |||
* | Mechanical change: group->gc | okan | 2015-08-27 | -2/+2 |
| | ||||
* | Instead of special casing the 'term' and 'lock' commands, go back to | okan | 2015-08-21 | -8/+2 |
| | | | | keeping them hidden; showing them has apparently caused confusion/angst. | |||
* | introduce 'groupsearch' for group menu search; matches on either group | okan | 2015-07-12 | -1/+11 |
| | | | | number/shortcut and/or name. | |||
* | style | okan | 2015-07-01 | -4/+4 |
| | ||||
* | only special case label matches (and still list); get rid of the rest - ↵ | okan | 2015-07-01 | -25/+2 |
| | | | | matchname is complete enough | |||
* | Introduce a callback for cmd menu printing, special-casing 'lock' and | okan | 2015-06-30 | -1/+15 |
| | | | | 'term'. | |||
* | style and spacing nits | okan | 2015-06-30 | -9/+3 |
| | ||||
* | replace assert usage | okan | 2015-06-28 | -3/+3 |
| | ||||
* | add client label | okan | 2015-06-08 | -3/+4 |
| | ||||
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | -3/+4 |
| | | | | | | and HOST_NAME_MAX+1, respectively. ok doug@ | |||
* | use similiar style for client flags | okan | 2014-09-15 | -2/+2 |
| | ||||
* | more style nits | okan | 2014-09-07 | -7/+7 |
| | ||||
* | Fix nogroup regression, where nogroup became an actual group - the | okan | 2014-08-22 | -2/+2 |
| | | | | | | | | | | symantics between cwm groups and ewmh got in the way. Ensure a client that wants to be in nogroup stays in nogroup (thus stays in view), even when (re)reading NET_WM_DESKTOP. Paritially reverts patchset 644 (2014-02-07 13:09 PST) which deals with a NULL cc->group. All to be revisited when NET_WM_STATE_STICKY hits cwm. Reported by many; testing and ok phessler. | |||
* | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | 2014-08-20 | -2/+2 |
| | ||||
* | all mapped clients now should have a group, so simplify some cases | okan | 2014-02-07 | -2/+2 |
| | ||||
* | Add a function that adds an entry to a menuq, normalizing a common code | okan | 2014-01-20 | -8/+5 |
| | | | | path; from Tiago Cunha. | |||
* | use consistent types | okan | 2014-01-03 | -3/+3 |
| | ||||
* | Stash Class and WM Hints in client_ctx | okan | 2013-12-11 | -3/+3 |
| | ||||
* | If not using sticky mode (the default), clients aren't automagically | okan | 2013-12-08 | -2/+2 |
| | | | | | assigned a group, thus cc->group will be NULL - fix the client group shortcut in menu lists; crash reported by Christian Neukirchen. | |||
* | Prepend the group shortcut in the client search menu; from Thomas Adam. | okan | 2013-12-02 | -3/+3 |
| | | | | Likewise, prepend shortcut in unhide menu. | |||
* | missing proto | okan | 2013-04-30 | -2/+4 |
| | ||||
* | add missing proto; replace magic number | okan | 2013-04-05 | -3/+6 |
| | ||||
* | zap stray whitespace | okan | 2013-04-05 | -3/+3 |
| | ||||
* | honor PATH search order for exec; from Andres Perera. | okan | 2013-04-03 | -3/+5 |
| | ||||
* | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | okan | 2013-03-09 | -4/+3 |
| | ||||
* | sort | okan | 2012-11-09 | -3/+3 |
| | ||||
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | -1/+49 |
| | | | | ok sthen@ on an older incarnation | |||
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | -5/+6 |
| | | | | | | the way with the cwm specific parts. ok oga@ | |||
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -1/+2 |
| | ||||
* | introduce nitems macro, with the appropriate ifndef. | okan | 2011-03-22 | -6/+3 |
| | | | | ok oga@ | |||
* | spacing nits | okan | 2010-09-25 | -10/+3 |
| | ||||
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+10 |
| | | | | | | are required. encourged to go all the way by oga@ |