summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimport ignorewarpschwarze2010-09-251-0/+6
|\
| * do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.okan2010-09-251-0/+6
* | Import linux.patchChristian Neukirchen2010-02-211-0/+1
|/
* 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
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-111-0/+11
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-101-2/+1
* finish unfucking the screen_ctx handling.oga2009-12-101-13/+13
* style (whitespaces)tobias2009-11-281-1/+1
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-271-1/+1
* bring together gathering, calculating and applying of size hints;okan2009-08-241-2/+1
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-181-199/+74
* fix the other 50% of xrandr cases; reported by sthen@okan2009-05-011-8/+10
* - avoid shadowed Mask declaration in menu_filtermartynas2009-03-281-1/+1
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-231-1/+1
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-221-8/+9
* remove unusedokan2009-01-171-11/+1
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-171-14/+21
* revert just the 'race fix'; more works needs to be ironed out withokan2009-01-161-1/+1
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-35/+16
* remove unused variablesokan2009-01-111-1/+0
* remove unused codeokan2009-01-061-2/+0
* Kill obviously dead variable.oga2008-12-041-2/+1
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-0/+18
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-18/+0
* Display the current window title not a previous one in the case ofoga2008-09-221-0/+18
* fix the froggy problem.oga2008-07-221-0/+21
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-45/+52
* Revert previous "fix" it introduces new issues of its own.oga2008-06-181-1/+1
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-0/+6
* Just rework the mouse binding calculation on event to look like theoga2008-06-171-15/+13
* The mousebinding code missing a break once it had found the correctoga2008-06-171-16/+17
* (mostly) proper xshape event supportokan2008-06-141-3/+16
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-96/+13
* Don't client_delete() on an Unmap event, only do that on a client delete event.oga2008-06-131-14/+2
* ignore if non-zero expose events, for we could be covered by multipleokan2008-06-121-1/+1
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-211-1/+1
* finally implement keyboard binding for group togglingokan2008-05-191-0/+6
* send the correct x/y coordinates to XConfigureWindow()okan2008-05-181-2/+2
* KNF, no binary change.oga2008-05-151-2/+2
* Remove screen_infomsg(), nothing uses it.oga2008-04-161-1/+0
* hit it with the knf stick.oga2008-04-151-20/+19
* Make _xev_quit "volatile sig_atomic_t" for proper correctness.simon2008-04-081-1/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-1/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-4/+1
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-16/+4
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-1/+1
* Typo: s/supression/suppressionoga2008-02-201-1/+1
* huge amount of cleanup and dead code removal.oga2008-01-161-2/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12