summary refs log tree commit diff
path: root/search.c
Commit message (Collapse)AuthorAgeFilesLines
* cvsimportokan2016-09-141-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * refs/heads/master: Some clients fail to setup hints at all, so initalize for them; fallout from r1.218 switching to malloc - clearly missed this case. Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag instead of relying on curcc. init label Limit mouse resize to hints within the client; matches kbd resize behaviour. Switch to just malloc since we need initialize most everything anyway. change 'sticky' to 'stick' to toggle client stickiness (seems the default binding worked for everyone for a long time!); conflict with group sticky found by Ali Farzanrad - thanks! Simplify group_holds_only_hidden(); from Vadim Vygonets. Simplify toggling flags; from Vadim Vygonets. Do not draw borders on ignored clients when returning from fullscreen; from Vadim Vygonets. Remove redundant minimum client size adjustment (minw and minh are always positive since r1.214); from Vadim Vygonets.
| * Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagokan2016-09-141-2/+2
| | | | | | | | instead of relying on curcc.
* | cvsimportokan2015-08-281-8/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refs/heads/master: (21 commits) Lost fix from r1.112; add comment. Mechanical change: group->gc Add consistent checks against NULL. Move client cycle grab/ungrab into a more relevant place; while here, update comments about why we need to grab/ungrab the keyboard. Re-add lost chunk in group_cycle from r1.113. Further simplify _NET_WM_DESKTOP handling using new group_assign(). oops; remove left over debug print Allowing sending a valid 'nogroup' (0) group_ctx to group_assign() (since we init all groups), though assigning the client's group to NULL for 'sticky'; use this simplification in a few places (others to follow). Split out sticky mode checks and the restoring of a client's group and _NET_WM_DESKTOP from the config-based auto-grouping; no (intentional) behavior changes. Needed for further work in cleaning up this area. Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but bottom-to-top order, as per spec (notified Thomas as well). Don't allow freeze operations on fullscreen (consistent with what fullscreen does). Sort _NET_WM_STATE Atoms like the spec. Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; rationale being that clients should be able to hide/unhide independently of group switching. Add Xkb modifier to ignore mask; from Alexander Polakov. Fix whitespace. Add client freeze extension to _NET_WM_STATE Atom, allowing flag to persist. As usual with new Atoms, requires X restart. _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not position and size; based on discussion with a few. Instead of special casing the 'term' and 'lock' commands, go back to keeping them hidden; showing them has apparently caused confusion/angst. Leave command list order from .cwmrc alone; remove sort. Bring group and client cycle closer together. ...
| * Mechanical change: group->gcokan2015-08-271-1/+1
| |
| * Instead of special casing the 'term' and 'lock' commands, go back tookan2015-08-211-7/+1
| | | | | | | | keeping them hidden; showing them has apparently caused confusion/angst.
* | cvsimportokan2015-07-121-27/+14
|\|
| * introduce 'groupsearch' for group menu search; matches on either groupokan2015-07-121-0/+10
| | | | | | | | number/shortcut and/or name.
| * styleokan2015-07-011-27/+4
| |
* | cvsimportChristian Neukirchen2015-07-011-10/+18
|\|
| * Introduce a callback for cmd menu printing, special-casing 'lock' andokan2015-06-301-0/+14
| | | | | | | | 'term'.
| * style and spacing nitsokan2015-06-301-8/+2
| |
| * replace assert usageokan2015-06-281-2/+2
| |
* | cvsimportokan2015-06-091-2/+3
|\|
| * add client labelokan2015-06-081-2/+3
| |
* | cvsimportChristian Neukirchen2015-01-221-2/+3
|\|
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-2/+3
| | | | | | | | | | | | and HOST_NAME_MAX+1, respectively. ok doug@
* | cvsimportokan2014-09-181-7/+7
|\|
| * use similiar style for client flagsokan2014-09-151-1/+1
| |
| * more style nitsokan2014-09-071-6/+6
| |
* | cvsimportChristian Neukirchen2014-09-071-1/+1
|\|
| * Fix nogroup regression, where nogroup became an actual group - theokan2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | 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'.okan2014-08-201-1/+1
| |
* | cvsimportokan2014-02-081-1/+1
|\|
| * all mapped clients now should have a group, so simplify some casesokan2014-02-071-1/+1
| |
* | cvsimportokan2014-01-211-7/+4
|\|
| * Add a function that adds an entry to a menuq, normalizing a common codeokan2014-01-201-7/+4
| | | | | | | | path; from Tiago Cunha.
* | cvsimportokan2014-01-031-2/+2
|\|
| * use consistent typesokan2014-01-031-2/+2
| |
* | cvsimportokan2013-12-111-2/+2
|\|
| * Stash Class and WM Hints in client_ctxokan2013-12-111-2/+2
| |
* | cvsimport dh-gapsnapokan2013-12-081-1/+1
|\|
| * If not using sticky mode (the default), clients aren't automagically cn-bisectgtkbugokan2013-12-081-1/+1
| | | | | | | | | | assigned a group, thus cc->group will be NULL - fix the client group shortcut in menu lists; crash reported by Christian Neukirchen.
* | cvsimportokan2013-12-021-2/+2
|\|
| * Prepend the group shortcut in the client search menu; from Thomas Adam.okan2013-12-021-2/+2
| | | | | | | | Likewise, prepend shortcut in unhide menu.
* | cvsimportokan2013-04-301-1/+3
|\|
| * missing protookan2013-04-301-1/+3
| |
* | cvsimportokan2013-04-051-6/+11
|\|
| * add missing proto; replace magic numberokan2013-04-051-2/+5
| |
| * zap stray whitespaceokan2013-04-051-2/+2
| |
| * honor PATH search order for exec; from Andres Perera.okan2013-04-031-2/+4
| |
* | cvsimportokan2013-03-091-3/+2
|\|
| * replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.comokan2013-03-091-3/+2
| |
* | Use vendored queue.h everywhereChristian Neukirchen2012-11-261-1/+1
|/
* sortokan2012-11-091-2/+2
|
* tab completion support for menus; from Alexander Polakov.okan2012-11-071-0/+48
| | | | ok sthen@ on an older incarnation
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-4/+5
| | | | | | the way with the cwm specific parts. ok oga@
* tag and comment cleanup; ok oga@okan2011-05-111-1/+2
|
* introduce nitems macro, with the appropriate ifndef.okan2011-03-221-5/+2
| | | | ok oga@
* spacing nitsokan2010-09-251-9/+2
|
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+9
| | | | | | are required. encourged to go all the way by oga@