96275a835d
Unrelated style fixes, consistency changes and sorting, appropriate
...
dosage/removal of wrappers, simplification of name queue, client cycle joins
other kb/mb bound functions.
2020-02-27 14:56:39 +00:00
9bf750b054
Simplification; use asprintf where appropriate now.
2018-02-02 13:27:25 +00:00
5324f9a4e3
Shrink tier[] by one after removing matchname in r1.55.
2018-01-23 13:51:39 +00:00
6e7dbf5bb7
Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from
...
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.
2017-12-29 20:03:46 +00:00
64ff5f399a
move variable declarations up, to match everything else
2017-12-13 15:10:17 +00:00
f0524fe07a
give command and group menus their own match callbacks
2017-12-07 16:03:10 +00:00
0d76265e23
organize this a bit better
2017-12-07 15:40:54 +00:00
7d7e256396
Case matters for menu matching on executables; from ben@lloyd.im.
2017-09-06 14:15:13 +00:00
15b9a8fe27
The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the
...
original code which adds to resultentry list, as opposed to the wrong one in
menuq_add(). Fixes crash noticed by at least Rickard Gustafsson.
2017-04-25 13:40:33 +00:00
ffcfff3dea
search_match_path() isn't supposed to return anything.
2017-04-24 15:06:11 +00:00
56b44257a5
Move queue init to caller so it's only called once in a few cases.
2017-04-24 13:35:25 +00:00
a7f2ab7497
Add search_print_text(), a default callback for mi->print in menu_filter(). While
...
here, normalize the remaining search_print_* argument paramters.
2016-12-06 21:54:10 +00:00
94f681fc90
Tame the number of 'exec' and 'path' search_match wrappers. No functional
...
change now, though more can likely go later, losing the (paritally complete or
incomplete/broken) argument completion bits.
2016-12-01 20:28:19 +00:00
972e28d58c
Remove duplicate check that strsubmatch() already does; while here, fix a
...
comment.
2016-10-24 18:57:12 +00:00
eb43101591
Sprinkle __func__ in appropriate error messages.
2016-10-24 17:39:38 +00:00
ffd60b3cab
Get rid of 'matchname'; it's too surprising to have the menu change during
...
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.
2016-10-24 17:16:23 +00:00
b1af1bedd0
clean up search_match_client(); no behaviour change
2016-10-22 19:16:43 +00:00
0bb1be86c6
Refactor callbacks to take a void * so as to not try and generalize into
...
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.
2016-10-18 17:03:30 +00:00
b8933ebcca
Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag
...
instead of relying on curcc.
2016-09-14 19:45:33 +00:00
28d4001eca
Mechanical change: group->gc
2015-08-27 18:53:14 +00:00
c96fd247dd
Instead of special casing the 'term' and 'lock' commands, go back to
...
keeping them hidden; showing them has apparently caused confusion/angst.
2015-08-21 16:05:55 +00:00
0d13b7c220
introduce 'groupsearch' for group menu search; matches on either group
...
number/shortcut and/or name.
2015-07-12 14:31:47 +00:00
cb900def7f
style
2015-07-01 14:36:42 +00:00
5d8027b75d
Introduce a callback for cmd menu printing, special-casing 'lock' and
...
'term'.
2015-06-30 18:54:12 +00:00
6b8b856217
style and spacing nits
2015-06-30 18:42:50 +00:00
17720de4ab
replace assert usage
2015-06-28 19:50:46 +00:00
8888c44888
add client label
2015-06-08 15:34:03 +00:00
7936b9b2a7
Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX
...
and HOST_NAME_MAX+1, respectively.
ok doug@
2015-01-19 14:54:16 +00:00
4b6dc96398
use similiar style for client flags
2014-09-15 13:00:49 +00:00
3d12b6d1d9
more style nits
2014-09-07 19:27:30 +00:00
fe533fdc8e
Fix nogroup regression, where nogroup became an actual group - the
...
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.
2014-08-22 19:04:00 +00:00
b31b09dfc2
Purely mechanical; unify 'num', 'no' and 'shortcut'.
2014-08-20 15:15:29 +00:00
2a87320bbf
all mapped clients now should have a group, so simplify some cases
2014-02-07 21:59:56 +00:00
720b5452aa
Add a function that adds an entry to a menuq, normalizing a common code
...
path; from Tiago Cunha.
2014-01-20 18:58:03 +00:00
43ccf4eae0
use consistent types
2014-01-03 15:29:06 +00:00
23a1abdd8a
Stash Class and WM Hints in client_ctx
2013-12-11 14:09:21 +00:00
7fad5224d4
If not using sticky mode (the default), clients aren't automagically
...
assigned a group, thus cc->group will be NULL - fix the client group
shortcut in menu lists; crash reported by Christian Neukirchen.
2013-12-08 13:51:38 +00:00
d1b232fe81
Prepend the group shortcut in the client search menu; from Thomas Adam.
...
Likewise, prepend shortcut in unhide menu.
2013-12-02 19:30:27 +00:00
ff6f5301f0
missing proto
2013-04-30 21:11:07 +00:00
f18d2c94c2
add missing proto; replace magic number
2013-04-05 17:36:02 +00:00
670207f79b
zap stray whitespace
2013-04-05 17:07:25 +00:00
9cad4c73b3
honor PATH search order for exec; from Andres Perera.
2013-04-03 19:28:00 +00:00
fbb0df4155
replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com
2013-03-09 21:55:56 +00:00
28224ff830
sort
2012-11-09 03:52:02 +00:00
4b84287d19
tab completion support for menus; from Alexander Polakov.
...
ok sthen@ on an older incarnation
2012-11-07 14:39:44 +00:00
f51f3cb9c2
We are inconsistent when it comes to function returns, so just go all
...
the way with the cwm specific parts.
ok oga@
2011-07-25 15:10:24 +00:00
c8cd94882d
tag and comment cleanup; ok oga@
2011-05-11 13:53:51 +00:00
2c706e60c7
introduce nitems macro, with the appropriate ifndef.
...
ok oga@
2011-03-22 10:57:31 +00:00
917bce4b8d
spacing nits
2010-09-25 20:01:27 +00:00
ccb207a8a8
pull all non-X11 headers from calmwm.h and place them only where they
...
are required.
encourged to go all the way by oga@
2009-12-15 04:10:42 +00:00