aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c (follow)
Commit message (Expand)AuthorAgeLines
* Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan2020-03-18-10/+10
* Map ('5') and allow mod5mask (altgr) as a modifier.okan2020-03-18-2/+2
* Handle _NET_WM_NAME changes.tim2019-04-29-2/+3
* Check the atom type on propertynotify before iterating.okan2019-03-11-4/+6
* use screen_find() for xrandr crtc changesokan2019-03-10-12/+9
* Find the managed screen from the parent window for client_current().okan2019-03-10-5/+9
* Similar to keypress event, fetch the screen from the event root window in theokan2019-03-08-7/+5
* extend verbose logging for key/button eventsokan2019-03-08-5/+8
* [keypress event] turns out we've been checking the wrong window for a matchingokan2019-03-08-7/+8
* add parans for readibilityokan2019-03-08-5/+5
* Teach client_current() to use a screen to find the current client instead ofokan2019-03-07-6/+6
* same thing as screen_find()okan2019-03-06-8/+4
* Move the group index (desktop number) check to the only 2 callers that requireokan2019-02-28-3/+7
* Rename internal functions to delinate between client remove, delete and xprotookan2019-02-22-4/+4
* Allow 'transientfor' clients to inherit group and bwidth either during init orokan2018-11-13-1/+4
* Slightly expand and expose verbose debugging.okan2018-02-04-15/+15
* add debugging for x eventsokan2018-02-02-1/+29
* As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan2017-12-29-2/+13
* Merge group_toggle_membership_leave into the buttonrelease event and only dookan2017-12-29-3/+5
* add helper function client_show to bring together like actions for unhide/raiseokan2017-12-29-5/+2
* Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventokan2017-12-27-6/+8
* drop obsolete commentokan2017-05-09-2/+1
* Alter callbacks to take a struct instead of a growing number of arguments;okan2017-05-09-7/+9
* Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-18-20/+32
* Add an argument to the callbacks to pass the xevent context, button orokan2016-10-06-3/+3
* When removing xrandr regions, ensure clients are within the bounds ofokan2016-10-04-1/+2
* client_ptrwarp should not deal with unhiding or raising clients (non ptrokan2016-10-03-1/+5
* During init, query screen for _NET_ACTIVE_WINDOW and set that client asokan2016-09-16-2/+2
* 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