aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (unfollow)
Commit message (Expand)AuthorLines
2014-01-20merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncokan-4/+4
2014-01-03use consistent typesokan-3/+3
2014-01-02Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughokan-2/+8
2014-01-02Accept _NET_WM_DESKTOP clientmessage; from Thomas Adamokan-1/+5
2014-01-02bring mousefunc closer to kbfuncokan-2/+2
2013-12-13stray space and sort while hereokan-5/+4
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan-1/+2
2013-12-12ICCCM explicitly states that server time (CurrentTime) should *not* beokan-1/+3
2013-12-11Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyokan-1/+4
2013-12-11Remove extra work and simplify client state handling.okan-3/+2
2013-12-02Since we use IconicState as our hidden state, check for the hidden flagokan-3/+5
2013-11-27Remove the option to bind a key by keycode with brackets; it neverokan-4/+2
2013-11-27Rewrite active/inactive client handling in client_setactive();okan-17/+6
2013-11-12Alter the r1.35 of event.c race fix. Remove the forward looking eventokan-17/+5
2013-10-25A client_delete should behave differently depending on whether theokan-3/+3
2013-07-15collapse linesokan-7/+5
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverokan-6/+6
2013-07-10bring buttonpress and keypress event handlers slightly closer togetherokan-9/+8
2013-07-08move kbfunc and mousefunc closer togetherokan-3/+3
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.okan-2/+2
2013-06-10move synthetic responses and have client_msg only work with WM_PROTOCOLS,okan-2/+2
2013-06-10Check for, and honour, CWStackMode and CWSibling change requests during aokan-2/+6
2013-05-23alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedokan-8/+6
2013-05-21handle _NET_WM_STATE ClientMessage; from Alexander Polakov.okan-1/+5
2013-05-20stray whitespaceokan-2/+2
2013-05-20handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.okan-2/+10
2013-05-19add support for _NET_CLOSE_WINDOWokan-1/+4
2013-05-19treat WM_CHANGE_STATE like other atomsokan-6/+3
2013-05-19simplifyokan-8/+7
2013-05-11new -> initokan-2/+2
2013-05-10more type fixes for mask/buttonokan-2/+2
2013-05-10int type fixesokan-2/+2
2013-05-10fix KeySym typeokan-2/+3
2013-04-29use an int in screen_init and avoid needing to cast for screen number (which).okan-2/+2
2013-04-05zap stray whitespaceokan-2/+2
2012-12-18define LockMask|Mod2Mask; no functional changeokan-5/+3
2012-11-09sortokan-2/+2
2012-11-07missing headers; from Thordur Bjornsson.okan-1/+2
2012-09-12revert previous for now until a way to test more than a few encodings is foundokan-5/+5
2012-09-10be explicit in which key masks we allow during keypress and buttonpressokan-5/+5
2012-07-13re-use geom struct in client_ctx (saved)geometry.okan-7/+7
2012-07-13convert xmax/ymax uses to view geometry.okan-3/+3
2012-07-06querying for Xinerama should be done per display, not per screen, sookan-2/+1
2012-07-05the display's width and height are updated after an XRandR event so weokan-2/+2
2012-07-03re-implement atom handing; makes for a normalized and more consistentokan-2/+2
2012-05-16get rid of more stray lines/spacesokan-3/+1
2012-05-16cycle through other common cycling modifiers; based on a diff fromokan-17/+11
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan-4/+4
2012-05-13altpersist->cycling to be more clear that this is for cycling modokan-2/+2
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan-1/+4