summaryrefslogtreecommitdiff
path: root/app/cwm/client.c
AgeCommit message (Expand)Author
2009-08-25unroll macro; ok oga@Okan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useOwain Ainsworth
2009-08-24instead of checking for flags in the client context, then removing them.Owain Ainsworth
2009-06-26static local functions and data; almost identical diff from Thomas PfaffOkan Demirmen
2009-06-23tidy up startup/init routinesOkan Demirmen
2009-06-20compact a bit by condensing a few if-else's; from Thomas PfaffOkan Demirmen
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-06-20spacingOkan Demirmen
2009-06-17re-factor parts of mouse move/resize bit to shrink and make moreOkan Demirmen
2009-05-30re-order a bit for readability.Okan Demirmen
2009-05-18nuke the leading underscore notation for local static functions - thereOkan Demirmen
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-05-17redraw the border when unhiding a client window. fixes the situation whereStuart Henderson
2009-01-23passing a null pointer to free() is valid; sprinkle a few free->xfree.Okan Demirmen
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
2009-01-22Cache all of the X atoms we use at startup.Owain Ainsworth
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-15- add missing prototypes.Okan Demirmen
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-07-15move client_vertmaximize to a more sensible location, purely for readability.Okan Demirmen
2008-07-15save an X call and use what we already have stored.Okan Demirmen
2008-07-15don't compensate for bwidth twice.Okan Demirmen
2008-07-11we already have ymax, so use it instead of asking X for it again.Okan Demirmen
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-30only cycle through visible *and* non-ignored windows.Okan Demirmen
2008-06-25Actually grab the correct mouse buttons for a window, instead of doing theOwain Ainsworth
2008-06-18No need to map/unmap the window on hide/show since we already do theOwain Ainsworth
2008-06-14(mostly) proper xshape event supportOkan Demirmen
2008-06-12re-work client_placecalc()Okan Demirmen
2008-05-23make sure to take bwdith into account when placing a new window.Okan Demirmen
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.Okan Demirmen
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theOwain Ainsworth
2008-05-19finally implement keyboard binding for group togglingOkan Demirmen
2008-05-18remove extra calls to client_draw_border()Okan Demirmen
2008-05-17fix cwm's current XShape support from Edd Barrett -thanks.Okan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-05-15tiny bit of knfOkan Demirmen
2008-05-01Rework the alt-tabbing code to be a lot simpler.Owain Ainsworth
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeOwain Ainsworth
2008-04-09remove alt-tab menuOkan Demirmen
2008-03-26Fix a couple of issues with the maximization code.Owain Ainsworth
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.Owain Ainsworth