| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -0/+29 |
* | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | 2011-06-24 | 1 | -27/+14 |
* | alter a few function returns and prototypes; found by lint. | okan | 2011-06-24 | 1 | -13/+6 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -1/+1 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | 1 | -0/+18 |
* | if virt/horz un-maximizing, restore only the un-maximized axis | okan | 2011-03-22 | 1 | -0/+5 |
* | while this piece deals with client argv's in a seemingly inefficient way | okan | 2011-03-22 | 1 | -26/+0 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | 1 | -3/+3 |
* | if we are saving the pointer location for a specific client, make sure | okan | 2011-02-13 | 1 | -0/+3 |
* | replace XFetchName() with something more intelligent which attempts to | okan | 2010-05-22 | 1 | -3/+4 |
* | clean up a few xu_* functions to just accept what they need (Window). | okan | 2010-04-11 | 1 | -3/+3 |
* | 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 | 1 | -20/+20 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+9 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 1 | -0/+2 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -3/+1 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | 1 | -0/+23 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | 1 | -2/+19 |
* | style (whitespaces) | tobias | 2009-11-28 | 1 | -3/+3 |
* | With Xinerama enabled, the borders of a maximized window will show up on | oga | 2009-09-25 | 1 | -2/+7 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 1 | -11/+11 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | 1 | -4/+5 |
* | 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 | 1 | -3/+38 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 1 | -9/+91 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 1 | -6/+0 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | 1 | -2/+1 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 1 | -7/+13 |
* | tidy up startup/init routines | okan | 2009-06-23 | 1 | -1/+1 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | 1 | -10/+2 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -2/+2 |
* | spacing | okan | 2009-06-20 | 1 | -2/+0 |
* | re-factor parts of mouse move/resize bit to shrink and make more | okan | 2009-06-17 | 1 | -5/+0 |
* | re-order a bit for readability. | okan | 2009-05-30 | 1 | -10/+7 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | 1 | -3/+3 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 1 | -8/+8 |
* | redraw the border when unhiding a client window. fixes the situation where | sthen | 2009-05-17 | 1 | -0/+1 |
* | passing a null pointer to free() is valid; sprinkle a few free->xfree. | okan | 2009-01-23 | 1 | -2/+1 |
* | now that pwin is gone gone gone, we no longer have to do the bwidth | okan | 2009-01-22 | 1 | -29/+26 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | 1 | -19/+7 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | 1 | -4/+1 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -155/+33 |
* | - add missing prototypes. | okan | 2009-01-15 | 1 | -32/+11 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | 1 | -27/+104 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | 1 | -116/+23 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | 1 | -23/+116 |
* | move client_vertmaximize to a more sensible location, purely for readability. | okan | 2008-07-15 | 1 | -19/+19 |
* | save an X call and use what we already have stored. | okan | 2008-07-15 | 1 | -8/+4 |
* | don't compensate for bwidth twice. | okan | 2008-07-15 | 1 | -2/+2 |