summaryrefslogtreecommitdiff
path: root/app/cwm/xevents.c
AgeCommit message (Expand)Author
2016-10-03client_ptrwarp should not deal with unhiding or raising clients (non ptrOkan Demirmen
2016-09-16During init, query screen for _NET_ACTIVE_WINDOW and set that client asOkan Demirmen
2016-09-14Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagOkan Demirmen
2015-11-10Start cleaning up name vs function differences; replace magic numbers.Okan Demirmen
2015-08-27Add consistent checks against NULL.Okan Demirmen
2015-07-01styleOkan Demirmen
2015-06-30Re-implement XClientMessage handling so that we can feed screen_find andOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.Okan Demirmen
2014-09-15use similiar style for client flagsOkan Demirmen
2014-09-07screen_fromroot -> screen_findOkan Demirmen
2014-09-06Rework group names: stash the group name inside the group_ctx as opposedOkan Demirmen
2014-02-03Move redundant bits from screen_init (while dealing with existingOkan Demirmen
2014-02-02Move redundant window attr fetch from maprequest directly intoOkan Demirmen
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalOkan Demirmen
2014-01-29Merge keybinding and mousebinding queues into using the same mergedOkan Demirmen
2014-01-28The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)Okan Demirmen
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableOkan Demirmen
2014-01-20merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncOkan Demirmen
2014-01-03use consistent typesOkan Demirmen
2014-01-02Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughOkan Demirmen
2014-01-02Accept _NET_WM_DESKTOP clientmessage; from Thomas AdamOkan Demirmen
2014-01-02bring mousefunc closer to kbfuncOkan Demirmen
2013-12-13stray space and sort while hereOkan Demirmen
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONOkan Demirmen
2013-12-12ICCCM explicitly states that server time (CurrentTime) should *not* beOkan Demirmen
2013-12-11Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyOkan Demirmen
2013-12-11Remove extra work and simplify client state handling.Okan Demirmen
2013-12-02Since we use IconicState as our hidden state, check for the hidden flagOkan Demirmen
2013-11-27Remove the option to bind a key by keycode with brackets; it neverOkan Demirmen
2013-11-27Rewrite active/inactive client handling in client_setactive();Okan Demirmen
2013-11-12Alter the r1.35 of event.c race fix. Remove the forward looking eventOkan Demirmen
2013-10-25A client_delete should behave differently depending on whether theOkan Demirmen
2013-07-15collapse linesOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-10bring buttonpress and keypress event handlers slightly closer togetherOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.Okan Demirmen
2013-06-10move synthetic responses and have client_msg only work with WM_PROTOCOLS,Okan Demirmen
2013-06-10Check for, and honour, CWStackMode and CWSibling change requests during aOkan Demirmen
2013-05-23alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedOkan Demirmen
2013-05-21handle _NET_WM_STATE ClientMessage; from Alexander Polakov.Okan Demirmen
2013-05-20stray whitespaceOkan Demirmen
2013-05-20handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.Okan Demirmen
2013-05-19add support for _NET_CLOSE_WINDOWOkan Demirmen
2013-05-19treat WM_CHANGE_STATE like other atomsOkan Demirmen
2013-05-19simplifyOkan Demirmen
2013-05-11new -> initOkan Demirmen
2013-05-10more type fixes for mask/buttonOkan Demirmen
2013-05-10int type fixesOkan Demirmen