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