aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (follow)
Commit message (Expand)AuthorAgeLines
...
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-03-34/+14
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-16-1/+13
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-13-4/+4
* knf, some from a diff from Tiago Cunha.okan2012-05-13-8/+10
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-13-1/+18
* restore a comment and add another for clarity.okan2011-09-05-2/+6
* Make flavours of maximisation additive.oga2011-09-04-66/+94
* split off window hints from geometry so we don't need to carry them allokan2011-09-03-38/+38
* Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-03-5/+6
* correct spelling; from Alexander Polakov.okan2011-07-14-2/+2
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-1/+30
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-24-28/+15
* alter a few function returns and prototypes; found by lint.okan2011-06-24-14/+7
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-07-1/+19
* if virt/horz un-maximizing, restore only the un-maximized axisokan2011-03-22-1/+6
* while this piece deals with client argv's in a seemingly inefficient wayokan2011-03-22-27/+1
* remove XXX and move a configure event out of the event handler functions.okan2011-03-22-4/+4
* if we are saving the pointer location for a specific client, make sureokan2011-02-13-1/+4
* replace XFetchName() with something more intelligent which attempts tookan2010-05-22-4/+5
* clean up a few xu_* functions to just accept what they need (Window).okan2010-04-11-4/+4
* Honour program-specified window position in size hints when placing windows.stsp2010-02-02-2/+2
* - allow per-screen gap; not (yet) user configurable.okan2010-01-27-21/+21
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+10
* pull these headers only into files that need them.okan2009-12-15-1/+3
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* finish unfucking the screen_ctx handling.oga2009-12-10-4/+2
* support _NET_CLIENT_LIST.oga2009-12-07-1/+24
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-07-3/+20
* style (whitespaces)tobias2009-11-28-4/+4
* With Xinerama enabled, the borders of a maximized window will show up onoga2009-09-25-3/+8
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-12/+12
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-25-5/+6
* unroll macro; ok oga@okan2009-08-25-4/+4
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-24-4/+39
* bring together gathering, calculating and applying of size hints;okan2009-08-24-10/+92
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-24-7/+1
* instead of checking for flags in the client context, then removing them.oga2009-08-24-3/+2
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-26-8/+14
* tidy up startup/init routinesokan2009-06-23-2/+2
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-20-11/+3
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-3/+3
* spacingokan2009-06-20-3/+1
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-17-6/+1
* re-order a bit for readability.okan2009-05-30-11/+8
* nuke the leading underscore notation for local static functions - thereokan2009-05-18-4/+4
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-9/+9
* redraw the border when unhiding a client window. fixes the situation wheresthen2009-05-17-1/+2
* passing a null pointer to free() is valid; sprinkle a few free->xfree.okan2009-01-23-3/+2
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-22-30/+27