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