aboutsummaryrefslogtreecommitdiffstats
path: root/mousefunc.c (follow)
Commit message (Expand)AuthorAgeLines
...
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-07-1/+7
* bump window resize back to 60hz. instead, we should not need to syncokan2011-05-05-6/+4
* revert the XSync timing change for client move only; first noticed byokan2011-03-23-3/+3
* reduce the number of times we sync during a window resize.okan2011-03-22-6/+5
* in MotionNotify geom.x, geom.y calculations take into account bwidth.martynas2010-12-14-3/+3
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+11
* 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-6/+11
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-08-6/+6
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-3/+3
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-25-3/+3
* bring together gathering, calculating and applying of size hints;okan2009-08-24-22/+4
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-20-6/+2
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-3/+3
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-17-30/+25
* nuke the leading underscore notation for local static functions - thereokan2009-05-18-8/+8
* don't sync more than 60 times per sec on resize and move; idea from scrotwm.okan2009-04-15-3/+25
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-22-13/+5
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-8/+3
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-11-5/+154
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-11-3/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-9/+13
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-25-1/+7
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-0/+126