about summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportokan2013-11-121-16/+4
|\
| * Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-121-16/+4
* | cvsimportokan2013-10-251-2/+2
|\|
| * A client_delete should behave differently depending on whether theokan2013-10-251-2/+2
* | cvsimportokan2013-07-161-8/+6
|\|
| * collapse linesokan2013-07-151-6/+4
| * simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-151-5/+5
* | cvsimportokan2013-07-101-9/+8
|\|
| * bring buttonpress and keypress event handlers slightly closer togetherokan2013-07-101-8/+7
| * move kbfunc and mousefunc closer togetherokan2013-07-081-2/+2
| * whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-081-1/+1
* | cvsimportokan2013-06-201-2/+6
|\|
| * move synthetic responses and have client_msg only work with WM_PROTOCOLS,okan2013-06-101-1/+1
| * Check for, and honour, CWStackMode and CWSibling change requests during aokan2013-06-101-1/+5
* | cvsimportChristian Neukirchen2013-05-291-23/+33
|\|
| * alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedokan2013-05-231-7/+5
| * handle _NET_WM_STATE ClientMessage; from Alexander Polakov.okan2013-05-211-0/+4
| * stray whitespaceokan2013-05-201-1/+1
| * handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.okan2013-05-201-1/+9
| * add support for _NET_CLOSE_WINDOWokan2013-05-191-0/+3
| * treat WM_CHANGE_STATE like other atomsokan2013-05-191-5/+2
| * simplifyokan2013-05-191-7/+6
| * new -> initokan2013-05-111-1/+1
| * more type fixes for mask/buttonokan2013-05-101-1/+1
| * int type fixesokan2013-05-101-1/+1
| * fix KeySym typeokan2013-05-101-1/+2
* | cvsimportokan2013-04-301-1/+1
|\|
| * use an int in screen_init and avoid needing to cast for screen number (which).okan2013-04-291-1/+1
* | cvsimportokan2013-04-051-1/+1
|\|
| * zap stray whitespaceokan2013-04-051-1/+1
* | cvsimportokan2012-12-191-4/+2
|\|
| * define LockMask|Mod2Mask; no functional changeokan2012-12-181-4/+2
* | Use vendored queue.h everywhereChristian Neukirchen2012-11-261-1/+1
|/
* 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