Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | -19/+7 | |
change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. | ||||
2016-10-24 | Remove duplicate check that strsubmatch() already does; while here, fix a | okan | -3/+3 | |
comment. | ||||
2016-10-24 | Sprinkle __func__ in appropriate error messages. | okan | -2/+2 | |
2016-10-24 | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | -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. | ||||
2016-10-22 | clean up search_match_client(); no behaviour change | okan | -22/+10 | |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | okan | -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. | ||||
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | okan | -3/+3 | |
instead of relying on curcc. | ||||
2015-08-27 | Mechanical change: group->gc | okan | -2/+2 | |
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | okan | -8/+2 | |
keeping them hidden; showing them has apparently caused confusion/angst. | ||||
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | okan | -1/+11 | |
number/shortcut and/or name. | ||||
2015-07-01 | style | okan | -4/+4 | |
2015-07-01 | only special case label matches (and still list); get rid of the rest - ↵ | okan | -25/+2 | |
matchname is complete enough | ||||
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | okan | -1/+15 | |
'term'. | ||||
2015-06-30 | style and spacing nits | okan | -9/+3 | |
2015-06-28 | replace assert usage | okan | -3/+3 | |
2015-06-08 | add client label | okan | -3/+4 | |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | -3/+4 | |
and HOST_NAME_MAX+1, respectively. ok doug@ | ||||
2014-09-15 | use similiar style for client flags | okan | -2/+2 | |
2014-09-07 | more style nits | okan | -7/+7 | |
2014-08-22 | Fix nogroup regression, where nogroup became an actual group - the | okan | -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. | ||||
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | -2/+2 | |
2014-02-07 | all mapped clients now should have a group, so simplify some cases | okan | -2/+2 | |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | okan | -8/+5 | |
path; from Tiago Cunha. | ||||
2014-01-03 | use consistent types | okan | -3/+3 | |
2013-12-11 | Stash Class and WM Hints in client_ctx | okan | -3/+3 | |
2013-12-08 | If not using sticky mode (the default), clients aren't automagically | okan | -2/+2 | |
assigned a group, thus cc->group will be NULL - fix the client group shortcut in menu lists; crash reported by Christian Neukirchen. | ||||
2013-12-02 | Prepend the group shortcut in the client search menu; from Thomas Adam. | okan | -3/+3 | |
Likewise, prepend shortcut in unhide menu. | ||||
2013-04-30 | missing proto | okan | -2/+4 | |
2013-04-05 | add missing proto; replace magic number | okan | -3/+6 | |
2013-04-05 | zap stray whitespace | okan | -3/+3 | |
2013-04-03 | honor PATH search order for exec; from Andres Perera. | okan | -3/+5 | |
2013-03-09 | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | okan | -4/+3 | |
2012-11-09 | sort | okan | -3/+3 | |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | okan | -1/+49 | |
ok sthen@ on an older incarnation | ||||
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -5/+6 | |
the way with the cwm specific parts. ok oga@ | ||||
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+2 | |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | okan | -6/+3 | |
ok oga@ | ||||
2010-09-25 | spacing nits | okan | -10/+3 | |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+10 | |
are required. encourged to go all the way by oga@ | ||||
2009-12-15 | pull these headers only into files that need them. | okan | -1/+2 | |
ok oga@ | ||||
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+2 | |
separate commits. ok oga@ | ||||
2009-06-26 | use fnmatch to glob the entries in the exec menu. | oga | -3/+5 | |
allows shell globbing constructs such as *ctl, etc in the exec menu (m-? by default). Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as me when reworking it, and oked this one. | ||||
2009-06-17 | move like defines to a central, logical location; no binary change. | okan | -3/+1 | |
aok oga@ | ||||
2009-05-18 | nuke the leading underscore notation for local static functions - there | okan | -8/+8 | |
are far better ways to know. "go for it" oga@ | ||||
2008-09-22 | Display the current window title not a previous one in the case of | oga | -2/+2 | |
``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks! | ||||
2008-09-03 | Keep the exec menu entries sorted. | canacar | -4/+14 | |
Go for it okan@ | ||||
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -13/+20 | |
readability, and a bit of knf. ok oga@ | ||||
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | oga | -266/+1 | |
function menu_filter(). The plan is to eventually merge in grab_menu too. Shrinks the code a fair bit. Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other windows. This is particuarly noticable on slow machines with a LOT of xterms (todd, you're an odd man). ok okan@, todd@. | ||||
2008-05-19 | stop normalizing search input; searching and matching are still | okan | -2/+2 | |
case-insensitive. since this was the only use of normalizing input, simplify as well. allows one to exec with mixed case unmatched commands. "works for me" oga@ | ||||
2008-05-15 | KNF, no binary change. | oga | -5/+5 | |
From Pierre Riteau. Thanks! |