summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* if virt/horz un-maximizing, restore only the un-maximized axisokan2011-03-221-0/+5
* (0,0) is also inside in the screen; from Sviatoslav Chagaev.okan2011-03-221-2/+2
* while this piece deals with client argv's in a seemingly inefficient wayokan2011-03-222-27/+0
* remove XXX and move a configure event out of the event handler functions.okan2011-03-224-27/+24
* move the single keycode function directly into the menu code.okan2011-03-224-129/+96
* xcb is no longer optional.matthieu2011-03-081-4/+1
* if we are saving the pointer location for a specific client, make sureokan2011-02-131-0/+3
* we lose track of highstack somewhere, so recompute it before we need it.tedu2011-02-131-0/+5
* in MotionNotify geom.x, geom.y calculations take into account bwidth.martynas2010-12-141-2/+2
* Explicitely link libxcb when needed for static arches.matthieu2010-11-271-1/+4
* s/-offset -indent/-offset indent/ for correct indentation,schwarze2010-09-251-4/+4
* s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlintschwarze2010-09-251-6/+6
* do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.okan2010-09-251-0/+6
* picked a henning diff from src - original log:okan2010-09-251-2/+3
* spacing nitsokan2010-09-252-13/+7
* revert -r1.45 of group.c (log was: fix window name and class to matchokan2010-07-302-7/+8
* fix backwards example (after r1.45 of group.c); noticed by phessler@okan2010-07-231-3/+3
* fix window name and class to match cwmrc(5); from Holger Mikolon - thanks!okan2010-06-281-3/+2
* initialize nitemsokan2010-05-221-1/+1
* replace XFetchName() with something more intelligent which attempts tookan2010-05-223-4/+37
* grab events on the root window *before* we look for existing windows.oga2010-04-121-6/+6
* clean up a few xu_* functions to just accept what they need (Window).okan2010-04-114-13/+12
* Fix formatting errors breaking the xenocara mandoc(1) build:schwarze2010-03-201-2/+1
* preserve labels after an edit action is aborted; extending the menuokan2010-02-103-5/+8
* Honour program-specified window position in size hints when placing windows.stsp2010-02-021-1/+1
* - allow per-screen gap; not (yet) user configurable.okan2010-01-276-32/+47
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-1517-13/+151
* spacingokan2009-12-151-3/+1
* pull these headers only into files that need them.okan2009-12-156-4/+9
* rid ourselves of these functional macros; convert to real functions.okan2009-12-152-4/+21
* mostly irrelevant now, so remove.okan2009-12-152-84/+0
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-1518-69/+28
* kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatoga2009-12-143-35/+18
* add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.oga2009-12-113-2/+17
* another int/long fixup that was giving dodgy property values on amd64, shame onoga2009-12-111-1/+1
* implement support for _NET_WM_DESKTOP properties on windows.oga2009-12-113-7/+28
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-116-34/+139
* Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)oga2009-12-103-2/+19
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-106-22/+45
* finish unfucking the screen_ctx handling.oga2009-12-109-164/+163
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-086-47/+43
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-074-4/+12
* support _NET_CLIENT_LIST.oga2009-12-073-1/+26
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-073-3/+22
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-073-1/+44
* fix off-by-one where a mere click would select the first item inside a menuokan2009-12-071-1/+1
* we already have sc from the passed cc, so just used that instead.okan2009-12-071-1/+1
* be consistentokan2009-12-071-6/+6
* remove unused externokan2009-12-071-2/+0
* style (whitespaces)tobias2009-11-285-7/+7