aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagokan2016-09-14-4/+7
* Start cleaning up name vs function differences; replace magic numbers.okan2015-11-10-3/+3
* Add consistent checks against NULL.okan2015-08-27-4/+4
* styleokan2015-07-01-2/+2
* Re-implement XClientMessage handling so that we can feed screen_find andokan2015-06-30-39/+43
* Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-19-2/+3
* these have nothing to do with 'sticky', but rather group membership; rename.okan2014-09-27-2/+2
* use similiar style for client flagsokan2014-09-15-2/+2
* screen_fromroot -> screen_findokan2014-09-07-5/+5
* Rework group names: stash the group name inside the group_ctx as opposedokan2014-09-06-2/+2
* Move redundant bits from screen_init (while dealing with existingokan2014-02-03-2/+2
* Move redundant window attr fetch from maprequest directly intookan2014-02-02-7/+4
* Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-30-2/+1
* Merge keybinding and mousebinding queues into using the same mergedokan2014-01-29-6/+6
* The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)okan2014-01-28-3/+12
* Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-22-11/+7
* merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncokan2014-01-20-4/+4
* use consistent typesokan2014-01-03-3/+3
* Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughokan2014-01-02-2/+8
* Accept _NET_WM_DESKTOP clientmessage; from Thomas Adamokan2014-01-02-1/+5
* bring mousefunc closer to kbfuncokan2014-01-02-2/+2
* stray space and sort while hereokan2013-12-13-5/+4
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-13-1/+2
* ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-12-1/+3
* Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyokan2013-12-11-1/+4
* Remove extra work and simplify client state handling.okan2013-12-11-3/+2
* Since we use IconicState as our hidden state, check for the hidden flagokan2013-12-02-3/+5
* Remove the option to bind a key by keycode with brackets; it neverokan2013-11-27-4/+2
* Rewrite active/inactive client handling in client_setactive();okan2013-11-27-17/+6
* Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-12-17/+5
* A client_delete should behave differently depending on whether theokan2013-10-25-3/+3
* collapse linesokan2013-07-15-7/+5
* simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-15-6/+6
* bring buttonpress and keypress event handlers slightly closer togetherokan2013-07-10-9/+8
* move kbfunc and mousefunc closer togetherokan2013-07-08-3/+3
* whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-08-2/+2
* move synthetic responses and have client_msg only work with WM_PROTOCOLS,okan2013-06-10-2/+2
* Check for, and honour, CWStackMode and CWSibling change requests during aokan2013-06-10-2/+6
* alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedokan2013-05-23-8/+6
* handle _NET_WM_STATE ClientMessage; from Alexander Polakov.okan2013-05-21-1/+5
* stray whitespaceokan2013-05-20-2/+2
* handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.okan2013-05-20-2/+10
* add support for _NET_CLOSE_WINDOWokan2013-05-19-1/+4
* treat WM_CHANGE_STATE like other atomsokan2013-05-19-6/+3
* simplifyokan2013-05-19-8/+7
* new -> initokan2013-05-11-2/+2
* more type fixes for mask/buttonokan2013-05-10-2/+2
* int type fixesokan2013-05-10-2/+2
* fix KeySym typeokan2013-05-10-2/+3
* use an int in screen_init and avoid needing to cast for screen number (which).okan2013-04-29-2/+2