Age | Commit message (Expand) | Author |
2011-03-22 | warp the pointer back, iff we don't move the mouse, once we are done | Okan Demirmen |
2011-03-22 | we should re-focus the client and ungrab the ptr even if we don't have a | Okan Demirmen |
2011-03-22 | fix nousance of always highlighting the first entry even when there is | Okan Demirmen |
2011-03-22 | move the default case to the end. | Okan Demirmen |
2011-03-22 | reduce the number of times we sync during a window resize. | Okan Demirmen |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | Okan Demirmen |
2011-03-22 | if virt/horz un-maximizing, restore only the un-maximized axis | Okan Demirmen |
2011-03-22 | (0,0) is also inside in the screen; from Sviatoslav Chagaev. | Okan Demirmen |
2011-03-22 | while this piece deals with client argv's in a seemingly inefficient way | Okan Demirmen |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | Okan Demirmen |
2011-03-22 | move the single keycode function directly into the menu code. | Okan Demirmen |
2011-03-08 | xcb is no longer optional. | Matthieu Herrb |
2011-02-13 | if we are saving the pointer location for a specific client, make sure | Okan Demirmen |
2011-02-13 | we lose track of highstack somewhere, so recompute it before we need it. | Ted Unangst |
2010-12-14 | in MotionNotify geom.x, geom.y calculations take into account bwidth. | Martynas Venckus |
2010-11-27 | Explicitely link libxcb when needed for static arches. | Matthieu Herrb |
2010-09-25 | s/-offset -indent/-offset indent/ for correct indentation, | Ingo Schwarze |
2010-09-25 | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | Ingo Schwarze |
2010-09-25 | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | Okan Demirmen |
2010-09-25 | picked a henning diff from src - original log: | Okan Demirmen |
2010-09-25 | spacing nits | Okan Demirmen |
2010-09-25 | more clear variable name so than name/class shouldn't be confused again. | Okan Demirmen |
2010-09-25 | clarify window name/class a bit more with word ordering. | Okan Demirmen |
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 |