summaryrefslogtreecommitdiff
path: root/app/cwm/xevents.c
AgeCommit message (Expand)Author
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
2009-01-17remove unusedOkan Demirmen
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16revert just the 'race fix'; more works needs to be ironed out withOkan Demirmen
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-11remove unused variablesOkan Demirmen
2009-01-06remove unused codeOkan Demirmen
2008-12-04Kill obviously dead variable.Owain Ainsworth
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-07-22fix the froggy problem.Owain Ainsworth
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-18Revert previous "fix" it introduces new issues of its own.Owain Ainsworth
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesOwain Ainsworth
2008-06-17Just rework the mouse binding calculation on event to look like theOwain Ainsworth
2008-06-17The mousebinding code missing a break once it had found the correctOwain Ainsworth
2008-06-14(mostly) proper xshape event supportOkan Demirmen
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withOkan Demirmen
2008-06-13Don't client_delete() on an Unmap event, only do that on a client delete event.Owain Ainsworth
2008-06-12ignore if non-zero expose events, for we could be covered by multipleOkan Demirmen
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardOwain Ainsworth
2008-05-19finally implement keyboard binding for group togglingOkan Demirmen
2008-05-18send the correct x/y coordinates to XConfigureWindow()Okan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-08Make _xev_quit "volatile sig_atomic_t" for proper correctness.Simon Bertrang
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmSimon Bertrang
2008-03-23Replace the symlink configuration scheme with a simple yacc parser asSimon Bertrang
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.Owain Ainsworth
2008-03-22Remove a bunch of unused variables and incorrect comments.Owain Ainsworth
2008-02-20Typo: s/supression/suppressionOwain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2007-05-28convert globals from G_foo to Foo, as per TODO.Jasper Lievisse Adriaanse
2007-04-27Initial import of cwm-3.Bernd Ahlers