Age | Commit message (Expand) | Author |
2020-03-24 | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location | Okan Demirmen |
2020-02-27 | Unrelated style fixes, consistency changes and sorting, appropriate | Okan Demirmen |
2020-02-03 | Map ('5') and allow mod5mask (altgr) as a modifier. | Okan Demirmen |
2019-04-29 | Handle _NET_WM_NAME changes. | Tim van der Molen |
2019-03-11 | Check the atom type on propertynotify before iterating. | Okan Demirmen |
2019-03-10 | use screen_find() for xrandr crtc changes | Okan Demirmen |
2019-03-10 | Find the managed screen from the parent window for client_current(). | Okan Demirmen |
2019-03-08 | Similar to keypress event, fetch the screen from the event root window in the | Okan Demirmen |
2019-03-08 | extend verbose logging for key/button events | Okan Demirmen |
2019-03-08 | [keypress event] turns out we've been checking the wrong window for a matching | Okan Demirmen |
2019-03-08 | add parans for readibility | Okan Demirmen |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | Okan Demirmen |
2019-03-06 | same thing as screen_find() | Okan Demirmen |
2019-02-28 | Move the group index (desktop number) check to the only 2 callers that require | Okan Demirmen |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | Okan Demirmen |
2018-11-13 | Allow 'transientfor' clients to inherit group and bwidth either during init or | Okan Demirmen |
2018-02-04 | Slightly expand and expose verbose debugging. | Okan Demirmen |
2018-02-02 | add debugging for x events | Okan Demirmen |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | Okan Demirmen |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | Okan Demirmen |
2017-12-27 | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event | Okan Demirmen |
2017-05-09 | drop obsolete comment | Okan Demirmen |
2017-05-09 | Alter callbacks to take a struct instead of a growing number of arguments; | Okan Demirmen |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-10-06 | Add an argument to the callbacks to pass the xevent context, button or | Okan Demirmen |
2016-10-04 | When removing xrandr regions, ensure clients are within the bounds of | Okan Demirmen |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | Okan Demirmen |
2016-09-16 | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | Okan Demirmen |
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | Okan Demirmen |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | Okan Demirmen |
2015-08-27 | Add consistent checks against NULL. | Okan Demirmen |
2015-07-01 | style | Okan Demirmen |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | Okan Demirmen |
2014-09-15 | use similiar style for client flags | Okan Demirmen |
2014-09-07 | screen_fromroot -> screen_find | Okan Demirmen |
2014-09-06 | Rework group names: stash the group name inside the group_ctx as opposed | Okan Demirmen |
2014-02-03 | Move redundant bits from screen_init (while dealing with existing | Okan Demirmen |
2014-02-02 | Move redundant window attr fetch from maprequest directly into | Okan Demirmen |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | Okan Demirmen |
2014-01-29 | Merge keybinding and mousebinding queues into using the same merged | Okan Demirmen |
2014-01-28 | The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1) | Okan Demirmen |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | Okan Demirmen |
2014-01-20 | merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc | Okan Demirmen |
2014-01-03 | use consistent types | Okan Demirmen |
2014-01-02 | Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though | Okan Demirmen |
2014-01-02 | Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam | Okan Demirmen |
2014-01-02 | bring mousefunc closer to kbfunc | Okan Demirmen |