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