summaryrefslogtreecommitdiff
path: root/app/cwm/xevents.c
AgeCommit message (Expand)Author
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
2013-05-10fix KeySym typeOkan Demirmen
2013-04-29use an int in screen_init and avoid needing to cast for screen number (which).Okan Demirmen
2013-04-05zap stray whitespaceOkan Demirmen
2012-12-18define LockMask|Mod2Mask; no functional changeOkan Demirmen
2012-11-09sortOkan Demirmen
2012-11-07missing headers; from Thordur Bjornsson.Okan Demirmen
2012-09-12revert previous for now until a way to test more than a few encodings is foundOkan Demirmen
2012-09-10be explicit in which key masks we allow during keypress and buttonpressOkan Demirmen
2012-07-13re-use geom struct in client_ctx (saved)geometry.Okan Demirmen
2012-07-13convert xmax/ymax uses to view geometry.Okan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
2012-05-16get rid of more stray lines/spacesOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymOkan Demirmen
2012-05-13altpersist->cycling to be more clear that this is for cycling modOkan Demirmen
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan Demirmen
2011-08-22A while ago I wrote some code to not warp to ignored windows on map (revOwain Ainsworth
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-06On map, don't warp to windows that are marked as ignored.Owain Ainsworth
2011-03-22remove XXX and move a configure event out of the event handler functions.Okan Demirmen