summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-06-24re-do various bits of {,h,v}max for simplicity and less flag handling.Okan Demirmen
2011-06-24replace the non-working check to see if another wm is running with aOkan Demirmen
2011-06-24more nitems usage.Okan Demirmen
2011-06-24re-order sweep draw so that we map into the client window afterOkan Demirmen
2011-06-24struct XftFont already has height which we can use directly instead ofOkan Demirmen
2011-06-24alter a few function returns and prototypes; found by lint.Okan Demirmen
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
2011-06-24collapse client and group {r,}cycle defines since they are reallyOkan Demirmen
2011-06-23switch to installing source manuals:Christian Weisgerber
2011-05-15fix botched client and group cycle defines; noticed by Thomas Pfaff.Okan Demirmen
2011-05-13remove left over XSync; ok oga@Okan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied toOkan Demirmen
2011-05-06On map, don't warp to windows that are marked as ignored.Owain Ainsworth
2011-05-05bump window resize back to 60hz. instead, we should not need to syncOkan Demirmen
2011-05-05re-org. ok oga@Okan Demirmen
2011-05-05make the menu window aware of xinerama info; this makes the menu stayOkan Demirmen
2011-03-23revert the XSync timing change for client move only; first noticed byOkan Demirmen
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