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