| Commit message (Expand) | Author | Lines |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | okan | -8/+8 |
2011-07-14 | correct spelling; from Alexander Polakov. | okan | -2/+2 |
2011-06-24 | add 'normal' cursor and shuffle the others we use to make a bit more | okan | -4/+4 |
2011-06-24 | New option to raise a client via the mouse (unbound by default); | okan | -1/+2 |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | okan | -1/+4 |
2011-06-24 | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | -8/+5 |
2011-06-24 | struct XftFont already has height which we can use directly instead of | okan | -2/+1 |
2011-06-24 | alter a few function returns and prototypes; found by lint. | okan | -4/+4 |
2011-06-24 | collapse client and group {r,}cycle defines since they are really | okan | -6/+2 |
2011-05-15 | fix botched client and group cycle defines; noticed by Thomas Pfaff. | okan | -5/+5 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+1 |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | -1/+4 |
2011-05-05 | re-org. ok oga@ | okan | -309/+269 |
2011-03-22 | introduce nitems macro, with the appropriate ifndef. | okan | -1/+5 |
2011-03-22 | while this piece deals with client argv's in a seemingly inefficient way | okan | -2/+1 |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | okan | -4/+2 |
2011-03-22 | move the single keycode function directly into the menu code. | okan | -10/+1 |
2010-05-22 | replace XFetchName() with something more intelligent which attempts to | okan | -2/+2 |
2010-04-11 | clean up a few xu_* functions to just accept what they need (Window). | okan | -4/+3 |
2010-02-10 | preserve labels after an edit action is aborted; extending the menu | okan | -1/+2 |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | okan | -2/+10 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -14/+1 |
2009-12-15 | pull these headers only into files that need them. | okan | -5/+1 |
2009-12-15 | rid ourselves of these functional macros; convert to real functions. | okan | -5/+4 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -1/+28 |
2009-12-14 | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | oga | -19/+18 |
2009-12-11 | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | oga | -2/+3 |
2009-12-11 | implement support for _NET_WM_DESKTOP properties on windows. | oga | -2/+3 |
2009-12-11 | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | -8/+11 |
2009-12-10 | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | oga | -2/+4 |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | -3/+7 |
2009-12-10 | finish unfucking the screen_ctx handling. | oga | -41/+43 |
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | -9/+9 |
2009-12-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | -2/+4 |
2009-12-07 | support _NET_CLIENT_LIST. | oga | -2/+3 |
2009-12-07 | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | -2/+3 |
2009-12-07 | introduce the beginnings of netwm support, minimally and correctly; | okan | -2/+14 |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | okan | -3/+1 |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | -1/+6 |
2009-08-24 | bring together gathering, calculating and applying of size hints; | okan | -3/+6 |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | -3/+1 |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | okan | -10/+1 |
2009-06-23 | tidy up startup/init routines | okan | -2/+3 |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | -4/+1 |
2009-06-17 | move like defines to a central, logical location; no binary change. | okan | -1/+7 |
2009-05-18 | oops, we appear to have grown an extra prototype for group_only(), get | oga | -2/+1 |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | oga | -37/+2 |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | okan | -7/+31 |
2009-05-17 | add a "movetogroup" function, which hides the current window from | sthen | -1/+4 |
2009-05-14 | add missing prototype. | oga | -1/+2 |