aboutsummaryrefslogtreecommitdiffstats
path: root/group.c (unfollow)
Commit message (Expand)AuthorLines
2009-12-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatoga-17/+2
2009-12-11implement support for _NET_WM_DESKTOP properties on windows.oga-7/+26
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga-10/+117
2009-12-10Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)oga-2/+15
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga-8/+21
2009-12-10finish unfucking the screen_ctx handling.oga-51/+55
2009-12-07Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga-3/+1
2009-06-20compact a bit by condensing a few if-else's; from Thomas Pfaffokan-9/+3
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan-2/+2
2009-05-19In movetogroup, check the window's current group and skip client_hide()sthen-2/+3
2009-05-18nuke the leading underscore notation for local static functions - thereokan-30/+30
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-3/+3
2009-05-17minor bit of knf, just to be consistent; oga@ doesn't mind that muchokan-4/+3
2009-05-17unbreakokan-1/+2
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-2/+11
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-1/+18
2009-01-27One of the most annoying things to do was restart cwm and lose all ofoga-7/+22
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-2/+2
2009-01-15- add missing prototypes.okan-8/+11
2009-01-11shortcut_to_name should not be defined as static in a header file. Putoga-1/+6
2008-07-18Put back the initialisation of gc in group_cycle. No cookie for okan.oga-1/+2
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-19/+20
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardoga-2/+2
2008-05-19allow an autogroup value of 0 to mean no group. This means you can setoga-1/+4
2008-05-19as done with cycle/rcycle, make prev/next group switching one kbfuncsokan-10/+7
2008-05-18remove extra calls to client_draw_border()okan-3/+1
2008-05-18group_ctx->name is only used in this one function, and for now itoga-8/+3
2008-05-15KNF, no binary change.oga-4/+4
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga-2/+2
2008-04-16Remove screen_infomsg(), nothing uses it.oga-9/+1
2008-04-15hit it with the knf stick.oga-22/+22
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-7/+1
2008-03-22allow autogrouping and sticky mode to work togetherokan-7/+7
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.oga-268/+9
2008-01-16huge amount of cleanup and dead code removal.oga-27/+6
2008-01-14Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga-2/+2
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-75/+75