| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | we already have ymax, so use it instead of asking X for it again. | okan | 2008-07-11 | 1 | -7/+3 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | 1 | -56/+59 |
* | only cycle through visible *and* non-ignored windows. | okan | 2008-06-30 | 1 | -2/+2 |
* | Actually grab the correct mouse buttons for a window, instead of doing the | oga | 2008-06-25 | 1 | -2/+1 |
* | No need to map/unmap the window on hide/show since we already do the | oga | 2008-06-18 | 1 | -2/+0 |
* | (mostly) proper xshape event support | okan | 2008-06-14 | 1 | -3/+0 |
* | re-work client_placecalc() | okan | 2008-06-12 | 1 | -44/+28 |
* | make sure to take bwdith into account when placing a new window. | okan | 2008-05-23 | 1 | -3/+2 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | 1 | -7/+5 |