| Commit message (Expand) | Author | Age | Files | Lines |
* | replace XFetchName() with something more intelligent which attempts to | okan | 2010-05-22 | 3 | -4/+37 |
* | grab events on the root window *before* we look for existing windows. | oga | 2010-04-12 | 1 | -6/+6 |
* | clean up a few xu_* functions to just accept what they need (Window). | okan | 2010-04-11 | 4 | -13/+12 |
* | Fix formatting errors breaking the xenocara mandoc(1) build: | schwarze | 2010-03-20 | 1 | -2/+1 |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | 3 | -5/+8 |
* | Honour program-specified window position in size hints when placing windows. | stsp | 2010-02-02 | 1 | -1/+1 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | 6 | -32/+47 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 17 | -13/+151 |
* | spacing | okan | 2009-12-15 | 1 | -3/+1 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 6 | -4/+9 |
* | rid ourselves of these functional macros; convert to real functions. | okan | 2009-12-15 | 2 | -4/+21 |
* | mostly irrelevant now, so remove. | okan | 2009-12-15 | 2 | -84/+0 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 18 | -69/+28 |
* | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | oga | 2009-12-14 | 3 | -35/+18 |
* | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | oga | 2009-12-11 | 3 | -2/+17 |
* | another int/long fixup that was giving dodgy property values on amd64, shame on | oga | 2009-12-11 | 1 | -1/+1 |
* | implement support for _NET_WM_DESKTOP properties on windows. | oga | 2009-12-11 | 3 | -7/+28 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | 6 | -34/+139 |
* | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | oga | 2009-12-10 | 3 | -2/+19 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | 6 | -22/+45 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 9 | -164/+163 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | 6 | -47/+43 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | 4 | -4/+12 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | 3 | -1/+26 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | 3 | -3/+22 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | 3 | -1/+44 |
* | fix off-by-one where a mere click would select the first item inside a menu | okan | 2009-12-07 | 1 | -1/+1 |
* | we already have sc from the passed cc, so just used that instead. | okan | 2009-12-07 | 1 | -1/+1 |
* | be consistent | okan | 2009-12-07 | 1 | -6/+6 |
* | remove unused extern | okan | 2009-12-07 | 1 | -2/+0 |
* | style (whitespaces) | tobias | 2009-11-28 | 5 | -7/+7 |
* | Corrected grammar in comment. | tobias | 2009-11-22 | 1 | -1/+1 |
* | With Xinerama enabled, the borders of a maximized window will show up on | oga | 2009-09-25 | 1 | -2/+7 |
* | re-introduce the intention of the change from rev 1.4 in menu.c here | okan | 2009-09-05 | 1 | -2/+6 |
* | style | tobias | 2009-09-05 | 1 | -2/+2 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 4 | -16/+14 |
* | static; ok oga@ | okan | 2009-08-25 | 1 | -2/+2 |
* | we are not doing access control here, so replace the "check if file is | okan | 2009-08-25 | 1 | -34/+5 |
* | Reduce duplciation of code for checking modifiers in key/mouse bindings. | oga | 2009-08-25 | 1 | -39/+37 |
* | Instead of calling conf_bind*() 50 gazillion times in a row, store an | oga | 2009-08-25 | 1 | -68/+79 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | 2 | -6/+7 |
* | unroll macro; ok oga@ | okan | 2009-08-25 | 1 | -3/+3 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 6 | -4/+56 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 4 | -34/+100 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 4 | -18/+2 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | 1 | -2/+1 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | 1 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | 1 | -2/+2 |
* | use fnmatch to glob the entries in the exec menu. | oga | 2009-06-26 | 1 | -2/+4 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 7 | -32/+30 |