aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (follow)
Commit message (Expand)AuthorAgeLines
* style (whitespaces)tobias2009-11-28-2/+2
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-2/+2
* bring together gathering, calculating and applying of size hints;okan2009-08-24-3/+2
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-200/+75
* fix the other 50% of xrandr cases; reported by sthen@okan2009-05-01-9/+11
* - avoid shadowed Mask declaration in menu_filtermartynas2009-03-28-2/+2
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-23-2/+2
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-22-9/+10
* remove unusedokan2009-01-17-12/+2
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-17-15/+22
* revert just the 'race fix'; more works needs to be ironed out withokan2009-01-16-2/+2
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-36/+17
* remove unused variablesokan2009-01-11-2/+1
* remove unused codeokan2009-01-06-3/+1
* Kill obviously dead variable.oga2008-12-04-3/+2
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-1/+19
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-19/+1
* Display the current window title not a previous one in the case ofoga2008-09-22-1/+19
* fix the froggy problem.oga2008-07-22-1/+22
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-46/+53
* Revert previous "fix" it introduces new issues of its own.oga2008-06-18-2/+2
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-17-1/+7
* Just rework the mouse binding calculation on event to look like theoga2008-06-17-16/+14
* The mousebinding code missing a break once it had found the correctoga2008-06-17-17/+18
* (mostly) proper xshape event supportokan2008-06-14-4/+17
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-14-97/+14
* Don't client_delete() on an Unmap event, only do that on a client delete event.oga2008-06-13-15/+3
* ignore if non-zero expose events, for we could be covered by multipleokan2008-06-12-2/+2
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-21-2/+2
* finally implement keyboard binding for group togglingokan2008-05-19-1/+7
* send the correct x/y coordinates to XConfigureWindow()okan2008-05-18-3/+3
* KNF, no binary change.oga2008-05-15-3/+3
* Remove screen_infomsg(), nothing uses it.oga2008-04-16-2/+1
* hit it with the knf stick.oga2008-04-15-21/+20
* Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon2008-04-08-2/+2
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-07-2/+3
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-5/+2
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-22-17/+5
* Remove a bunch of unused variables and incorrect comments.oga2008-03-22-2/+2
* Typo: s/supression/suppressionoga2008-02-20-2/+2
* huge amount of cleanup and dead code removal.oga2008-01-16-3/+1
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-2/+13
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-28-22/+22
* Initial import of cwm-3.bernd2007-04-27-0/+603