| Commit message (Expand) | Author | Age | Lines |
... | |
* | (0,0) is also inside in the screen; from Sviatoslav Chagaev. | okan | 2011-03-22 | -3/+3 |
* | while this piece deals with client argv's in a seemingly inefficient way | okan | 2011-03-22 | -29/+2 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | -31/+28 |
* | move the single keycode function directly into the menu code. | okan | 2011-03-22 | -131/+98 |
* | xcb is no longer optional. | matthieu | 2011-03-08 | -5/+2 |
* | if we are saving the pointer location for a specific client, make sure | okan | 2011-02-13 | -1/+4 |
* | we lose track of highstack somewhere, so recompute it before we need it. | tedu | 2011-02-13 | -1/+6 |
* | in MotionNotify geom.x, geom.y calculations take into account bwidth. | martynas | 2010-12-14 | -3/+3 |
* | Explicitely link libxcb when needed for static arches. | matthieu | 2010-11-27 | -2/+5 |
* | s/-offset -indent/-offset indent/ for correct indentation, | schwarze | 2010-09-25 | -5/+5 |
* | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | schwarze | 2010-09-25 | -3/+3 |
* | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | 2010-09-25 | -3/+9 |
* | picked a henning diff from src - original log: | okan | 2010-09-25 | -3/+4 |
* | spacing nits | okan | 2010-09-25 | -11/+5 |
* | more clear variable name so than name/class shouldn't be confused again. | okan | 2010-09-25 | -5/+5 |
* | clarify window name/class a bit more with word ordering. | okan | 2010-09-25 | -4/+4 |
* | revert -r1.45 of group.c (log was: fix window name and class to match | okan | 2010-07-30 | -9/+10 |
* | fix backwards example (after r1.45 of group.c); noticed by phessler@ | okan | 2010-07-23 | -4/+4 |
* | fix window name and class to match cwmrc(5); from Holger Mikolon - thanks! | okan | 2010-06-28 | -4/+3 |
* | initialize nitems | okan | 2010-05-22 | -2/+2 |
* | replace XFetchName() with something more intelligent which attempts to | okan | 2010-05-22 | -7/+40 |
* | grab events on the root window *before* we look for existing windows. | oga | 2010-04-12 | -7/+7 |
* | clean up a few xu_* functions to just accept what they need (Window). | okan | 2010-04-11 | -17/+16 |
* | Fix formatting errors breaking the xenocara mandoc(1) build: | schwarze | 2010-03-20 | -3/+2 |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | -7/+10 |
* | Honour program-specified window position in size hints when placing windows. | stsp | 2010-02-02 | -2/+2 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | -38/+53 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -28/+166 |
* | spacing | okan | 2009-12-15 | -4/+2 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | -10/+15 |
* | rid ourselves of these functional macros; convert to real functions. | okan | 2009-12-15 | -5/+22 |
* | mostly irrelevant now, so remove. | okan | 2009-12-15 | -84/+0 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -84/+43 |
* | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | oga | 2009-12-14 | -38/+21 |
* | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | oga | 2009-12-11 | -5/+20 |
* | another int/long fixup that was giving dodgy property values on amd64, shame on | oga | 2009-12-11 | -2/+2 |
* | implement support for _NET_WM_DESKTOP properties on windows. | oga | 2009-12-11 | -10/+31 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | -40/+145 |
* | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | oga | 2009-12-10 | -5/+22 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | -28/+51 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | -172/+171 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | -51/+47 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | -8/+16 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | -4/+29 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | -6/+25 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | -4/+47 |
* | fix off-by-one where a mere click would select the first item inside a menu | okan | 2009-12-07 | -1/+1 |
* | we already have sc from the passed cc, so just used that instead. | okan | 2009-12-07 | -2/+2 |
* | be consistent | okan | 2009-12-07 | -7/+7 |
* | remove unused extern | okan | 2009-12-07 | -3/+1 |