aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (follow)
Commit message (Expand)AuthorAgeLines
* sortokan2012-11-09-2/+2
* missing headers; from Thordur Bjornsson.okan2012-11-07-1/+2
* revert previous for now until a way to test more than a few encodings is foundokan2012-09-12-5/+5
* be explicit in which key masks we allow during keypress and buttonpressokan2012-09-10-5/+5
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-13-7/+7
* convert xmax/ymax uses to view geometry.okan2012-07-13-3/+3
* querying for Xinerama should be done per display, not per screen, sookan2012-07-06-2/+1
* the display's width and height are updated after an XRandR event so weokan2012-07-05-2/+2
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-03-2/+2
* get rid of more stray lines/spacesokan2012-05-16-3/+1
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-16-17/+11
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-16-4/+4
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-13-2/+2
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-13-1/+4
* A while ago I wrote some code to not warp to ignored windows on map (revoga2011-08-22-6/+1
* Correct extern declaration and while here, rename a variable to beokan2011-06-24-3/+3
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* On map, don't warp to windows that are marked as ignored.oga2011-05-06-3/+3
* remove XXX and move a configure event out of the event handler functions.okan2011-03-22-22/+2
* do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.okan2010-09-25-1/+7
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+11
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-11-1/+12
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-10-3/+2
* finish unfucking the screen_ctx handling.oga2009-12-10-14/+14
* style (whitespaces)tobias2009-11-28-2/+2
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-2/+2
* bring together gathering, calculating and applying of size hints;okan2009-08-24-3/+2
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-200/+75
* fix the other 50% of xrandr cases; reported by sthen@okan2009-05-01-9/+11
* - avoid shadowed Mask declaration in menu_filtermartynas2009-03-28-2/+2
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-23-2/+2
* now that pwin is gone gone gone, we no longer have to do the bwidthokan2009-01-22-9/+10
* remove unusedokan2009-01-17-12/+2
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-17-15/+22
* revert just the 'race fix'; more works needs to be ironed out withokan2009-01-16-2/+2
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-36/+17
* remove unused variablesokan2009-01-11-2/+1
* remove unused codeokan2009-01-06-3/+1
* Kill obviously dead variable.oga2008-12-04-3/+2
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-1/+19
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-19/+1
* Display the current window title not a previous one in the case ofoga2008-09-22-1/+19
* fix the froggy problem.oga2008-07-22-1/+22
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-46/+53
* Revert previous "fix" it introduces new issues of its own.oga2008-06-18-2/+2
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-17-1/+7
* Just rework the mouse binding calculation on event to look like theoga2008-06-17-16/+14
* The mousebinding code missing a break once it had found the correctoga2008-06-17-17/+18
* (mostly) proper xshape event supportokan2008-06-14-4/+17