aboutsummaryrefslogtreecommitdiffstats
path: root/mousefunc.c (unfollow)
Commit message (Collapse)AuthorLines
2009-06-17re-factor parts of mouse move/resize bit to shrink and make moreokan-30/+25
readable; no behavior change ok oga@
2009-05-18nuke the leading underscore notation for local static functions - thereokan-8/+8
are far better ways to know. "go for it" oga@
2009-04-15don't sync more than 60 times per sec on resize and move; idea from scrotwm.okan-3/+25
ok oga@ sometime ago
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthokan-13/+5
dance; xevents now able to deal with a border being set (which fixes those annoying movie-watching apps). ok todd@, oga@
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-8/+3
to push attributes around, so things get a lot simplier, while fixing a few issues in the meantime; original suggestion by Edd Barrett many many moons ago. annoying window placement and race, found in c2k8 by todd, fix by oga! lots of feedback from todd and oga - thanks! "commit that bad boy" oga@
2009-01-11- merge grab_sweep() into mousefunc_window_resize().okan-5/+154
- merge grab_drag() into mousefunc_window_move(). - properly name, proto and static private functions. - since we already do XMoveResizeWindow() and XMoveWindow() in (now) mousefunc_window_resize() and mousefunc_window_move() respectively, client_resize() and client_move() calls are unnecessary. ok oga@
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyokan-3/+1
to a config reload; CMS-r by default. ok oga@
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-9/+13
readability, and a bit of knf. ok oga@
2008-06-25Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga-1/+7
so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd.
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withokan-0/+126
some minor fixups, man page bits and knf. ok oga@