summaryrefslogtreecommitdiff
path: root/app/cwm/group.c
AgeCommit message (Expand)Author
2022-01-27Add group-last command that shows only the previously active group; ok okanop
2020-02-27Unrelated style fixes, consistency changes and sorting, appropriateOkan Demirmen
2019-03-07zip extra linesOkan Demirmen
2019-03-07gc clientq inside groups, instead use the better maintained one per-screenOkan Demirmen
2019-03-07shuffle deck chairs: rename group actions to match intent for clarityOkan Demirmen
2019-03-01Tie group number and name together during config.Okan Demirmen
2019-02-28Move the group index (desktop number) check to the only 2 callers that requireOkan Demirmen
2019-02-28Ensure we don't action on the last group when the requested one is not found.Okan Demirmen
2019-02-28Selectively hide and show clients based on state; merge client_unhide() andOkan Demirmen
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.Okan Demirmen
2018-01-23If the requested group number is invalid, bail but don't kill cwm.Okan Demirmen
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
2017-02-10Fix group hidden state when a client wants to be on all desktops on start;Okan Demirmen
2016-10-24Sprinkle __func__ in appropriate error messages.Okan Demirmen
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intoOkan Demirmen
2016-10-04Turn CALMWM_NGROUPS define into variable, ngroups.Okan Demirmen
2016-09-02Simplify group_holds_only_hidden(); from Vadim Vygonets.Okan Demirmen
2015-11-10Start cleaning up name vs function differences; replace magic numbers.Okan Demirmen
2015-08-27Mechanical change: group->gcOkan Demirmen
2015-08-27Re-add lost chunk in group_cycle from r1.113.Okan Demirmen
2015-08-25Further simplify _NET_WM_DESKTOP handling using new group_assign().Okan Demirmen
2015-08-25oops; remove left over debug printOkan Demirmen
2015-08-25Allowing sending a valid 'nogroup' (0) group_ctx to group_assign()Okan Demirmen
2015-08-25Split out sticky mode checks and the restoring of a client's group andOkan Demirmen
2015-08-23Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide;Okan Demirmen
2015-08-21Bring group and client cycle closer together.Okan Demirmen
2015-06-28replace assert usageOkan Demirmen
2015-03-28Introduce a xreallocarray and convert a few xcalloc instances that doOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2014-10-08make group_init work like other *_init'sOkan Demirmen
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.Okan Demirmen
2014-09-27Pass just the group to group_setactive instead of the screen and anOkan Demirmen
2014-09-23Update _NET_CURRENT_DESKTOP with the screen's group_active->num.Okan Demirmen
2014-09-23Move stuff that doesn't belong in group_init; while here, explicitlyOkan Demirmen
2014-09-17Use a similarly named check as sticky for hidden check in a group.Okan Demirmen
2014-09-17Introduce a check to see if a group holds only 'sticky' clients and useOkan Demirmen
2014-09-08name the group client queue appropriately, like other queuesOkan Demirmen
2014-09-08Now that a group knows its screen, only pass down the group_ctx.Okan Demirmen
2014-09-07Add screen_ctx to group_ctx, and populate on init.Okan Demirmen
2014-09-07Get rid of a redundant array of groups per screen; we already have aOkan Demirmen
2014-09-06Rework group names: stash the group name inside the group_ctx as opposedOkan Demirmen
2014-09-01Merge group_menu into mousefunc_menu_group.Okan Demirmen
2014-08-25Since the flatting out of sc->group_names is only for settingOkan Demirmen
2014-08-25Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyOkan Demirmen
2014-08-24gc->hidden has never consistently kept track of a group's state;Okan Demirmen
2014-08-22Fix nogroup regression, where nogroup became an actual group - theOkan Demirmen
2014-08-20Purely mechanical; unify 'num', 'no' and 'shortcut'.Okan Demirmen
2014-08-20Split off group window restacking.Okan Demirmen
2014-08-20fix a misleading comment and function nameOkan Demirmen
2014-08-19Pull highstack from group_ctx (and useless calculations of); in the oneOkan Demirmen