summary refs log tree commit diff
path: root/client.c
Commit message (Expand)AuthorAgeFilesLines
* replace XFetchName() with something more intelligent which attempts tookan2010-05-221-3/+4
* clean up a few xu_* functions to just accept what they need (Window).okan2010-04-111-3/+3
* Honour program-specified window position in size hints when placing windows.stsp2010-02-021-1/+1
* - allow per-screen gap; not (yet) user configurable.okan2010-01-271-20/+20
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+9
* pull these headers only into files that need them.okan2009-12-151-0/+2
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* finish unfucking the screen_ctx handling.oga2009-12-101-3/+1
* support _NET_CLIENT_LIST.oga2009-12-071-0/+23
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-071-2/+19
* style (whitespaces)tobias2009-11-281-3/+3
* With Xinerama enabled, the borders of a maximized window will show up onoga2009-09-251-2/+7
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-271-11/+11
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-251-4/+5
* unroll macro; ok oga@okan2009-08-251-3/+3
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-241-3/+38
* bring together gathering, calculating and applying of size hints;okan2009-08-241-9/+91
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-241-6/+0
* instead of checking for flags in the client context, then removing them.oga2009-08-241-2/+1
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-261-7/+13
* tidy up startup/init routinesokan2009-06-231-1/+1
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-201-10/+2
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-201-2/+2
* spacingokan2009-06-201-2/+0
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-171-5/+0
* re-order a bit for readability.okan2009-05-301-10/+7
* nuke the leading underscore notation for local static functions - thereokan2009-05-181-3/+3
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-8/+8
* redraw the border when unhiding a client window. fixes the situation wheresthen2009-05-171-0/+1
* passing a null pointer to free() is valid; sprinkle a few free->xfree.okan2009-01-231-2/+1
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-221-29/+26
* Cache all of the X atoms we use at startup.oga2009-01-221-19/+7
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-171-4/+1
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-155/+33
* - add missing prototypes.okan2009-01-151-32/+11
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-27/+104
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-116/+23
* Display the current window title not a previous one in the case ofoga2008-09-221-23/+116
* move client_vertmaximize to a more sensible location, purely for readability.okan2008-07-151-19/+19
* save an X call and use what we already have stored.okan2008-07-151-8/+4
* don't compensate for bwidth twice.okan2008-07-151-2/+2
* we already have ymax, so use it instead of asking X for it again.okan2008-07-111-7/+3
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-56/+59
* only cycle through visible *and* non-ignored windows.okan2008-06-301-2/+2
* Actually grab the correct mouse buttons for a window, instead of doing theoga2008-06-251-2/+1
* No need to map/unmap the window on hide/show since we already do theoga2008-06-181-2/+0
* (mostly) proper xshape event supportokan2008-06-141-3/+0
* re-work client_placecalc()okan2008-06-121-44/+28
* make sure to take bwdith into account when placing a new window.okan2008-05-231-3/+2
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-7/+5