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