about summary refs log tree commit diff
path: root/xevents.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportLeah Neukirchen2020-05-141-10/+10
|\
| * Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer locationokan2020-03-241-1/+1
| * Unrelated style fixes, consistency changes and sorting, appropriateokan2020-02-271-9/+9
* | cvsimportokan2020-02-071-1/+1
|\|
| * Map ('5') and allow mod5mask (altgr) as a modifier.okan2020-02-031-1/+1
* | cvsimportokan2019-08-131-1/+2
|\|
| * Handle _NET_WM_NAME changes.tim2019-04-291-1/+2
* | cvsimportokan2019-03-111-40/+45
|\|
| * Check the atom type on propertynotify before iterating.okan2019-03-111-3/+5
| * use screen_find() for xrandr crtc changesokan2019-03-101-11/+8
| * Find the managed screen from the parent window for client_current().okan2019-03-101-4/+8
| * Similar to keypress event, fetch the screen from the event root window in theokan2019-03-081-6/+4
| * extend verbose logging for key/button eventsokan2019-03-081-4/+7
| * [keypress event] turns out we've been checking the wrong window for a matchingokan2019-03-081-6/+7
| * add parans for readibilityokan2019-03-081-4/+4
| * Teach client_current() to use a screen to find the current client instead ofokan2019-03-071-5/+5
| * same thing as screen_find()okan2019-03-061-7/+3
| * Move the group index (desktop number) check to the only 2 callers that requireokan2019-02-281-2/+6
* | cvsimportLeah Neukirchen2019-02-251-3/+3
|\|
| * Rename internal functions to delinate between client remove, delete and xprotookan2019-02-221-3/+3
* | cvsimportokan2018-11-141-0/+3
|\|
| * Allow 'transientfor' clients to inherit group and bwidth either during init orokan2018-11-131-0/+3
* | cvsimportokan2018-02-061-12/+52
|\|
| * Slightly expand and expose verbose debugging.okan2018-02-041-14/+14
| * add debugging for x eventsokan2018-02-021-0/+28
| * As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan2017-12-291-1/+12
| * Merge group_toggle_membership_leave into the buttonrelease event and only dookan2017-12-291-2/+4
| * add helper function client_show to bring together like actions for unhide/raiseokan2017-12-291-4/+1
| * Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventokan2017-12-271-5/+7
* | cvsimportokan2017-05-091-7/+8
|\|
| * drop obsolete commentokan2017-05-091-1/+0
| * Alter callbacks to take a struct instead of a growing number of arguments;okan2017-05-091-6/+8
* | cvsimportokan2016-10-241-19/+36
|\|
| * Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-181-19/+31
| * Add an argument to the callbacks to pass the xevent context, button orokan2016-10-061-2/+2
| * When removing xrandr regions, ensure clients are within the bounds ofokan2016-10-041-0/+1
| * client_ptrwarp should not deal with unhiding or raising clients (non ptrokan2016-10-031-0/+4
* | cvsimportokan2016-09-161-1/+1
|\|
| * During init, query screen for _NET_ACTIVE_WINDOW and set that client asokan2016-09-161-1/+1
* | cvsimportokan2016-09-141-3/+6
|\|
| * Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagokan2016-09-141-3/+6
* | cvsimportokan2015-11-121-2/+2
|\|
| * Start cleaning up name vs function differences; replace magic numbers.okan2015-11-101-2/+2
* | cvsimportokan2015-08-281-3/+3
|\|
| * Add consistent checks against NULL.okan2015-08-271-3/+3
* | cvsimportokan2015-07-121-1/+1
|\|
| * styleokan2015-07-011-1/+1
* | cvsimportChristian Neukirchen2015-07-011-38/+42
|\|
| * Re-implement XClientMessage handling so that we can feed screen_find andokan2015-06-301-38/+42
* | cvsimportChristian Neukirchen2015-01-221-1/+2
|\|