| Commit message (Expand) | Author | Lines |
2021-04-27 | Add BSD compatibility functions and headers | Wynn Wolf Arbor | -1/+1 |
2020-03-18 | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | -25/+23 |
2019-03-07 | zip extra lines | okan | -6/+2 |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | okan | -20/+29 |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | okan | -18/+18 |
2019-03-01 | Tie group number and name together during config. | okan | -8/+3 |
2019-02-28 | Move the group index (desktop number) check to the only 2 callers that require | okan | -13/+1 |
2019-02-28 | Ensure we don't action on the last group when the requested one is not found. | okan | -20/+18 |
2019-02-28 | Selectively hide and show clients based on state; merge client_unhide() and | okan | -4/+6 |
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | okan | -1/+18 |
2018-01-23 | If the requested group number is invalid, bail but don't kill cwm. | okan | -4/+4 |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | okan | -9/+2 |
2017-02-10 | Fix group hidden state when a client wants to be on all desktops on start; | okan | -2/+2 |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | okan | -4/+4 |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | okan | -12/+12 |
2016-10-04 | Turn CALMWM_NGROUPS define into variable, ngroups. | okan | -5/+5 |
2016-09-02 | Simplify group_holds_only_hidden(); from Vadim Vygonets. | okan | -11/+4 |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | okan | -2/+2 |
2015-08-27 | Mechanical change: group->gc | okan | -7/+7 |
2015-08-27 | Re-add lost chunk in group_cycle from r1.113. | okan | -1/+4 |
2015-08-25 | Further simplify _NET_WM_DESKTOP handling using new group_assign(). | okan | -7/+4 |
2015-08-25 | oops; remove left over debug print | okan | -3/+1 |
2015-08-25 | Allowing sending a valid 'nogroup' (0) group_ctx to group_assign() | okan | -6/+7 |
2015-08-25 | Split out sticky mode checks and the restoring of a client's group and | okan | -33/+46 |
2015-08-23 | Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; | okan | -5/+9 |
2015-08-21 | Bring group and client cycle closer together. | okan | -21/+35 |
2015-06-28 | replace assert usage | okan | -4/+3 |
2015-03-28 | Introduce a xreallocarray and convert a few xcalloc instances that do | okan | -2/+2 |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | -2/+3 |
2014-10-08 | make group_init work like other *_init's | okan | -15/+14 |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | okan | -6/+3 |
2014-09-27 | Pass just the group to group_setactive instead of the screen and an | okan | -13/+9 |
2014-09-23 | Update _NET_CURRENT_DESKTOP with the screen's group_active->num. | okan | -4/+4 |
2014-09-23 | Move stuff that doesn't belong in group_init; while here, explicitly | okan | -12/+3 |
2014-09-17 | Use a similarly named check as sticky for hidden check in a group. | okan | -10/+6 |
2014-09-17 | Introduce a check to see if a group holds only 'sticky' clients and use | okan | -2/+15 |
2014-09-08 | name the group client queue appropriately, like other queues | okan | -11/+11 |
2014-09-08 | Now that a group knows its screen, only pass down the group_ctx. | okan | -17/+17 |
2014-09-07 | Add screen_ctx to group_ctx, and populate on init. | okan | -1/+2 |
2014-09-07 | Get rid of a redundant array of groups per screen; we already have a | okan | -9/+23 |
2014-09-06 | Rework group names: stash the group name inside the group_ctx as opposed | okan | -53/+3 |
2014-09-01 | Merge group_menu into mousefunc_menu_group. | okan | -37/+4 |
2014-08-25 | Since the flatting out of sc->group_names is only for setting | okan | -25/+3 |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | -1/+3 |
2014-08-24 | gc->hidden has never consistently kept track of a group's state; | okan | -30/+19 |
2014-08-22 | Fix nogroup regression, where nogroup became an actual group - the | okan | -13/+12 |
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | -20/+20 |
2014-08-20 | Split off group window restacking. | okan | -5/+16 |
2014-08-20 | fix a misleading comment and function name | okan | -6/+6 |
2014-08-19 | Pull highstack from group_ctx (and useless calculations of); in the one | okan | -17/+10 |