summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2010-07-30revert -r1.45 of group.c (log was: fix window name and class to matchOkan Demirmen
2010-07-23fix backwards example (after r1.45 of group.c); noticed by phessler@Okan Demirmen
2010-06-28fix window name and class to match cwmrc(5); from Holger Mikolon - thanks!Okan Demirmen
2010-05-22initialize nitemsOkan Demirmen
2010-05-22replace XFetchName() with something more intelligent which attempts toOkan Demirmen
2010-04-12grab events on the root window *before* we look for existing windows.Owain Ainsworth
2010-04-11clean up a few xu_* functions to just accept what they need (Window).Okan Demirmen
2010-03-20Fix formatting errors breaking the xenocara mandoc(1) build:Ingo Schwarze
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
2010-02-02Honour program-specified window position in size hints when placing windows.Stefan Sperling
2010-01-27- allow per-screen gap; not (yet) user configurable.Okan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15spacingOkan Demirmen
2009-12-15pull these headers only into files that need them.Okan Demirmen
2009-12-15rid ourselves of these functional macros; convert to real functions.Okan Demirmen
2009-12-15mostly irrelevant now, so remove.Okan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatOwain Ainsworth
2009-12-11add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.Owain Ainsworth
2009-12-11another int/long fixup that was giving dodgy property values on amd64, shame onOwain Ainsworth
2009-12-11implement support for _NET_WM_DESKTOP properties on windows.Owain Ainsworth
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecOwain Ainsworth
2009-12-10Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)Owain Ainsworth
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andOwain Ainsworth
2009-12-10finish unfucking the screen_ctx handling.Owain Ainsworth
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontOkan Demirmen
2009-12-07Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andOwain Ainsworth
2009-12-07support _NET_CLIENT_LIST.Owain Ainsworth
2009-12-07Implement _NET_ACTIVE_WINDOW. for now just the informational hint isOwain Ainsworth
2009-12-07introduce the beginnings of netwm support, minimally and correctly;Okan Demirmen
2009-12-07fix off-by-one where a mere click would select the first item inside a menuOkan Demirmen
2009-12-07we already have sc from the passed cc, so just used that instead.Okan Demirmen
2009-12-07be consistentOkan Demirmen
2009-12-07remove unused externOkan Demirmen
2009-11-28style (whitespaces)Tobias Stoeckmann
2009-11-22Corrected grammar in comment.Tobias Stoeckmann
2009-09-25With Xinerama enabled, the borders of a maximized window will show up onOwain Ainsworth
2009-09-05re-introduce the intention of the change from rev 1.4 in menu.c hereOkan Demirmen
2009-09-05styleTobias Stoeckmann
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
2009-08-25static; ok oga@Okan Demirmen
2009-08-25we are not doing access control here, so replace the "check if file isOkan Demirmen
2009-08-25Reduce duplciation of code for checking modifiers in key/mouse bindings.Owain Ainsworth
2009-08-25Instead of calling conf_bind*() 50 gazillion times in a row, store anOwain Ainsworth
2009-08-25Instead of messing around everytime we do a resize, just clamp theOwain Ainsworth
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