summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2014-09-07more style nitsOkan Demirmen
2014-09-07screen_fromroot -> screen_findOkan Demirmen
2014-09-07Get rid of a redundant array of groups per screen; we already have aOkan Demirmen
2014-09-06Few style nits; extend 'path' to MAXPATHLEN.Okan Demirmen
2014-09-06generic sighandlerOkan Demirmen
2014-09-06style nitOkan Demirmen
2014-09-06Move termpath and lockpath into cmdq; side effect is that 'lock' andOkan Demirmen
2014-09-06Rework group names: stash the group name inside the group_ctx as opposedOkan Demirmen
2014-09-02bring menu bits closer togetherOkan Demirmen
2014-09-01add explicit paran and drop some empty lines bringing like functions closerOkan 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-24Continue effort to bring keyboard and mouse functions together; mergeOkan 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-20whitespaceOkan Demirmen
2014-08-20fix a misleading comment and function nameOkan Demirmen
2014-08-19Remove unnecessary memset since reload was replaced with restart;Okan 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-04-21plug memleak (currently unused func); from Tiago CunhaOkan Demirmen
2014-02-27Alignment fix; found the hard way on sparc64 by landry@ (and thanks tooOkan 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-07all mapped clients now should have a group, so simplify some casesOkan Demirmen
2014-02-07If _NET_WM_DESKTOP is set to -1 during client creation, place the client intoOkan Demirmen
2014-02-06Some clients set the urgency flag even if they are the active client;Okan Demirmen
2014-02-03Introduce a region queue and replace screen's XineramaScreenInfo; weOkan Demirmen
2014-02-03make this XQueryTree like the otherOkan Demirmen
2014-02-03Move redundant bits from screen_init (while dealing with existingOkan Demirmen
2014-02-02Move redundant window attr fetch from maprequest directly intoOkan Demirmen
2014-02-02No need to store screen colormap and visual; rather just use the XOkan Demirmen
2014-02-02Unlike free(3), XFree(3) can't be passed a NULL pointer.Okan Demirmen
2014-02-02The menu already limits entries with MENU_MAXENTRY, so don't botherOkan Demirmen
2014-02-01Take menu's bwidth into account for position/size; reported by Thomas Adam.Okan Demirmen
2014-02-01Let the config parser continue parsing even after encountering an error;Okan Demirmen
2014-01-30re-add lost free from previousOkan Demirmen
2014-01-30Switch ignoreq to winname struct since it's basically the same thing;Okan Demirmen
2014-01-30use the same autogroupwin variable as everywhere elseOkan Demirmen
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalOkan Demirmen
2014-01-30Remove duplicate mouse functions and instead use the kbfunc ones. NoOkan Demirmen
2014-01-29Minimize trivial differences between a few kb and mb functions.Okan Demirmen
2014-01-29keybinding -> key bindingOkan Demirmen
2014-01-29Merge keybinding and mousebinding queues into using the same mergedOkan Demirmen
2014-01-29Much like we do for keyboard and mouse bindings, remove duplicates forOkan Demirmen
2014-01-29Check command name/path for truncation and provide user feedback duringOkan Demirmen
2014-01-28Check ignore windowname for truncation and provide user feedback duringOkan Demirmen