Age | Commit message (Expand) | Author |
2010-07-30 | revert -r1.45 of group.c (log was: fix window name and class to match | Okan Demirmen |
2010-07-23 | fix backwards example (after r1.45 of group.c); noticed by phessler@ | Okan Demirmen |
2010-06-28 | fix window name and class to match cwmrc(5); from Holger Mikolon - thanks! | Okan Demirmen |
2010-05-22 | initialize nitems | Okan Demirmen |
2010-05-22 | replace XFetchName() with something more intelligent which attempts to | Okan Demirmen |
2010-04-12 | grab events on the root window *before* we look for existing windows. | Owain Ainsworth |
2010-04-11 | clean up a few xu_* functions to just accept what they need (Window). | Okan Demirmen |
2010-03-20 | Fix formatting errors breaking the xenocara mandoc(1) build: | Ingo Schwarze |
2010-02-10 | preserve labels after an edit action is aborted; extending the menu | Okan Demirmen |
2010-02-02 | Honour 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-15 | pull all non-X11 headers from calmwm.h and place them only where they | Okan Demirmen |
2009-12-15 | spacing | Okan Demirmen |
2009-12-15 | pull these headers only into files that need them. | Okan Demirmen |
2009-12-15 | rid ourselves of these functional macros; convert to real functions. | Okan Demirmen |
2009-12-15 | mostly irrelevant now, so remove. | Okan Demirmen |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | Okan Demirmen |
2009-12-14 | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | Owain Ainsworth |
2009-12-11 | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | Owain Ainsworth |
2009-12-11 | another int/long fixup that was giving dodgy property values on amd64, shame on | Owain Ainsworth |
2009-12-11 | implement support for _NET_WM_DESKTOP properties on windows. | Owain Ainsworth |
2009-12-11 | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | Owain Ainsworth |
2009-12-10 | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | Owain Ainsworth |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | Owain Ainsworth |
2009-12-10 | finish unfucking the screen_ctx handling. | Owain Ainsworth |
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | Okan Demirmen |
2009-12-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | Owain Ainsworth |
2009-12-07 | support _NET_CLIENT_LIST. | Owain Ainsworth |
2009-12-07 | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | Owain Ainsworth |
2009-12-07 | introduce the beginnings of netwm support, minimally and correctly; | Okan Demirmen |
2009-12-07 | fix off-by-one where a mere click would select the first item inside a menu | Okan Demirmen |
2009-12-07 | we already have sc from the passed cc, so just used that instead. | Okan Demirmen |
2009-12-07 | be consistent | Okan Demirmen |
2009-12-07 | remove unused extern | Okan Demirmen |
2009-11-28 | style (whitespaces) | Tobias Stoeckmann |
2009-11-22 | Corrected grammar in comment. | Tobias Stoeckmann |
2009-09-25 | With Xinerama enabled, the borders of a maximized window will show up on | Owain Ainsworth |
2009-09-05 | re-introduce the intention of the change from rev 1.4 in menu.c here | Okan Demirmen |
2009-09-05 | style | Tobias Stoeckmann |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | Okan Demirmen |
2009-08-25 | static; ok oga@ | Okan Demirmen |
2009-08-25 | we are not doing access control here, so replace the "check if file is | Okan Demirmen |
2009-08-25 | Reduce duplciation of code for checking modifiers in key/mouse bindings. | Owain Ainsworth |
2009-08-25 | Instead of calling conf_bind*() 50 gazillion times in a row, store an | Owain Ainsworth |
2009-08-25 | Instead of messing around everytime we do a resize, just clamp the | Owain Ainsworth |
2009-08-25 | unroll macro; ok oga@ | Okan Demirmen |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth |
2009-08-24 | bring together gathering, calculating and applying of size hints; | Okan Demirmen |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | Owain Ainsworth |
2009-08-24 | instead of checking for flags in the client context, then removing them. | Owain Ainsworth |