summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* define LockMask|Mod2Mask; no functional changeokan2012-12-181-4/+2
* sortokan2012-11-091-1/+1
* missing headers; from Thordur Bjornsson.okan2012-11-071-0/+1
* revert previous for now until a way to test more than a few encodings is foundokan2012-09-121-4/+4
* be explicit in which key masks we allow during keypress and buttonpressokan2012-09-101-4/+4
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-131-6/+6
* convert xmax/ymax uses to view geometry.okan2012-07-131-2/+2
* querying for Xinerama should be done per display, not per screen, sookan2012-07-061-1/+0
* the display's width and height are updated after an XRandR event so weokan2012-07-051-1/+1
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-031-1/+1
* get rid of more stray lines/spacesokan2012-05-161-2/+0
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-161-16/+10
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-161-3/+3
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-131-1/+1
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-131-0/+3
* A while ago I wrote some code to not warp to ignored windows on map (revoga2011-08-221-5/+0
* Correct extern declaration and while here, rename a variable to beokan2011-06-241-2/+2
* tag and comment cleanup; ok oga@okan2011-05-111-1/+1
* On map, don't warp to windows that are marked as ignored.oga2011-05-061-2/+2
* remove XXX and move a configure event out of the event handler functions.okan2011-03-221-21/+1
* do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.okan2010-09-251-0/+6
* 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