summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportokan2011-09-131-0/+3
|\
| * add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-131-0/+3
* | cvsimportokan2011-09-081-5/+0
|\|
| * A while ago I wrote some code to not warp to ignored windows on map (revoga2011-08-221-5/+0
* | cvsimportChristian Neukirchen2011-08-041-2/+2
|\|
| * Correct extern declaration and while here, rename a variable to beokan2011-06-241-2/+2
* | cvsimportokan2011-05-151-1/+1
|\|
| * tag and comment cleanup; ok oga@okan2011-05-111-1/+1
* | cvsimportokan2011-05-071-2/+2
|\|
| * On map, don't warp to windows that are marked as ignored.oga2011-05-061-2/+2
* | cvsimportChristian Neukirchen2011-05-031-21/+1
|\|
| * remove XXX and move a configure event out of the event handler functions.okan2011-03-221-21/+1
* | Merge branch 'origin' into linuxChristian Neukirchen2010-09-261-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