summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Now that a group knows its screen, only pass down the group_ctx.okan2014-09-083-19/+19
* Add screen_ctx to group_ctx, and populate on init.okan2014-09-072-0/+2
* more style nitsokan2014-09-078-67/+67
* screen_fromroot -> screen_findokan2014-09-074-8/+8
* Get rid of a redundant array of groups per screen; we already have aokan2014-09-072-9/+22
* Few style nits; extend 'path' to MAXPATHLEN.okan2014-09-061-10/+13
* generic sighandlerokan2014-09-061-10/+13
* style nitokan2014-09-061-2/+2
* Move termpath and lockpath into cmdq; side effect is that 'lock' andokan2014-09-063-24/+27
* Rework group names: stash the group name inside the group_ctx as opposedokan2014-09-065-64/+41
* bring menu bits closer togetherokan2014-09-021-3/+2
* add explicit paran and drop some empty lines bringing like functions closerokan2014-09-012-6/+2
* Merge group_menu into mousefunc_menu_group.okan2014-09-013-38/+31
* Since the flatting out of sc->group_names is only for settingokan2014-08-253-28/+21
* Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan2014-08-258-3/+47
* Continue effort to bring keyboard and mouse functions together; mergeokan2014-08-241-30/+20
* gc->hidden has never consistently kept track of a group's state;okan2014-08-243-32/+18
* Fix nogroup regression, where nogroup became an actual group - theokan2014-08-224-15/+18
* Purely mechanical; unify 'num', 'no' and 'shortcut'.okan2014-08-208-31/+30
* Split off group window restacking.okan2014-08-201-4/+15
* whitespaceokan2014-08-201-1/+1
* fix a misleading comment and function nameokan2014-08-201-5/+5
* Remove unnecessary memset since reload was replaced with restart;okan2014-08-191-2/+0
* Pull highstack from group_ctx (and useless calculations of); in the oneokan2014-08-192-17/+9
* Get rid of nhidden in group_ctx; it actually never reported correctlyokan2014-08-182-8/+5
* plug memleak (currently unused func); from Tiago Cunhaokan2014-04-211-0/+1
* Alignment fix; found the hard way on sparc64 by landry@ (and thanks toookan2014-02-271-1/+1
* Make sure we cycle through existing client's group membership and setokan2014-02-083-0/+11
|\
| * Initial import of cwm-3. cwmbernd2007-04-270-0/+0
* | Replace a few hand rolled loops with like tailq loops.okan2014-02-081-16/+12
* | all mapped clients now should have a group, so simplify some casesokan2014-02-073-7/+3
* | If _NET_WM_DESKTOP is set to -1 during client creation, place the client intookan2014-02-071-28/+12
* | Some clients set the urgency flag even if they are the active client;okan2014-02-061-1/+2
* | Introduce a region queue and replace screen's XineramaScreenInfo; weokan2014-02-032-24/+34
* | make this XQueryTree like the otherokan2014-02-031-12/+10
* | Move redundant bits from screen_init (while dealing with existingokan2014-02-034-15/+17
* | Move redundant window attr fetch from maprequest directly intookan2014-02-022-7/+7
* | No need to store screen colormap and visual; rather just use the Xokan2014-02-024-11/+9
* | Unlike free(3), XFree(3) can't be passed a NULL pointer.okan2014-02-021-2/+2
* | The menu already limits entries with MENU_MAXENTRY, so don't botherokan2014-02-022-9/+8
* | Take menu's bwidth into account for position/size; reported by Thomas Adam.okan2014-02-011-2/+2
* | Let the config parser continue parsing even after encountering an error;okan2014-02-012-11/+18
* | re-add lost free from previousokan2014-01-301-0/+1
* | Switch ignoreq to winname struct since it's basically the same thing;okan2014-01-303-33/+17
* | use the same autogroupwin variable as everywhere elseokan2014-01-301-11/+11
* | Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-303-10/+2
* | Remove duplicate mouse functions and instead use the kbfunc ones. Nookan2014-01-301-25/+0
* | Minimize trivial differences between a few kb and mb functions.okan2014-01-294-10/+9
* | keybinding -> key bindingokan2014-01-291-7/+7
* | Merge keybinding and mousebinding queues into using the same mergedokan2014-01-293-43/+38