summary refs log tree commit diff
path: root/mousefunc.c
Commit message (Expand)AuthorAgeFilesLines
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+10
* 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-5/+10
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-081-5/+5
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-271-2/+2
* Instead of messing around everytime we do a resize, just clamp theoga2009-08-251-2/+2
* bring together gathering, calculating and applying of size hints;okan2009-08-241-21/+3
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-201-5/+1
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-201-2/+2
* re-factor parts of mouse move/resize bit to shrink and make moreokan2009-06-171-29/+24
* nuke the leading underscore notation for local static functions - thereokan2009-05-181-7/+7
* don't sync more than 60 times per sec on resize and move; idea from scrotwm.okan2009-04-151-2/+24
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-221-12/+4
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-7/+2
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-111-4/+153
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-111-2/+0
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-8/+12
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-251-0/+6
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-0/+126