summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2011-03-22warp the pointer back, iff we don't move the mouse, once we are doneOkan Demirmen
2011-03-22we should re-focus the client and ungrab the ptr even if we don't have aOkan Demirmen
2011-03-22fix nousance of always highlighting the first entry even when there isOkan Demirmen
2011-03-22move the default case to the end.Okan Demirmen
2011-03-22reduce the number of times we sync during a window resize.Okan Demirmen
2011-03-22introduce nitems macro, with the appropriate ifndef.Okan Demirmen
2011-03-22if virt/horz un-maximizing, restore only the un-maximized axisOkan Demirmen
2011-03-22(0,0) is also inside in the screen; from Sviatoslav Chagaev.Okan Demirmen
2011-03-22while this piece deals with client argv's in a seemingly inefficient wayOkan Demirmen
2011-03-22remove XXX and move a configure event out of the event handler functions.Okan Demirmen
2011-03-22move the single keycode function directly into the menu code.Okan Demirmen
2011-03-08xcb is no longer optional.Matthieu Herrb
2011-02-13if we are saving the pointer location for a specific client, make sureOkan Demirmen
2011-02-13we lose track of highstack somewhere, so recompute it before we need it.Ted Unangst
2010-12-14in MotionNotify geom.x, geom.y calculations take into account bwidth.Martynas Venckus
2010-11-27Explicitely link libxcb when needed for static arches.Matthieu Herrb
2010-09-25s/-offset -indent/-offset indent/ for correct indentation,Ingo Schwarze
2010-09-25s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -TlintIngo Schwarze
2010-09-25do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.Okan Demirmen
2010-09-25picked a henning diff from src - original log:Okan Demirmen
2010-09-25spacing nitsOkan Demirmen
2010-09-25more clear variable name so than name/class shouldn't be confused again.Okan Demirmen
2010-09-25clarify window name/class a bit more with word ordering.Okan Demirmen
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