summaryrefslogtreecommitdiff
path: root/app/cwm/group.c
AgeCommit message (Expand)Author
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
2014-08-18Get rid of nhidden in group_ctx; it actually never reported correctlyOkan Demirmen
2014-02-08Make sure we cycle through existing client's group membership and setOkan Demirmen
2014-02-08Replace a few hand rolled loops with like tailq loops.Okan Demirmen
2014-02-07If _NET_WM_DESKTOP is set to -1 during client creation, place the client intoOkan Demirmen
2014-01-24correct arguments and drop the cast.Okan Demirmen
2014-01-20Add a function that adds an entry to a menuq, normalizing a common codeOkan Demirmen
2013-12-11Stash Class and WM Hints in client_ctxOkan Demirmen
2013-10-17a few err->errx since we don't have error messages here; from Tiago CunhaOkan Demirmen
2013-10-03unify type; no changeOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-09since the root and event window are the same in the case of a buttonOkan Demirmen
2013-07-08replace a few (x)malloc with (x)calloc to prevent potential integerOkan Demirmen