aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (unfollow)
Commit message (Expand)AuthorLines
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-2/+1
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga-1/+12
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga-3/+2
2009-12-10finish unfucking the screen_ctx handling.oga-14/+14
2009-11-28style (whitespaces)tobias-2/+2
2009-08-27unroll the CCTOSC macro; from Thomas Pfaffokan-2/+2
2009-08-24bring together gathering, calculating and applying of size hints;okan-3/+2
2009-05-18Rip out the event layer and just use a static array of callbacks likeoga-200/+75
2009-05-01fix the other 50% of xrandr cases; reported by sthen@okan-9/+11
2009-03-28- avoid shadowed Mask declaration in menu_filtermartynas-2/+2
2009-01-23Move the keybinding argument to a union to prevent warnings whereoga-2/+2
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthokan-9/+10
2009-01-17remove unusedokan-12/+2
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severaloga-15/+22
2009-01-16revert just the 'race fix'; more works needs to be ironed out withokan-2/+2
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-36/+17
2009-01-11remove unused variablesokan-2/+1
2009-01-06remove unused codeokan-3/+1
2008-12-04Kill obviously dead variable.oga-3/+2
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga-1/+19
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.oga-19/+1
2008-09-22Display the current window title not a previous one in the case ofoga-1/+19
2008-07-22fix the froggy problem.oga-1/+22
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-46/+53
2008-06-18Revert previous "fix" it introduces new issues of its own.oga-2/+2
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga-1/+7
2008-06-17Just rework the mouse binding calculation on event to look like theoga-16/+14
2008-06-17The mousebinding code missing a break once it had found the correctoga-17/+18
2008-06-14(mostly) proper xshape event supportokan-4/+17
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withokan-97/+14
2008-06-13Don't client_delete() on an Unmap event, only do that on a client delete event.oga-15/+3
2008-06-12ignore if non-zero expose events, for we could be covered by multipleokan-2/+2
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardoga-2/+2
2008-05-19finally implement keyboard binding for group togglingokan-1/+7
2008-05-18send the correct x/y coordinates to XConfigureWindow()okan-3/+3
2008-05-15KNF, no binary change.oga-3/+3
2008-04-16Remove screen_infomsg(), nothing uses it.oga-2/+1
2008-04-15hit it with the knf stick.oga-21/+20
2008-04-08Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon-2/+2
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmsimon-2/+3
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-5/+2
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.oga-17/+5
2008-03-22Remove a bunch of unused variables and incorrect comments.oga-2/+2
2008-02-20Typo: s/supression/suppressionoga-2/+2
2008-01-16huge amount of cleanup and dead code removal.oga-3/+1
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-22/+22